Prev: 58632 Up: Map Next: 59156
58649: Data: Phrase Tokens
The user input is broken down into tokens which represent the words they've entered. These tokens are then compared against these token patterns to determine the outcome the player was trying to communicate.
Matches e.g. "urn".
PhraseTokens_Urn 58649 DEFB 47 "URN".
58650 DEFB 254 Terminator.
Matches e.g. "helmet", "bronze helmet".
PhraseTokens_Helmet 58651 DEFB 50 "HELM".
58652 DEFB 253 Separator.
58653 DEFB 100 "BRON".
58654 DEFB 50 "HELM".
58655 DEFB 254 Terminator.
Matches e.g. "monolith", "stone monolith".
PhraseTokens_Monolith 58656 DEFB 53 "MONO".
58657 DEFB 253 Separator.
58658 DEFB 105 "STON".
58659 DEFB 53 "MONO".
58660 DEFB 254 Terminator.
Matches e.g. "sword".
PhraseTokens_Sword 58661 DEFB 60 "SWOR".
58662 DEFB 254 Terminator.
Matches e.g. "amulet", "talisman".
PhraseTokens_Amulet 58663 DEFB 68 "AMUL,TALI".
58664 DEFB 254 Terminator.
Matches e.g. "staff", "oak staff".
PhraseTokens_Staff 58665 DEFB 79 "STAF".
58666 DEFB 253 Separator.
58667 DEFB 113 "OAK".
58668 DEFB 79 "STAF".
58669 DEFB 254 Terminator.
Matches e.g. "body".
PhraseTokens_Body 58670 DEFB 80 "BODY".
58671 DEFB 254 Terminator.
Matches e.g. "torc", "bronze torc".
PhraseTokens_Torc 58672 DEFB 90 "TORC".
58673 DEFB 253 Separator.
58674 DEFB 100 "BRON".
58675 DEFB 90 "TORC".
58676 DEFB 254 Terminator.
Matches e.g. "salt".
PhraseTokens_Salt 58677 DEFB 44 "SALT".
58678 DEFB 254 Terminator.
Matches e.g. "pot", "clay pot".
PhraseTokens_Pot 58679 DEFB 45 "POT".
58680 DEFB 253 Separator.
58681 DEFB 101 "CLAY".
58682 DEFB 45 "POT".
58683 DEFB 254 Terminator.
Matches e.g. "acorns".
PhraseTokens_Acorns 58684 DEFB 46 "ACOR".
58685 DEFB 254 Terminator.
Matches e.g. "food".
PhraseTokens_Food 58686 DEFB 51 "FOOD".
58687 DEFB 254 Terminator.
Matches e.g. "iron".
PhraseTokens_Iron 58688 DEFB 52 "IRON".
58689 DEFB 254 Terminator.
Matches e.g. "vase".
PhraseTokens_Vase 58690 DEFB 58 "VASE".
58691 DEFB 254 Terminator.
Matches e.g. "meat".
PhraseTokens_Meat 58692 DEFB 61 "MEAT".
58693 DEFB 254 Terminator.
Matches e.g. "slab", "stone slab".
PhraseTokens_Slab 58694 DEFB 48 "SLAB".
58695 DEFB 253 Separator.
58696 DEFB 105 "STON".
58697 DEFB 48 "SLAB".
58698 DEFB 254 Terminator.
Matches e.g. "rope".
PhraseTokens_Rope 58699 DEFB 71 "ROPE".
58700 DEFB 254 Terminator.
Matches e.g. "skull", "human skull".
PhraseTokens_Skull 58701 DEFB 91 "SKUL".
58702 DEFB 253 Separator.
58703 DEFB 112 "HUMA".
58704 DEFB 91 "SKUL".
58705 DEFB 254 Terminator.
Matches e.g. "shield".
PhraseTokens_Shield 58706 DEFB 74 "SHIE".
58707 DEFB 254 Terminator.
Matches e.g. "ladder".
PhraseTokens_Ladder 58708 DEFB 77 "LADD".
58709 DEFB 254 Terminator.
Matches e.g. "cloak", "white cloak".
PhraseTokens_Cloak 58710 DEFB 81 "CLOA".
58711 DEFB 253 Separator.
58712 DEFB 107 "WHIT".
58713 DEFB 81 "CLOA".
58714 DEFB 254 Terminator.
Matches e.g. "silver".
PhraseTokens_Silver 58715 DEFB 82 "SILV".
58716 DEFB 254 Terminator.
Matches e.g. "meat from trader".
PhraseTokens_MeatFromTrader 58717 DEFB 61 "MEAT".
58718 DEFB 97 "FROM".
58719 DEFB 62 "TRAD".
58720 DEFB 254 Terminator.
Matches e.g. "amulet from druid", "talisman from druid".
PhraseTokens_AmuletFromDruid 58721 DEFB 68 "AMUL,TALI".
58722 DEFB 97 "FROM".
58723 DEFB 67 "DRUI".
58724 DEFB 254 Terminator.
Matches e.g. "cloak from body".
PhraseTokens_CloakFromBody 58725 DEFB 81 "CLOA".
58726 DEFB 97 "FROM".
58727 DEFB 80 "BODY".
58728 DEFB 254 Terminator.
Matches e.g. "meat to bear".
PhraseTokens_MeatToBear 58729 DEFB 61 "MEAT".
58730 DEFB 109 "TO".
58731 DEFB 65 "BEAR".
58732 DEFB 254 Terminator.
Matches e.g. "meat to wolves".
PhraseTokens_MeatToWolves 58733 DEFB 61 "MEAT".
58734 DEFB 109 "TO".
58735 DEFB 64 "WOLV".
58736 DEFB 254 Terminator.
Matches e.g. "acorns to raven".
PhraseTokens_AcornsToRaven 58737 DEFB 46 "ACOR".
58738 DEFB 109 "TO".
58739 DEFB 49 "RAVE".
58740 DEFB 254 Terminator.
Matches e.g. "sword to trader".
PhraseTokens_SwordToTrader 58741 DEFB 60 "SWOR".
58742 DEFB 109 "TO".
58743 DEFB 62 "TRAD".
58744 DEFB 254 Terminator.
Matches e.g. "salt to guard".
PhraseTokens_SaltToGuard 58745 DEFB 44 "SALT".
58746 DEFB 109 "TO".
58747 DEFB 66 "GUAR".
58748 DEFB 254 Terminator.
Matches e.g. "iron to trader".
PhraseTokens_IronToTrader 58749 DEFB 52 "IRON".
58750 DEFB 109 "TO".
58751 DEFB 62 "TRAD".
58752 DEFB 254 Terminator.
Matches e.g. "roman to druid".
PhraseTokens_RomanToDruid 58753 DEFB 37 "ROMA".
58754 DEFB 109 "TO".
58755 DEFB 67 "DRUI".
58756 DEFB 254 Terminator.
Matches e.g. "food to bear".
PhraseTokens_FoodToBear 58757 DEFB 51 "FOOD".
58758 DEFB 109 "TO".
58759 DEFB 65 "BEAR".
58760 DEFB 254 Terminator.
Matches e.g. "food to wolves".
PhraseTokens_FoodToWolves 58761 DEFB 51 "FOOD".
58762 DEFB 109 "TO".
58763 DEFB 64 "WOLV".
58764 DEFB 254 Terminator.
Matches e.g. "salt to trader".
PhraseTokens_SaltToTrader 58765 DEFB 44 "SALT".
58766 DEFB 109 "TO".
58767 DEFB 62 "TRAD".
58768 DEFB 254 Terminator.
Matches e.g. "sword from slab", "sword from stone slab", "sword from groove".
PhraseTokens_SwordFromSlab 58769 DEFB 60 "SWOR".
58770 DEFB 97 "FROM".
58771 DEFB 48 "SLAB".
58772 DEFB 253 Separator.
58773 DEFB 60 "SWOR".
58774 DEFB 97 "FROM".
58775 DEFB 105 "STON".
58776 DEFB 48 "SLAB".
58777 DEFB 253 Separator.
58778 DEFB 60 "SWOR".
58779 DEFB 97 "FROM".
58780 DEFB 73 "GROO".
58781 DEFB 254 Terminator.
Matches e.g. "salt to warrior", "salt to armed warrior".
PhraseTokens_SaltToWarrior 58782 DEFB 44 "SALT".
58783 DEFB 109 "TO".
58784 DEFB 55 "WARR".
58785 DEFB 253 Separator.
58786 DEFB 44 "SALT".
58787 DEFB 109 "TO".
58788 DEFB 114 "ARME".
58789 DEFB 55 "WARR".
58790 DEFB 254 Terminator.
Matches e.g. "helmet to trader", "bronze helmet to trader".
PhraseTokens_HelmetToTrader 58791 DEFB 50 "HELM".
58792 DEFB 109 "TO".
58793 DEFB 62 "TRAD".
58794 DEFB 253 Separator.
58795 DEFB 100 "BRON".
58796 DEFB 50 "HELM".
58797 DEFB 109 "TO".
58798 DEFB 62 "TRAD".
58799 DEFB 254 Terminator.
Matches e.g. "shield to trader".
PhraseTokens_ShieldToTrader 58800 DEFB 74 "SHIE".
58801 DEFB 109 "TO".
58802 DEFB 62 "TRAD".
58803 DEFB 254 Terminator.
Matches e.g. "iron to guard".
PhraseTokens_IronToGuard 58804 DEFB 52 "IRON".
58805 DEFB 109 "TO".
58806 DEFB 66 "GUAR".
58807 DEFB 254 Terminator.
Matches e.g. "helmet to guard", "bronze helmet to guard".
PhraseTokens_HelmetToGuard 58808 DEFB 50 "HELM".
58809 DEFB 109 "TO".
58810 DEFB 66 "GUAR".
58811 DEFB 253 Separator.
58812 DEFB 100 "BRON".
58813 DEFB 50 "HELM".
58814 DEFB 109 "TO".
58815 DEFB 66 "GUAR".
58816 DEFB 254 Terminator.
Matches e.g. "silver to druid".
PhraseTokens_SilverToDruid 58817 DEFB 82 "SILV".
58818 DEFB 109 "TO".
58819 DEFB 67 "DRUI".
58820 DEFB 254 Terminator.
Matches e.g. "helmet to druid", "bronze helmet to druid".
PhraseTokens_HelmetToDruid 58821 DEFB 50 "HELM".
58822 DEFB 109 "TO".
58823 DEFB 67 "DRUI".
58824 DEFB 253 Separator.
58825 DEFB 100 "BRON".
58826 DEFB 50 "HELM".
58827 DEFB 109 "TO".
58828 DEFB 67 "DRUI".
58829 DEFB 254 Terminator.
Matches e.g. "iron to druid".
PhraseTokens_IronToDruid 58830 DEFB 52 "IRON".
58831 DEFB 109 "TO".
58832 DEFB 67 "DRUI".
58833 DEFB 254 Terminator.
Matches e.g. "meat at bear".
PhraseTokens_MeatAtBear 58834 DEFB 61 "MEAT".
58835 DEFB 96 "AT".
58836 DEFB 65 "BEAR".
58837 DEFB 254 Terminator.
Matches e.g. "meat at wolves".
PhraseTokens_MeatAtWolves 58838 DEFB 61 "MEAT".
58839 DEFB 96 "AT".
58840 DEFB 64 "WOLV".
58841 DEFB 254 Terminator.
Matches e.g. "food at bear".
PhraseTokens_FoodAtBear 58842 DEFB 51 "FOOD".
58843 DEFB 96 "AT".
58844 DEFB 65 "BEAR".
58845 DEFB 254 Terminator.
Matches e.g. "food at wolves".
PhraseTokens_FoodAtWolves 58846 DEFB 51 "FOOD".
58847 DEFB 96 "AT".
58848 DEFB 64 "WOLV".
58849 DEFB 254 Terminator.
Matches e.g. "roman".
PhraseTokens_Roman 58850 DEFB 37 "ROMA".
58851 DEFB 254 Terminator.
Matches e.g. "hare".
PhraseTokens_Hare 58852 DEFB 41 "HARE".
58853 DEFB 254 Terminator.
Matches e.g. "ox", "wild ox".
PhraseTokens_Ox 58854 DEFB 72 "OX".
58855 DEFB 253 Separator.
58856 DEFB 99 "WILD".
58857 DEFB 72 "OX".
58858 DEFB 254 Terminator.
Matches e.g. "trap", "hare from trap".
PhraseTokens_Trap 58859 DEFB 42 "TRAP".
58860 DEFB 253 Separator.
58861 DEFB 41 "HARE".
58862 DEFB 97 "FROM".
58863 DEFB 42 "TRAP".
58864 DEFB 254 Terminator.
Matches e.g. "pig".
PhraseTokens_Pig 58865 DEFB 70 "PIG".
58866 DEFB 254 Terminator.
Matches e.g. "water".
PhraseTokens_Water 58867 DEFB 84 "WATE".
58868 DEFB 254 Terminator.
Matches e.g. "in pool", "into pool", "in pool of water", "into pool of water", "in deep pool", "into deep pool", "in deep pool of water", "into deep pool of water".
PhraseTokens_IntoPool 58869 DEFB 111 "IN,INTO".
58870 DEFB 43 "POOL".
58871 DEFB 253 Separator.
58872 DEFB 111 "IN,INTO".
58873 DEFB 43 "POOL".
58874 DEFB 104 "OF".
58875 DEFB 84 "WATE".
58876 DEFB 253 Separator.
58877 DEFB 111 "IN,INTO".
58878 DEFB 115 "DEEP".
58879 DEFB 43 "POOL".
58880 DEFB 253 Separator.
58881 DEFB 111 "IN,INTO".
58882 DEFB 115 "DEEP".
58883 DEFB 43 "POOL".
58884 DEFB 104 "OF".
58885 DEFB 84 "WATE".
58886 DEFB 254 Terminator.
Matches e.g. "in lake", "into lake".
PhraseTokens_IntoLake 58887 DEFB 111 "IN,INTO".
58888 DEFB 76 "LAKE".
58889 DEFB 254 Terminator.
Matches e.g. "in water", "into water".
PhraseTokens_IntoWater 58890 DEFB 111 "IN,INTO".
58891 DEFB 84 "WATE".
58892 DEFB 254 Terminator.
Matches e.g. "on straw", "onto straw", "on pile of straw", "onto pile of straw", "on straw pile", "onto straw pile", "from platform".
PhraseTokens_OntoStraw 58893 DEFB 110 "ON,ONTO".
58894 DEFB 78 "STRA".
58895 DEFB 253 Separator.
58896 DEFB 110 "ON,ONTO".
58897 DEFB 103 "PILE".
58898 DEFB 104 "OF".
58899 DEFB 78 "STRA".
58900 DEFB 253 Separator.
58901 DEFB 110 "ON,ONTO".
58902 DEFB 78 "STRA".
58903 DEFB 103 "PILE".
58904 DEFB 253 Separator.
58905 DEFB 97 "FROM".
58906 DEFB 83 "PLAT".
58907 DEFB 254 Terminator.
Matches e.g. "out of pool", "out of pool of water", "out of deep pool", "out of deep pool of water".
PhraseTokens_OutOfPool 58908 DEFB 116 "OUT".
58909 DEFB 104 "OF".
58910 DEFB 43 "POOL".
58911 DEFB 253 Separator.
58912 DEFB 116 "OUT".
58913 DEFB 104 "OF".
58914 DEFB 43 "POOL".
58915 DEFB 104 "OF".
58916 DEFB 84 "WATE".
58917 DEFB 253 Separator.
58918 DEFB 116 "OUT".
58919 DEFB 104 "OF".
58920 DEFB 115 "DEEP".
58921 DEFB 43 "POOL".
58922 DEFB 253 Separator.
58923 DEFB 116 "OUT".
58924 DEFB 104 "OF".
58925 DEFB 115 "DEEP".
58926 DEFB 43 "POOL".
58927 DEFB 104 "OF".
58928 DEFB 84 "WATE".
58929 DEFB 254 Terminator.
Matches e.g. "out of lake".
PhraseTokens_OutOfLake 58930 DEFB 116 "OUT".
58931 DEFB 104 "OF".
58932 DEFB 76 "LAKE".
58933 DEFB 254 Terminator.
Matches e.g. "out of water".
PhraseTokens_OutOfWater 58934 DEFB 116 "OUT".
58935 DEFB 104 "OF".
58936 DEFB 84 "WATE".
58937 DEFB 254 Terminator.
Matches e.g. "out".
PhraseTokens_Out 58938 DEFB 116 "OUT".
58939 DEFB 254 Terminator.
Matches e.g. "u ladder", "up ladder".
PhraseTokens_UpLadder 58940 DEFB 12 "U,UP".
58941 DEFB 77 "LADD".
58942 DEFB 254 Terminator.
Matches e.g. "d ladder", "down ladder".
PhraseTokens_DownLadder 58943 DEFB 13 "D,DOWN".
58944 DEFB 77 "LADD".
58945 DEFB 254 Terminator.
Matches e.g. "n", "north".
PhraseTokens_North 58946 DEFB 8 "N,NORT".
58947 DEFB 254 Terminator.
Matches e.g. "s", "south".
PhraseTokens_South 58948 DEFB 9 "S,SOUT".
58949 DEFB 254 Terminator.
Matches e.g. "e", "east".
PhraseTokens_East 58950 DEFB 10 "E,EAST".
58951 DEFB 254 Terminator.
Matches e.g. "w", "west".
PhraseTokens_West 58952 DEFB 11 "W,WEST".
58953 DEFB 254 Terminator.
Matches e.g. "u", "up".
PhraseTokens_Up 58954 DEFB 12 "U,UP".
58955 DEFB 254 Terminator.
Matches e.g. "d", "down".
PhraseTokens_Down 58956 DEFB 13 "D,DOWN".
58957 DEFB 254 Terminator.
Matches e.g. "fissure", "monolith", "stone monolith".
PhraseTokens_Fissure 58958 DEFB 54 "FISS".
58959 DEFB 253 Separator.
58960 DEFB 53 "MONO".
58961 DEFB 253 Separator.
58962 DEFB 105 "STON".
58963 DEFB 53 "MONO".
58964 DEFB 254 Terminator.
Matches e.g. "hut".
PhraseTokens_Hut 58965 DEFB 57 "HUT".
58966 DEFB 254 Terminator.
Matches e.g. "cavern".
PhraseTokens_Cavern 58967 DEFB 59 "CAVE".
58968 DEFB 254 Terminator.
Matches e.g. "in ring", "into ring", "in crystal ring", "into crystal ring", "in ring of crystals", "into ring of crystals".
PhraseTokens_IntoRing 58969 DEFB 111 "IN,INTO".
58970 DEFB 69 "RING".
58971 DEFB 253 Separator.
58972 DEFB 111 "IN,INTO".
58973 DEFB 102 "CRYS".
58974 DEFB 69 "RING".
58975 DEFB 253 Separator.
58976 DEFB 111 "IN,INTO".
58977 DEFB 69 "RING".
58978 DEFB 104 "OF".
58979 DEFB 102 "CRYS".
58980 DEFB 254 Terminator.
Matches e.g. "ring", "crystal ring", "ring of crystals".
PhraseTokens_Ring 58981 DEFB 69 "RING".
58982 DEFB 253 Separator.
58983 DEFB 102 "CRYS".
58984 DEFB 69 "RING".
58985 DEFB 253 Separator.
58986 DEFB 69 "RING".
58987 DEFB 104 "OF".
58988 DEFB 102 "CRYS".
58989 DEFB 254 Terminator.
Matches e.g. "urn in fire", "urn in flames", "urn into fire", "urn into flames".
PhraseTokens_UrnIntoFire 58990 DEFB 47 "URN".
58991 DEFB 111 "IN,INTO".
58992 DEFB 75 "FIRE,FLAM".
58993 DEFB 254 Terminator.
Matches e.g. "ladder against platform".
PhraseTokens_LadderAgainstPlatform 58994 DEFB 77 "LADD".
58995 DEFB 98 "AGAI".
58996 DEFB 83 "PLAT".
58997 DEFB 254 Terminator.
Matches e.g. "sword on slab", "sword onto slab", "sword on stone slab", "sword onto stone slab", "sword in groove", "sword into groove".
PhraseTokens_SwordOnSlab 58998 DEFB 60 "SWOR".
58999 DEFB 110 "ON,ONTO".
59000 DEFB 48 "SLAB".
59001 DEFB 253 Separator.
59002 DEFB 60 "SWOR".
59003 DEFB 110 "ON,ONTO".
59004 DEFB 105 "STON".
59005 DEFB 48 "SLAB".
59006 DEFB 253 Separator.
59007 DEFB 60 "SWOR".
59008 DEFB 111 "IN,INTO".
59009 DEFB 73 "GROO".
59010 DEFB 254 Terminator.
Matches e.g. "meat from trader", "meat".
PhraseTokens__MeatFromTrader 59011 DEFB 61 "MEAT".
59012 DEFB 97 "FROM".
59013 DEFB 62 "TRAD".
59014 DEFB 253 Separator.
59015 DEFB 61 "MEAT".
59016 DEFB 254 Terminator.
Matches e.g. "meat with iron", "meat using iron", "meat from trader with iron", "meat from trader using iron".
PhraseTokens_MeatWithIron 59017 DEFB 61 "MEAT".
59018 DEFB 108 "WITH,USIN".
59019 DEFB 52 "IRON".
59020 DEFB 253 Separator.
59021 DEFB 61 "MEAT".
59022 DEFB 97 "FROM".
59023 DEFB 62 "TRAD".
59024 DEFB 108 "WITH,USIN".
59025 DEFB 52 "IRON".
59026 DEFB 254 Terminator.
Matches e.g. "meat with salt", "meat using salt", "meat from trader with salt", "meat from trader using salt", "meat with acorns", "meat using acorns", "meat from trader with acorns", "meat from trader using acorns", "meat with helmet", "meat using helmet", "meat from trader with helmet", "meat from trader using helmet", "meat with sword", "meat using sword", "meat from trader with sword", "meat from trader using sword".
PhraseTokens_MeatWithSalt 59027 DEFB 61 "MEAT".
59028 DEFB 108 "WITH,USIN".
59029 DEFB 44 "SALT".
59030 DEFB 253 Separator.
59031 DEFB 61 "MEAT".
59032 DEFB 97 "FROM".
59033 DEFB 62 "TRAD".
59034 DEFB 108 "WITH,USIN".
59035 DEFB 44 "SALT".
59036 DEFB 253 Separator.
59037 DEFB 61 "MEAT".
59038 DEFB 108 "WITH,USIN".
59039 DEFB 46 "ACOR".
59040 DEFB 253 Separator.
59041 DEFB 61 "MEAT".
59042 DEFB 97 "FROM".
59043 DEFB 62 "TRAD".
59044 DEFB 108 "WITH,USIN".
59045 DEFB 46 "ACOR".
59046 DEFB 253 Separator.
59047 DEFB 61 "MEAT".
59048 DEFB 108 "WITH,USIN".
59049 DEFB 50 "HELM".
59050 DEFB 253 Separator.
59051 DEFB 61 "MEAT".
59052 DEFB 97 "FROM".
59053 DEFB 62 "TRAD".
59054 DEFB 108 "WITH,USIN".
59055 DEFB 50 "HELM".
59056 DEFB 253 Separator.
59057 DEFB 61 "MEAT".
59058 DEFB 108 "WITH,USIN".
59059 DEFB 60 "SWOR".
59060 DEFB 253 Separator.
59061 DEFB 61 "MEAT".
59062 DEFB 97 "FROM".
59063 DEFB 62 "TRAD".
59064 DEFB 108 "WITH,USIN".
59065 DEFB 60 "SWOR".
59066 DEFB 254 Terminator.
Matches e.g. "in ring", "into ring", "in crystal ring", "into crystal ring", "in ring of crystals", "into ring of crystals".
PhraseTokens_IntoRing_Duplicate 59067 DEFB 111 "IN,INTO".
59068 DEFB 69 "RING".
59069 DEFB 253 Separator.
59070 DEFB 111 "IN,INTO".
59071 DEFB 102 "CRYS".
59072 DEFB 69 "RING".
59073 DEFB 253 Separator.
59074 DEFB 111 "IN,INTO".
59075 DEFB 69 "RING".
59076 DEFB 104 "OF".
59077 DEFB 102 "CRYS".
59078 DEFB 254 Terminator.
Matches e.g. "roman", "roman with sword", "roman using sword".
PhraseTokens_RomanWithSword 59079 DEFB 37 "ROMA".
59080 DEFB 253 Separator.
59081 DEFB 37 "ROMA".
59082 DEFB 108 "WITH,USIN".
59083 DEFB 60 "SWOR".
59084 DEFB 254 Terminator.
Matches e.g. "fomorian", "fomorian with sword", "fomorian using sword".
PhraseTokens_Fomorian 59085 DEFB 38 "FOMO".
59086 DEFB 253 Separator.
59087 DEFB 38 "FOMO".
59088 DEFB 108 "WITH,USIN".
59089 DEFB 60 "SWOR".
59090 DEFB 254 Terminator.
Matches e.g. "hare", "hare with sword", "hare using sword".
PhraseTokens_HareWithSword 59091 DEFB 41 "HARE".
59092 DEFB 253 Separator.
59093 DEFB 41 "HARE".
59094 DEFB 108 "WITH,USIN".
59095 DEFB 60 "SWOR".
59096 DEFB 254 Terminator.
Matches e.g. "trader", "trader with sword", "trader using sword".
PhraseTokens_Trader 59097 DEFB 62 "TRAD".
59098 DEFB 253 Separator.
59099 DEFB 62 "TRAD".
59100 DEFB 108 "WITH,USIN".
59101 DEFB 60 "SWOR".
59102 DEFB 254 Terminator.
Matches e.g. "warrior", "armed warrior".
PhraseTokens_Warrior 59103 DEFB 55 "WARR".
59104 DEFB 253 Separator.
59105 DEFB 114 "ARME".
59106 DEFB 55 "WARR".
59107 DEFB 254 Terminator.
Matches e.g. "wolves", "wolves with sword", "wolves using sword".
PhraseTokens_Wolves 59108 DEFB 64 "WOLV".
59109 DEFB 253 Separator.
59110 DEFB 64 "WOLV".
59111 DEFB 108 "WITH,USIN".
59112 DEFB 60 "SWOR".
59113 DEFB 254 Terminator.
Matches e.g. "bear", "bear with sword", "bear using sword".
PhraseTokens_Bear 59114 DEFB 65 "BEAR".
59115 DEFB 253 Separator.
59116 DEFB 65 "BEAR".
59117 DEFB 108 "WITH,USIN".
59118 DEFB 60 "SWOR".
59119 DEFB 254 Terminator.
Matches e.g. "guard", "guard with sword", "guard using sword".
PhraseTokens_Guard 59120 DEFB 66 "GUAR".
59121 DEFB 253 Separator.
59122 DEFB 66 "GUAR".
59123 DEFB 108 "WITH,USIN".
59124 DEFB 60 "SWOR".
59125 DEFB 254 Terminator.
Matches e.g. "druid", "druid with sword", "druid using sword".
PhraseTokens_Druid 59126 DEFB 67 "DRUI".
59127 DEFB 253 Separator.
59128 DEFB 67 "DRUI".
59129 DEFB 108 "WITH,USIN".
59130 DEFB 60 "SWOR".
59131 DEFB 254 Terminator.
Matches e.g. "pig", "pig with sword", "pig using sword".
PhraseTokens_PigWithSword 59132 DEFB 70 "PIG".
59133 DEFB 253 Separator.
59134 DEFB 70 "PIG".
59135 DEFB 108 "WITH,USIN".
59136 DEFB 60 "SWOR".
59137 DEFB 254 Terminator.
Matches e.g. "ox", "wild ox", "ox with sword", "ox using sword", "wild ox with sword", "wild ox using sword".
PhraseTokens_OxWithSword 59138 DEFB 72 "OX".
59139 DEFB 253 Separator.
59140 DEFB 99 "WILD".
59141 DEFB 72 "OX".
59142 DEFB 253 Separator.
59143 DEFB 72 "OX".
59144 DEFB 108 "WITH,USIN".
59145 DEFB 60 "SWOR".
59146 DEFB 253 Separator.
59147 DEFB 99 "WILD".
59148 DEFB 72 "OX".
59149 DEFB 108 "WITH,USIN".
59150 DEFB 60 "SWOR".
59151 DEFB 254 Terminator.
Matches e.g. "hill".
PhraseTokens_Hill 59152 DEFB 92 "HILL".
59153 DEFB 254 Terminator.
Matches e.g. "broch".
PhraseTokens_Broch 59154 DEFB 93 "BROC".
59155 DEFB 254 Terminator.
Prev: 58632 Up: Map Next: 59156