|
@@ -0,0 +1,301 @@
|
|
1
|
+var weapons = {
|
|
2
|
+ "wakizachi" : { "damage" : "2G2", "type" : "sword", "keywords" : ["samourai", "medium"], "skill" : "kenjutsu"},
|
|
3
|
+ "katana" : { "damage" : "3G2", "type" : "sword", "keywords" : ["samourai", "medium"], "skill" : "kenjutsu"},
|
|
4
|
+ "no-dachi" : { "damage" : "3G3", "type" : "sword", "keywords" : ["large"], "skill" : "kenjutsu"},
|
|
5
|
+ "scimitar" : { "damage" : "2G3", "type" : "sword", "keywords" : ["medium"], "skill" : "kenjutsu"},
|
|
6
|
+ "parangu" : { "damage" : "2G2", "type" : "sword", "special" : "If a parangu inflicts more than 30 Wounds in a single attack, its blade breaks.", "keywords" : ["medium", "peasant"], "skill" : "kenjutsu"},
|
|
7
|
+ "ninja-to" : { "damage" : "2G2", "type" : "sword", "special" : "The ninja-to is a medium weapon, but is considered a small weapon for the purposes of concealment. If a ninja-to infl icts more than 40 Wounds in a single attack, its blade breaks.", "keywords" : ["ninja", "medium"], "skill" : "kenjutsu"},
|
|
8
|
+ "tetsubo" : { "damage" : "3G3", "type" : "heavy", "keywords":[], "skill" : "heavy weapon"},
|
|
9
|
+ "ono" : { "damage" : "0G4", "type" : "heavy", "keywords":[], "skill" : "heavy weapon"},
|
|
10
|
+ "masakari" : { "damage" : "2G3", "type" : "heavy", "keywords":[], "skill" : "heavy weapon"},
|
|
11
|
+ "dai tsuchi" : { "damage" : "5G2", "type" : "heavy", "keywords":[], "skill" : "heavy weapon"},
|
|
12
|
+ "kusarigama" : { "damage" : "0G2", "type" : "chain", "keywords":[], "skill" : "chain"},
|
|
13
|
+ "kyoketsu-shogi" : { "damage" : "0G1", "type" : "chain", "special" : "Double an opponent’s bonus to Armor TN from armor.", "keywords":[], "skill" : "chain"},
|
|
14
|
+ "manrikikusari" : { "damage" : "1G1", "type" : "chain", "keywords":[], "skill" : "chain"},
|
|
15
|
+ "yumi" : { "strength" : "3", "type" : "bow", "special" : "Increase the TN of all attack rolls by +10 if used from horseback.", "keywords":[], "skill" : "kyujutsu"},
|
|
16
|
+ "han-kyu" : { "strength" : "1", "type" : "bow", "special" : "Increase the TN of all attack rolls by +10 if used from horseback.", "keywords":[], "skill" : "kyujutsu"},
|
|
17
|
+ "dai-kyu" : { "strength" : "4", "type" : "bow", "special" : "Increase the TN of all attack rolls by +10 by foot. Only 3 strength needed", "keywords":[], "skill" : "kyujutsu"},
|
|
18
|
+ "nagamaki" : { "damage" : "2G3", "type" : "polearm", "keywords":[], "skill" : "polearm"},
|
|
19
|
+ "naginata" : { "damage" : "3G2", "type" : "polearm", "keywords" : ["samourai"], "skill" : "polearm"},
|
|
20
|
+ "sasumata" : { "damage" : "0G2", "type" : "polearm", "special" : "The sasumata may be used to initiate and maintain a grapple.", "keywords":[], "skill" : "polearm"},
|
|
21
|
+ "sodegarami" : { "damage" : "1G1", "type" : "polearm", "special" : "The sodegarami may be used to initiate and maintain a grapple.", "keywords":[], "skill" : "polearm"},
|
|
22
|
+ "bisento" : { "damage" : "3G3", "type" : "polearm", "keywords":[], "skill" : "polearm"},
|
|
23
|
+ "kumade" : { "damage" : "1G1", "type" : "spear", "special" : "If a kumade inflicts more than 25 Wounds in a single attack, it breaks.", "keywords" : [ "large", "peasant" ], "skill" : "spear"},
|
|
24
|
+ "lance" : { "damage" : "3G2", "type" : "spear", "special" : "The listed DR only applies if the lance is used from horseback and used to make an attack directly following a Move Action. Under any other circumstances, it possesses DR 1k2. Using the lance in melee combat without a Move Action increases the TN of all attack rolls by +5 on horseback and +10 on foot. A lance shatters if it infl icts more than 30 Wounds in one attack.", "keywords":[], "skill" : "spear"},
|
|
25
|
+ "nage-yari" : { "damage" : "1G2", "type" : "spear", "special" : "The nage-yari may be thrown accurately up to 50’", "keywords":[], "skill" : "spear"},
|
|
26
|
+ "yari" : { "damage" : "2G2", "type" : "spear", "special" : "The yari can be thrown a maximum range of 30’, and has DR 1k2 when thrown.", "keywords":[], "skill" : "spear"},
|
|
27
|
+ "bo" : { "damage" : "1G2", "type" : "stave", "keywords":[], "skill" : "stave"},
|
|
28
|
+ "nunchaku" : { "damage" : "1G2", "type" : "stave", "keywords" : ["peasant", "small"], "skill" : "stave"},
|
|
29
|
+ "tonfa" : { "damage" : "0G3", "type" : "stave", "keywords" : ["peasant", "large"], "skill" : "stave"},
|
|
30
|
+ "bo" : { "damage" : "1G2", "type" : "stave", "keywords":[], "skill" : "stave"},
|
|
31
|
+ "tanto" : { "damage" : "1G1", "type" : "knives", "keywords" : ["small"], "skill" : "knive"},
|
|
32
|
+ "sai" : { "damage" : "1G1", "type" : "knives", "keywords" : ["small"], "skill" : "knive"},
|
|
33
|
+ "kama" : { "damage" : "0G2", "type" : "knives", "keywords" : ["peasant", "small"], "skill" : "knive"},
|
|
34
|
+ "war fan" : { "damage" : "0G1", "type" : "small", "keywords":["small"], "skill" : "knive"},
|
|
35
|
+ "oyomi" : { "damage" : "4G2", "type" : "small", "keywords":["small"], "skill" : "crossbow"},
|
|
36
|
+ "z_poing" : { "damage" : "1G1", "type" : "small", "keywords":["small"], "skill" : "jiujitsu"},
|
|
37
|
+};
|
|
38
|
+
|
|
39
|
+var armors = {
|
|
40
|
+ "kimono" : { "DR" : 0, "TN": 0},
|
|
41
|
+ "ashigaru" : {"DR" : 1, "TN": 3},
|
|
42
|
+ "light" : {"DR" : 3, "TN": 5},
|
|
43
|
+ "heavy" : {"DR" : 5, "TN": 10},
|
|
44
|
+ "ridding" : {"DR" : 4, "TN": 4}
|
|
45
|
+};
|
|
46
|
+
|
|
47
|
+var advantages = {
|
|
48
|
+ "strength of the earth" : { "default" : 3, "bushi" : 2, "ninja" : 2, "scout" : 2 }
|
|
49
|
+};
|
|
50
|
+
|
|
51
|
+var roleSkills = {
|
|
52
|
+ "courtier" : { "courtier" : { "occurence" : 10, "trait" : "intelligence"},
|
|
53
|
+ "etiquette" : { "occurence" : 10, "trait" : "awarness"},
|
|
54
|
+ "sincerity" : { "occurence" : 10, "trait" : "awarness"},
|
|
55
|
+ "lore : heraldy" : { "occurence" : 5, "trait" : "intelligence"},
|
|
56
|
+ "tea ceremony" : { "occurence" : 5, "trait" : "void"},
|
|
57
|
+ "lore : theology" : { "occurence" : 4, "trait" : "intelligence"},
|
|
58
|
+ "lore : history" : { "occurence" : 4, "trait" : "intelligence"},
|
|
59
|
+ "lore : bushido" : { "occurence" : 3, "trait" : "intelligence" }},
|
|
60
|
+ "bushi" : { "kenjutsu" : { "occurence" :10, "main" : true, "trait" : "agility"},
|
|
61
|
+ "iaijutsu" : { "occurence" : 8, "main" : true, "trait" : "reflexes"},
|
|
62
|
+ "heavy weapon" : { "occurence" : 8, "main" : true, "trait" : "agility"},
|
|
63
|
+ "polearm" : { "occurence" : 7, "main" : true, "trait" : "agility"},
|
|
64
|
+ "defense" : { "occurence" : 7, "trait" : "reflexes"},
|
|
65
|
+ "kyujutsu": { "occurence" : 6, "main" : true, "trait" : "reflexes"},
|
|
66
|
+ "jiujutsu": { "occurence" : 5, "trait" : "agility"},
|
|
67
|
+ "battle" : { "occurence" : 5, "trait" : "perception"},
|
|
68
|
+ "athletics": { "occurence" : 4, "trait" : "strength" }},
|
|
69
|
+ "monk" : { "jiujutsu": { "occurence" : 7, "main" : true, "trait" : "agility"},
|
|
70
|
+ "staves": { "occurence" : 6, "main" : true, "trait" : "agility"},
|
|
71
|
+ "lore : theology" : { "occurence" :6, "trait" : "intelligence"},
|
|
72
|
+ "meditation": { "occurence" : 6, "trait" : "void"},
|
|
73
|
+ "chain": { "occurence" : 3, "main" : true, "trait" : "agility"}},
|
|
74
|
+ "scout" : { "kenjutsu" : { "occurence" :8, "main" : true, "trait" : "agility"},
|
|
75
|
+ "kyujutsu": { "occurence" : 7, "main" : true,"trait" : "reflexes"},
|
|
76
|
+ "athletics": { "occurence" : 6, "trait" : "strength" },
|
|
77
|
+ "heavy weapon" : { "occurence" : 6, "main" : true, "trait" : "agility"},
|
|
78
|
+ "polearm" : { "occurence" : 6, "main" : true, "trait" : "agility"},
|
|
79
|
+ "stealth" : { "occurence" : 6 , "trait" : "agility"},
|
|
80
|
+ "battle" : { "occurence" : 6, "trait" : "perception"},
|
|
81
|
+ "defense" : { "occurence" : 5 , "trait" : "reflexes"},
|
|
82
|
+ "iaijutsu" : { "occurence" : 4, "main" : true, "trait" : "reflexes"},
|
|
83
|
+ "jiujutsu": { "occurence" : 3, "trait" : "agility"}},
|
|
84
|
+ "ninja" : { "stealth" : { "occurence" : 10 , "trait" : "agility"},
|
|
85
|
+ "knives": { "occurence" : 8, "main" : true,"trait" : "agility", "type" : "bugei"},
|
|
86
|
+ "kenjutsu" : { "occurence" : 6 , "main" : true, "trait" : "agility"},
|
|
87
|
+ "sincerity" : { "occurence" : 5 , "trait" : "awarness"},
|
|
88
|
+ "ninjutsu" : { "occurence" : 3 , "main" : true,"trait" : "agility"},
|
|
89
|
+ "jiujutsu" : { "occurence" : 3 , "trait" : "agility"},
|
|
90
|
+ "staves" : { "occurence" : 3 , "trait" : "agility"}
|
|
91
|
+ },
|
|
92
|
+ "people" : { "stealth " : { "occurence" : 3 , "trait" : "agility"},
|
|
93
|
+ "staves" : { "occurence" : 3 , "trait" : "agility"},
|
|
94
|
+ "craft" : { "occurence" : 3 , "trait" : "agility"},
|
|
95
|
+ "jiujutsu" : { "occurence" : 3 , "trait" : "agility"},
|
|
96
|
+ "commerce" : { "occurence" : 3 , "trait" : "intelligence"},
|
|
97
|
+ "lore : folklore" : { "occurence" : 3 , "trait" : "intelligence"},
|
|
98
|
+ "sleight of hand" : { "occurence" : 3 , "trait" : "agility"},
|
|
99
|
+ "animal handling" : { "occurence" : 3 , "trait" : "awareness"},
|
|
100
|
+ "sailing" : { "occurence" : 3 , "trait" : "agility"},
|
|
101
|
+ "intimidation" : { "occurence" : 3 , "trait" : "awareness"},
|
|
102
|
+ "temptation" : { "occurence" : 3 , "trait" : "awareness"},
|
|
103
|
+ "athletism" : { "occurence" : 3 , "trait" : "strength"}
|
|
104
|
+ }
|
|
105
|
+};
|
|
106
|
+
|
|
107
|
+var skills = {
|
|
108
|
+ "perform" : { "occurence" : 1, "trait" : "awarness", "type" : "high", "actions" : [ "social", "perform", "discussion" ]},
|
|
109
|
+ "courtier" : { "occurence" : 2, "trait" : "intelligence", "type" : "high", "actions" : [ "social", "knowledge", "discussion" ]},
|
|
110
|
+ "etiquette" : { "occurence" : 2, "trait" : "awarness", "type" : "high", "actions" : [ "social", "knowledge", "discussion", "perception" ]},
|
|
111
|
+ "sincerity" : { "occurence" : 2, "trait" : "awarness", "type" : "high", "actions" : [ "social", "knowledge", "discussion" ]},
|
|
112
|
+ "acting" : { "occurence" : 1, "trait" : "awarness", "type" : "high", "actions" : [ "social", "knowledge", "discussion", "perform" ]},
|
|
113
|
+ "artisan" : { "occurence" : 1, "trait" : "awarness", "type" : "high", "actions" : [ "knowledge", "craft", "perform" ]},
|
|
114
|
+ "calligraphy" : { "occurence" : 1, "trait" : "intelligence", "type" : "high", "actions" : [ "craft", "knowledge", "investigation", "perform" ]},
|
|
115
|
+ "investigation" : { "occurence" : 1, "trait" : "perception", "type" : "high", "actions" : [ "discussion", "investigation", "social", "tracking" ]},
|
|
116
|
+ "medicine" : { "occurence" : 1, "trait" : "awarness", "type" : "high", "actions" : [ "heal", "knowledge", "investigation" ]},
|
|
117
|
+ "spellcraft" : { "occurence" : 1, "trait" : "awarness", "type" : "high", "actions" : [ "cast", "investigation", "perception" ]},
|
|
118
|
+ "lore : heraldy" : { "occurence" : 1, "trait" : "intelligence", "type" : "high", "actions" : [ "knowledge", "perception" ]},
|
|
119
|
+ "tea ceremony" : { "occurence" : 2, "trait" : "void", "type" : "high", "actions" : [ "social", "meditation" ]},
|
|
120
|
+ "lore : theology" : { "occurence" : 1, "trait" : "intelligence", "type" : "high", "actions" : [ "discussion", "social", "knowledge" ]},
|
|
121
|
+ "lore : history" : { "occurence" : 1, "trait" : "intelligence", "type" : "high", "actions" : [ "discussion", "social", "knowledge" ]},
|
|
122
|
+ "lore : bushido" : { "occurence" : 2, "trait" : "intelligence" , "type" : "high", "actions" : [ "discussion", "social", "knowledge", "perception" ]},
|
|
123
|
+ "battle" : { "occurence" : 2, "trait" : "perception", "type" : "bugei", "actions" : [ "discussion", "social", "knowledge", "perception", "strategy" ]},
|
|
124
|
+ "heavy weapon" : { "occurence" : 1, "main" : true, "type" : "bugei", "trait" : "agility", "actions" : [ "attack" ]},
|
|
125
|
+ "defense" : { "occurence" : 2 , "trait" : "reflexes", "type" : "bugei", "actions" : [ "defense" ]},
|
|
126
|
+ "iaijutsu" : { "occurence" : 2, "main" : true, "trait" : "reflexes", "type" : "bugei", "actions" : [ "attack" ]},
|
|
127
|
+ "jiujutsu": { "occurence" : 2, "trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
128
|
+ "kenjutsu" : { "occurence" : 2, "main" : true, "trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
129
|
+ "polearm" : { "occurence" : 1, "main" : true, "trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
130
|
+ "kyujutsu": { "occurence" : 1, "main" : true,"trait" : "reflexes", "type" : "bugei", "actions" : [ "attack" ]},
|
|
131
|
+ "chain": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
132
|
+ "stave": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
133
|
+ "spear": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
134
|
+ "knive": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei", "actions" : [ "attack" ]},
|
|
135
|
+ "crossbow": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "gaijin", "actions" : [ "attack" ]},
|
|
136
|
+ "swordmanship": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "gaijin", "actions" : [ "attack" ]},
|
|
137
|
+ "athletics": { "occurence" : 1, "trait" : "strength", "type" : "bugei", "actions" : [ "movment" ]},
|
|
138
|
+ "horsemanship": { "occurence" : 1, "trait" : "strength", "type" : "bugei", "actions" : [ "movment" ]},
|
|
139
|
+ "hunting": { "occurence" : 1, "trait" : "strength", "type" : "bugei", "actions" : [ "investigation", "knowledge", "perception", "tracking" ]},
|
|
140
|
+ "animal handling": { "occurence" : 1, "trait" : "awarness", "type" : "merchant", "actions" : [ "social" ]},
|
|
141
|
+ "commerce": { "occurence" : 1, "trait" : "intelligence", "type" : "merchant", "actions" : [ "social", "discussion", "negotiation" ]},
|
|
142
|
+ "engineering": { "occurence" : 1, "trait" : "intelligence", "type" : "merchant", "actions" : [ "craft", "knowledge", "strategy" ]},
|
|
143
|
+ "craft": { "occurence" : 1, "trait" : "", "type" : "merchant", "actions" : [ "craft", "knowledge" ]},
|
|
144
|
+ "intimidation" : { "occurence" : 1 , "trait" : "awarness", "type" : "low", "actions" : [ "social", "discussion" ]},
|
|
145
|
+ "temptation" : { "occurence" : 1 , "trait" : "awarness", "type" : "low", "actions" : [ "social", "discussion" ]},
|
|
146
|
+ "sleight of hand" : { "occurence" : 1 , "trait" : "agility", "type" : "low", "actions" : [ "interaction" ]},
|
|
147
|
+ "z_fist" : { "occurence" : 0 , "trait" : "agility", "type" : "low", "actions" : [ "interaction" ]},
|
|
148
|
+ "stealth" : { "occurence" : 1 , "trait" : "agility", "type" : "low", "actions" : [ "movment", "interaction" ]}
|
|
149
|
+};
|
|
150
|
+
|
|
151
|
+var famillies = {
|
|
152
|
+ "daidodji" : { "clan" : "crane", "trait" : "willpower"} ,
|
|
153
|
+ "tamori" : { "clan" : "dragon", "trait" : "willpower" },
|
|
154
|
+ "hida" : { "clan" : "crab", "trait" : "strength"},
|
|
155
|
+ "matsu" : { "clan" : "lion", "trait" : "strength"},
|
|
156
|
+ "hiruma" : { "clan" : "crab", "trait" : "agility"},
|
|
157
|
+ "kakita" : { "clan" : "crane", "trait" : "agility"},
|
|
158
|
+ "mirumoto" : { "clan" : "dragon", "trait" : "agility"},
|
|
159
|
+ "kuni" : { "clan" : "crab", "trait" : "intelligence"},
|
|
160
|
+ "kaiu" : { "clan" : "crab", "trait" : "intelligence"},
|
|
161
|
+ "asahina" : { "clan" : "crane", "trait" : "intelligence"},
|
|
162
|
+ "kitsu" : { "clan" : "lion", "trait" : "intelligence"},
|
|
163
|
+ "yasuki" : { "clan" : "crab", "trait" : "awarness"},
|
|
164
|
+ "doji" : { "clan" : "crane", "trait" : "awarness"},
|
|
165
|
+ "kitsuki" : { "clan" : "dragon", "trait" : "awarness"},
|
|
166
|
+ "ikoma" : { "clan" : "lion", "trait" : "awarness"},
|
|
167
|
+ "kitsune" : { "clan" : "mantis", "trait" : "awarness"},
|
|
168
|
+ "moshi" : { "clan" : "mantis", "trait" : "intelligence"},
|
|
169
|
+ "tsuruchi" : { "clan" : "mantis", "trait" : "perception"},
|
|
170
|
+ "yoritomo" : { "clan" : "mantis", "trait" : "stamina"},
|
|
171
|
+ "togashi order" : { "clan" : "dragon", "trait" : "void"},
|
|
172
|
+ "agasha" : { "clan" : "phœnix", "trait" : "agility"},
|
|
173
|
+ "asako" : { "clan" : "phœnix", "trait" : "awarness"},
|
|
174
|
+ "isawa" : { "clan" : "phœnix", "trait" : "willpower"},
|
|
175
|
+ "shiba" : { "clan" : "phœnix", "trait" : "perception"},
|
|
176
|
+ "bayushi" : { "clan" : "scorpion", "trait" : "agility"},
|
|
177
|
+ "shosuro" : { "clan" : "scorpion", "trait" : "awareness"},
|
|
178
|
+ "soshi" : { "clan" : "scorpion", "trait" : "intelligence"},
|
|
179
|
+ "yogo" : { "clan" : "scorpion", "trait" : "willpower"},
|
|
180
|
+ "horiuchi" : { "clan" : "unicorn", "trait" : "willpower"},
|
|
181
|
+ "ide" : { "clan" : "unicorn", "trait" : "perception"},
|
|
182
|
+ "iuchi" : { "clan" : "unicorn", "trait" : "intelligence"},
|
|
183
|
+ "moto" : { "clan" : "unicorn", "trait" : "agility"},
|
|
184
|
+ "shinjo" : { "clan" : "unicorn", "trait" : "reflexes"},
|
|
185
|
+ "utaku" : { "clan" : "unicorn", "trait" : "stamina"},
|
|
186
|
+ "chuda" : { "clan" : "spider", "trait" : "intelligence"},
|
|
187
|
+ "daigotsu" : { "clan" : "spider", "trait" : "stamina"},
|
|
188
|
+ "goju" : { "clan" : "spider", "trait" : "agility"},
|
|
189
|
+ "spider monks" : { "clan" : "spider", "trait" : "reflexes"},
|
|
190
|
+ "ichiro" : { "clan" : "badger", "trait" : "strength"},
|
|
191
|
+ "komori" : { "clan" : "bat", "trait" : "intelligence"},
|
|
192
|
+ "heichi" : { "clan" : "boar", "trait" : "willpower"},
|
|
193
|
+ "tonbo" : { "clan" : "dragonfly", "trait" : "awareness"},
|
|
194
|
+ "toritaka" : { "clan" : "falcon", "trait" : "perception"},
|
|
195
|
+ "kitsune" : { "clan" : "fox", "trait" : "willpower"},
|
|
196
|
+ "usagi" : { "clan" : "hare", "trait" : "awareness"},
|
|
197
|
+ "ujina" : { "clan" : "hare", "trait" : "agility"},
|
|
198
|
+ "toku" : { "clan" : "monkey", "trait" : "stamina"},
|
|
199
|
+ "fuzake" : { "clan" : "monkey", "trait" : "perception"},
|
|
200
|
+ "tsi" : { "clan" : "oriole", "trait" : "strength"},
|
|
201
|
+ "morito" : { "clan" : "ox", "trait" : "stamina"},
|
|
202
|
+ "chuda" : { "clan" : "snake", "trait" : "willpower"},
|
|
203
|
+ "suzume" : { "clan" : "sparrow", "trait" : "awareness"},
|
|
204
|
+ "kasuga" : { "clan" : "tortoise", "trait" : "perception"},
|
|
205
|
+ "miya" : { "clan" : "imperial", "trait" : "reflexes"},
|
|
206
|
+ "otomo" : { "clan" : "imperial", "trait" : "intelligence"},
|
|
207
|
+ "seppun" : { "clan" : "imperial", "trait" : "agility"},
|
|
208
|
+ "sons of the mountain tribe" : { "clan" : "geijin", "trait" : "agility"},
|
|
209
|
+ "daughters of the flame" : { "clan" : "geijin", "trait" : "agility"},
|
|
210
|
+ "hitomi" : { "clan" : "dragon", "trait" : "strength" },
|
|
211
|
+ "heimin": { "clan" : "people", "trait" : "stamina"},
|
|
212
|
+ "shokunin" : { "clan" : "people", "trait" : "agility"},
|
|
213
|
+ "shonin" : { "clan" : "people", "trait" : "intelligence" },
|
|
214
|
+ "eta" : { "clan" : "people", "trait" : "will" }
|
|
215
|
+};
|
|
216
|
+
|
|
217
|
+var basicSchool = {
|
|
218
|
+ "hida bushi" : { "clan" : "crabe", "trait" : "stamina", "outfit" : {"armor" : ["light", "heavy"], "weapon" : ["heavy", "polearm", "katana", "wakizachi"]}, "skills" :[]},
|
|
219
|
+ "mirumoto bushi" : { "clan" : "dragon", "trait" : "stamina", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["any", "wakizachi", "katana"]}, "skills" :[]},
|
|
220
|
+ "tamori shugenja" : { "clan" : "lion", "trait" : "stamina", "skills" :[]},
|
|
221
|
+ "kuni shugenja" : { "clan" : "crab", "trait" : "willpower", "skills" :[]},
|
|
222
|
+ "hiruma bushi" : { "clan" : "crab", "trait" : "willpower", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi", "katana", "tanto"]}, "skills" :[]},
|
|
223
|
+ "yasuki courtier" : { "clan" : "crab", "trait" : "perception", "skills" :[]},
|
|
224
|
+ "kitsuki" : { "clan" : "dragon", "trait" : "perception", "outfit" : {"weapon" : ["wakizachi"]}, "skills" :[]},
|
|
225
|
+ "akodo bushi" : { "clan" : "lion", "trait" : "perception", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi", "katana", "tanto"]}, "skills" :[]},
|
|
226
|
+ "kitsu shugenja" : { "clan" : "lion", "trait" : "perception", "skills" :[]},
|
|
227
|
+ "matsu berserker" : { "clan" : "lion", "trait" : "strength", "outfit" : {"armor" : [ "heavy", "light" ], "weapon" : ["heavy", "wakizachi", "katana", "polearm"]}, "skills" :[]},
|
|
228
|
+ "kakita bushi" : { "clan" : "crane", "trait" : "reflexes", "skills" :[]},
|
|
229
|
+ "asahina shugenja" : { "clan" : "crane", "trait" : "awarness", "skills" :[]},
|
|
230
|
+ "doji courtier" : { "clan" : "crane", "trait" : "awarness", "skills" :[]},
|
|
231
|
+ "daidodji iron warrior" : { "clan" : "crane", "trait" : "agility", "skills" :[]},
|
|
232
|
+ "ikoma bard" : { "clan" : "lion", "trait" : "intelligence", "skills" :[]},
|
|
233
|
+ "togashi tattooed order" : { "clan" : "dragon", "trait" : "void", "skills" :[]},
|
|
234
|
+ "yoritomo bushi" : { "clan" : "mantis", "trait" : "strength", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["wakizachi", "katana", "any"]}, "skills" :[]},
|
|
235
|
+ "moshi shugenja" : { "clan" : "mantis", "trait" : "awarness", "skills" :[]},
|
|
236
|
+ "yoritomo courtier" : { "clan" : "mantis", "trait" : "willpower", "skills" :[]},
|
|
237
|
+ "tsuruchi archer" : { "clan" : "mantis", "trait" : "reflexes", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi"]}, "skills" :[]},
|
|
238
|
+ "shiba" : { "clan" : "phœnix", "trait" : "agility", "outfit" : {"armor" : [ "light" ], "weapon" : ["any", "wakizachi", "katana", "tanto"]}, "skills" :[]},
|
|
239
|
+ "isawa shugenja" : { "clan" : "phœnix", "trait" : "intelligence", "skills" :[]},
|
|
240
|
+ "asako loremaster" : { "clan" : "phœnix", "trait" : "intelligence", "skills" :[]},
|
|
241
|
+ "agasha shugenja" : { "clan" : "phœnix", "trait" : "intelligence", "skills" :[]},
|
|
242
|
+ "asako henshin" : { "clan" : "phœnix", "trait" : "willpower", "outfit" : { "weapon": ["wakizachi"]}, "skills" :[]},
|
|
243
|
+ "bayushi bushi" : { "clan" : "scorpion", "trait" : "intelligence", "outfit" : {"armor" : [ "light" ], "weapon" : ["any", "wakizachi", "katana"]}, "skills" :[]},
|
|
244
|
+ "soshi shugenja" : { "clan" : "scorpion", "trait" : "awareness", "skills" :[]},
|
|
245
|
+ "bayushi courtier" : { "clan" : "scorpion", "trait" : "awarenes", "skills" :[]},
|
|
246
|
+ "shosuro infiltrator" : { "clan" : "scorpion", "trait" : "reflexes", "skills" :[]},
|
|
247
|
+ "moto" : { "clan" : "unicorn", "trait" : "strength", "outfit" : {"armor" : [ "riding", "heavy" ], "weapon" : ["wakizachi", "katana", "polearm", "heavy", "any"]}, "skills" :[]},
|
|
248
|
+ "iuchi shugenja" : { "clan" : "unicorn", "trait" : "perception", "skills" :[]},
|
|
249
|
+ "ide emissary" : { "clan" : "unicorn", "trait" : "awareness", "skills" :[]},
|
|
250
|
+ "utaku" : { "clan" : "unicorn", "trait" : "reflexes", "outfit" : {"armor" : ["riding", "light" ], "weapon" : ["any", "wakizachi", "katana"]}, "skills" :[]},
|
|
251
|
+ "meishodo shugenja" : { "clan" : "unicorn", "trait" : "stamina", "outfit" : { "weapon" : ["wakizachi", "tanto"], "koku" : 4}, "skills" :[]},
|
|
252
|
+ "daigotsu bushi" : { "clan" : "spider", "trait" : "strength", "skills" :[]},
|
|
253
|
+ "chuda shugenja" : { "clan" : "spider", "trait" : "willpower", "skills" :[]},
|
|
254
|
+ "daigotsu courtier" : { "clan" : "spider", "trait" : "perception", "skills" :[]},
|
|
255
|
+ "order of the spider monk" : { "clan" : "spider", "trait" : "agility", "skills" :[]},
|
|
256
|
+ "ichiro bushi" : { "clan" : "badger", "trait" : "strength", "skills" :[]},
|
|
257
|
+ "komori shugenja" : { "clan" : "bat", "trait" : "awareness", "skills" :[]},
|
|
258
|
+ "heichi bushi" : { "clan" : "boar", "trait" : "strength", "skills" :[]},
|
|
259
|
+ "tonbo" : { "clan" : "dragonfly", "trait" : "perception", "skills" :[]},
|
|
260
|
+ "toritaka" : { "clan" : "falcon", "trait" : "strength", "skills" :[]},
|
|
261
|
+ "kitsune shugenja" : { "clan" : "fox", "trait" : "stamina", "skills" :[]},
|
|
262
|
+ "usagi bushi" : { "clan" : "hare", "trait" : "reflexes", "skills" :[]},
|
|
263
|
+ "toku bushi" : { "clan" : "monkey", "trait" : "willpower", "skills" :[]},
|
|
264
|
+ "tsi smith" : { "clan" : "oriole", "trait" : "intelligence", "skills" :[]},
|
|
265
|
+ "morito bushi" : { "clan" : "ox", "trait" : "agility", "skills" :[]},
|
|
266
|
+ "chuda shugenja" : { "clan" : "snake", "trait" : "willpower", "skills" :[]},
|
|
267
|
+ "suzume bushi" : { "clan" : "sparrow", "trait" : "willpower", "skills" :[]},
|
|
268
|
+ "kasuga smuggler" : { "clan" : "tortoise", "trait" : "awareness", "skills" :[]},
|
|
269
|
+ "seppun guardman" : { "clan" : "imperial", "trait" : "perception", "skills" :[]},
|
|
270
|
+ "seppun shugenja" : { "clan" : "imperial", "trait" : "intelligence", "skills" :[]},
|
|
271
|
+ "otomo courtier" : { "clan" : "imperial", "trait" : "awareness", "skills" :[]},
|
|
272
|
+ "miya herald" : { "clan" : "imperial", "trait" : "awareness", "skills" :[]},
|
|
273
|
+ "the four temple" : { "clan" : "monk", "trait" : "awareness", "skills" :[]},
|
|
274
|
+ "the order of heroes" : { "clan" : "monk", "trait" : "perception", "skills" :[]},
|
|
275
|
+ "the shrine of the seven thunder" : { "clan" : "monk", "trait" : "stamina", "skills" :[]},
|
|
276
|
+ "the temple of kaimetsu-uo" : { "clan" : "monk", "trait" : "willpower", "skills" :[]},
|
|
277
|
+ "the temple of osano-wo" : { "clan" : "monk", "trait" : "strength", "skills" :[]},
|
|
278
|
+ "the temple of thousand fortunes" : { "clan" : "monk", "trait" : "agility", "skills" :[]},
|
|
279
|
+ "disciples of sun tao" : { "clan" : "ronin", "trait" : "reflexes", "skills" :[]},
|
|
280
|
+ "forest killers" : { "clan" : "ronin", "trait" : "agility", "skills" :[]},
|
|
281
|
+ "tawagoto's army" : { "clan" : "ronin", "trait" : "agility", "skills" :[]},
|
|
282
|
+ "tengoku's justice" : { "clan" : "ronin", "trait" : "strength", "skills" :[]},
|
|
283
|
+ "tessen" : { "clan" : "ronin", "trait" : "stamina", "skills" :[]},
|
|
284
|
+ "void mystic" : { "clan" : "ronin", "trait" : "willpower", "outfit" : { "weapon" : ["any", "wakizachi"], "koku" : 1}, "skills" :[]},
|
|
285
|
+ "hitomi kikage zumi" : { "clan" : "dragon", "trait" : "reflexes", "outfit" : { "weapon" : [], "koku" : 4}, "skills" : ["athletics", "defense", "jiujutsu", "lore", "meditation", "any non-low skills"]},
|
|
286
|
+ "craftman" : { "clan" : "people", "trait" : "agility", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0.01 }, "skills" : [ "lore : folklore", "craft", "games" ] },
|
|
287
|
+ "servant" : { "clan" : "people", "trait" : "intuition", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0.01 }, "skills" : [ "lore : folklore", "etiquette", "lore : great clan" ] },
|
|
288
|
+ "peasant": { "clan" : "people", "trait" : "agility", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0 }, "skills" : [ "lore : folklore", "animal handling", "athletism", "staves" ] },
|
|
289
|
+ "forester" : { "clan" : "people", "trait" : "strength", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0 }, "skills" : [ "lore : folklore", "hunting", "lore : nature", "kyujutsu" ] },
|
|
290
|
+ "merchant" : { "clan" : "people", "trait" : "intelligence", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0.05 }, "skills" : [ "lore : folklore", "commerce", "lore : nature", "sleight of hand" ] },
|
|
291
|
+ "miner" : { "clan" : "people", "trait" : "strength", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0 }, "skills" : [ "jujitsu", "athletism", "lore : nature" ] },
|
|
292
|
+ "undertaker" : { "clan" : "people", "trait" : "reflex", "outfit" : { "weapon" : [ "tanto" ], "koku" : 0 }, "skills" : [ "knives", "sleight of hand", "stealth" ] }
|
|
293
|
+};
|
|
294
|
+
|
|
295
|
+var arrows = {
|
|
296
|
+ "willow leaf" : { "r" : 2, "k" : 2, "range" : 1, "armorTN_m" : 1, "price" : 0.2},
|
|
297
|
+ "rope cutter" : { "r" : 1, "k" : 1, "range" : 0.50, "armorTN_m" : 1, "price" : 0.75},
|
|
298
|
+ "humming bulb" : { "r" : 0, "k" : 1, "range" : 1, "armorTN_m" : 1, "price" : 1},
|
|
299
|
+ "flesh cutter" : { "r" : 2, "k" : 3, "range" : 0.50, "armorTN_m" : 2, "price" : 1},
|
|
300
|
+ "armor piercing" : {"r" : 1, "k" : 1, "range" : 1, "armorTN_m" : 0, "price" : 0.2}
|
|
301
|
+};
|