Gestion de personnage et de pool de personnage en javascript vanilla
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

l5r_data.js 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. };
  37. var armors = {
  38. "kimono" : { "DR" : 0, "TN": 0},
  39. "ashigaru" : {"DR" : 1, "TN": 3},
  40. "light" : {"DR" : 3, "TN": 5},
  41. "heavy" : {"DR" : 5, "TN": 10},
  42. "ridding" : {"DR" : 4, "TN": 4}
  43. };
  44. var advantages = {
  45. "strength of the earth" : { "default" : 3, "bushi" : 2, "ninja" : 2, "scout" : 2 }
  46. };
  47. var roleSkills = {
  48. "courtier" : { "courtier" : { "occurence" : 10, "trait" : "intelligence"},
  49. "etiquette" : { "occurence" : 10, "trait" : "awarness"},
  50. "sincerity" : { "occurence" : 10, "trait" : "awarness"},
  51. "lore : heraldy" : { "occurence" : 5, "trait" : "intelligence"},
  52. "tea ceremony" : { "occurence" : 5, "trait" : "void"},
  53. "lore : theology" : { "occurence" : 4, "trait" : "intelligence"},
  54. "lore : history" : { "occurence" : 4, "trait" : "intelligence"},
  55. "lore : bushido" : { "occurence" : 3, "trait" : "intelligence" }},
  56. "bushi" : { "kenjutsu" : { "occurence" :10, "main" : true, "trait" : "agility"},
  57. "iaijutsu" : { "occurence" : 8, "main" : true, "trait" : "reflexes"},
  58. "heavy weapon" : { "occurence" : 8, "main" : true, "trait" : "agility"},
  59. "polearm" : { "occurence" : 7, "main" : true, "trait" : "agility"},
  60. "defense" : { "occurence" : 7, "trait" : "reflexes"},
  61. "kyujutsu": { "occurence" : 6, "main" : true, "trait" : "reflexes"},
  62. "jiujutsu": { "occurence" : 5, "trait" : "agility"},
  63. "battle" : { "occurence" : 5, "trait" : "perception"},
  64. "athletics": { "occurence" : 4, "trait" : "strength" }},
  65. "monk" : { "jiujutsu": { "occurence" : 7, "main" : true, "trait" : "agility"},
  66. "staves": { "occurence" : 6, "main" : true, "trait" : "agility"},
  67. "lore : theology" : { "occurence" :6, "trait" : "intelligence"},
  68. "meditation": { "occurence" : 6, "trait" : "void"},
  69. "chain": { "occurence" : 3, "main" : true, "trait" : "agility"}},
  70. "scout" : { "kenjutsu" : { "occurence" :8, "main" : true, "trait" : "agility"},
  71. "kyujutsu": { "occurence" : 7, "main" : true,"trait" : "reflexes"},
  72. "athletics": { "occurence" : 6, "trait" : "strength" },
  73. "heavy weapon" : { "occurence" : 6, "main" : true, "trait" : "agility"},
  74. "polearm" : { "occurence" : 6, "main" : true, "trait" : "agility"},
  75. "stealth" : { "occurence" : 6 , "trait" : "agility"},
  76. "battle" : { "occurence" : 6, "trait" : "perception"},
  77. "defense" : { "occurence" : 5 , "trait" : "reflexes"},
  78. "iaijutsu" : { "occurence" : 4, "main" : true, "trait" : "reflexes"},
  79. "jiujutsu": { "occurence" : 3, "trait" : "agility"}},
  80. "ninja" : { "stealth" : { "occurence" : 10 , "trait" : "agility"},
  81. "knives": { "occurence" : 8, "main" : true,"trait" : "agility", "type" : "bugei"},
  82. "kenjutsu" : { "occurence" : 6 , "main" : true, "trait" : "agility"},
  83. "sincerity" : { "occurence" : 5 , "trait" : "awarness"},
  84. "ninjutsu" : { "occurence" : 3 , "main" : true,"trait" : "agility"},
  85. "jiujutsu" : { "occurence" : 3 , "trait" : "agility"},
  86. "staves" : { "occurence" : 3 , "trait" : "agility"}
  87. }
  88. };
  89. var skills = {
  90. "perform" : { "occurence" : 1, "trait" : "awarness", "type" : "high"},
  91. "courtier" : { "occurence" : 2, "trait" : "intelligence", "type" : "high"},
  92. "etiquette" : { "occurence" : 2, "trait" : "awarness", "type" : "high"},
  93. "sincerity" : { "occurence" : 2, "trait" : "awarness", "type" : "high"},
  94. "acting" : { "occurence" : 1, "trait" : "awarness", "type" : "high"},
  95. "artisan" : { "occurence" : 1, "trait" : "awarness", "type" : "high"},
  96. "calligraphy" : { "occurence" : 1, "trait" : "intelligence", "type" : "high"},
  97. "investigation" : { "occurence" : 1, "trait" : "perception", "type" : "high"},
  98. "medicine" : { "occurence" : 1, "trait" : "awarness", "type" : "high"},
  99. "spellcraft" : { "occurence" : 1, "trait" : "awarness", "type" : "high"},
  100. "lore : heraldy" : { "occurence" : 1, "trait" : "intelligence", "type" : "high"},
  101. "tea ceremony" : { "occurence" : 2, "trait" : "void", "type" : "high"},
  102. "lore : theology" : { "occurence" : 1, "trait" : "intelligence", "type" : "high"},
  103. "lore : history" : { "occurence" : 1, "trait" : "intelligence", "type" : "high"},
  104. "lore : bushido" : { "occurence" : 2, "trait" : "intelligence" , "type" : "high"},
  105. "battle" : { "occurence" : 2, "trait" : "perception", "type" : "bugei"},
  106. "heavy weapon" : { "occurence" : 1, "main" : true, "trait" : "agility"},
  107. "defense" : { "occurence" : 2 , "trait" : "reflexes", "type" : "bugei"},
  108. "iaijutsu" : { "occurence" : 2, "main" : true, "trait" : "reflexes", "type" : "bugei"},
  109. "jiujutsu": { "occurence" : 2, "trait" : "agility", "type" : "bugei"},
  110. "kenjutsu" : { "occurence" : 2, "main" : true, "trait" : "agility", "type" : "bugei"},
  111. "polearm" : { "occurence" : 1, "main" : true, "trait" : "agility", "type" : "bugei"},
  112. "kyujutsu": { "occurence" : 1, "main" : true,"trait" : "reflexes", "type" : "bugei"},
  113. "chain": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei"},
  114. "stave": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei"},
  115. "spear": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei"},
  116. "knive": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "bugei"},
  117. "crossbow": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "gaijin"},
  118. "swordmanship": { "occurence" : 1, "main" : true,"trait" : "agility", "type" : "gaijin"},
  119. "athletics": { "occurence" : 1, "trait" : "strength", "type" : "bugei"},
  120. "horsemanship": { "occurence" : 1, "trait" : "strength", "type" : "bugei"},
  121. "hunting": { "occurence" : 1, "trait" : "strength", "type" : "bugei"},
  122. "animal handling": { "occurence" : 1, "trait" : "awarness", "type" : "merchant"},
  123. "commerce": { "occurence" : 1, "trait" : "intelligence", "type" : "merchant"},
  124. "engineering": { "occurence" : 1, "trait" : "intelligence", "type" : "merchant"},
  125. "craft": { "occurence" : 1, "trait" : "", "type" : "merchant"},
  126. "intimidation" : { "occurence" : 1 , "trait" : "awarness", "type" : "low"},
  127. "temptation" : { "occurence" : 1 , "trait" : "awarness", "type" : "low"},
  128. "sleight of hand" : { "occurence" : 1 , "trait" : "agility", "type" : "low"},
  129. "stealth" : { "occurence" : 1 , "trait" : "agility", "type" : "low"}
  130. };
  131. var famillies = {
  132. "daidodji" : { "clan" : "crane", "trait" : "willpower"} ,
  133. "tamori" : { "clan" : "dragon", "trait" : "willpower" },
  134. "hida" : { "clan" : "crab", "trait" : "strength"},
  135. "matsu" : { "clan" : "lion", "trait" : "strength"},
  136. "hiruma" : { "clan" : "crab", "trait" : "agility"},
  137. "kakita" : { "clan" : "crane", "trait" : "agility"},
  138. "mirumoto" : { "clan" : "dragon", "trait" : "agility"},
  139. "kuni" : { "clan" : "crab", "trait" : "intelligence"},
  140. "kaiu" : { "clan" : "crab", "trait" : "intelligence"},
  141. "asahina" : { "clan" : "crane", "trait" : "intelligence"},
  142. "kitsu" : { "clan" : "lion", "trait" : "intelligence"},
  143. "yasuki" : { "clan" : "crab", "trait" : "awarness"},
  144. "doji" : { "clan" : "crane", "trait" : "awarness"},
  145. "kitsuki" : { "clan" : "dragon", "trait" : "awarness"},
  146. "ikoma" : { "clan" : "lion", "trait" : "awarness"},
  147. "kitsune" : { "clan" : "mantis", "trait" : "awarness"},
  148. "moshi" : { "clan" : "mantis", "trait" : "intelligence"},
  149. "tsuruchi" : { "clan" : "mantis", "trait" : "perception"},
  150. "yoritomo" : { "clan" : "mantis", "trait" : "stamina"},
  151. "togashi order" : { "clan" : "dragon", "trait" : "void"},
  152. "agasha" : { "clan" : "phœnix", "trait" : "agility"},
  153. "asako" : { "clan" : "phœnix", "trait" : "awarness"},
  154. "isawa" : { "clan" : "phœnix", "trait" : "willpower"},
  155. "shiba" : { "clan" : "phœnix", "trait" : "perception"},
  156. "bayushi" : { "clan" : "scorpion", "trait" : "agility"},
  157. "shosuro" : { "clan" : "scorpion", "trait" : "awareness"},
  158. "soshi" : { "clan" : "scorpion", "trait" : "intelligence"},
  159. "yogo" : { "clan" : "scorpion", "trait" : "willpower"},
  160. "horiuchi" : { "clan" : "unicorn", "trait" : "willpower"},
  161. "ide" : { "clan" : "unicorn", "trait" : "perception"},
  162. "iuchi" : { "clan" : "unicorn", "trait" : "intelligence"},
  163. "moto" : { "clan" : "unicorn", "trait" : "agility"},
  164. "shinjo" : { "clan" : "unicorn", "trait" : "reflexes"},
  165. "utaku" : { "clan" : "unicorn", "trait" : "stamina"},
  166. "chuda" : { "clan" : "spider", "trait" : "intelligence"},
  167. "daigotsu" : { "clan" : "spider", "trait" : "stamina"},
  168. "goju" : { "clan" : "spider", "trait" : "agility"},
  169. "spider monks" : { "clan" : "spider", "trait" : "reflexes"},
  170. "ichiro" : { "clan" : "badger", "trait" : "strength"},
  171. "komori" : { "clan" : "bat", "trait" : "intelligence"},
  172. "heichi" : { "clan" : "boar", "trait" : "willpower"},
  173. "tonbo" : { "clan" : "dragonfly", "trait" : "awareness"},
  174. "toritaka" : { "clan" : "falcon", "trait" : "perception"},
  175. "kitsune" : { "clan" : "fox", "trait" : "willpower"},
  176. "usagi" : { "clan" : "hare", "trait" : "awareness"},
  177. "ujina" : { "clan" : "hare", "trait" : "agility"},
  178. "toku" : { "clan" : "monkey", "trait" : "stamina"},
  179. "fuzake" : { "clan" : "monkey", "trait" : "perception"},
  180. "tsi" : { "clan" : "oriole", "trait" : "strength"},
  181. "morito" : { "clan" : "ox", "trait" : "stamina"},
  182. "chuda" : { "clan" : "snake", "trait" : "willpower"},
  183. "suzume" : { "clan" : "sparrow", "trait" : "awareness"},
  184. "kasuga" : { "clan" : "tortoise", "trait" : "perception"},
  185. "miya" : { "clan" : "imperial", "trait" : "reflexes"},
  186. "otomo" : { "clan" : "imperial", "trait" : "intelligence"},
  187. "seppun" : { "clan" : "imperial", "trait" : "agility"},
  188. "sons of the mountain tribe" : { "clan" : "geijin", "trait" : "agility"},
  189. "daughters of the flame" : { "clan" : "geijin", "trait" : "agility"}
  190. };
  191. var basicSchool = {
  192. "hida bushi" : { "clan" : "crabe", "trait" : "stamina", "outfit" : {"armor" : ["light", "heavy"], "weapon" : ["heavy", "polearm", "katana", "wakizachi"]}},
  193. "mirumoto bushi" : { "clan" : "dragon", "trait" : "stamina", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["any", "wakizachi", "katana"]}},
  194. "tamori shugenja" : { "clan" : "lion", "trait" : "stamina"},
  195. "kuni shugenja" : { "clan" : "crab", "trait" : "willpower"},
  196. "hiruma bushi" : { "clan" : "crab", "trait" : "willpower", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi", "katana", "tanto"]}},
  197. "yasuki courtier" : { "clan" : "crab", "trait" : "perception"},
  198. "kitsuki" : { "clan" : "dragon", "trait" : "perception", "outfit" : {"weapon" : ["wakizachi"]}},
  199. "akodo bushi" : { "clan" : "lion", "trait" : "perception", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi", "katana", "tanto"]}},
  200. "kitsu shugenja" : { "clan" : "lion", "trait" : "perception"},
  201. "matsu berserker" : { "clan" : "lion", "trait" : "strength", "outfit" : {"armor" : [ "heavy", "light" ], "weapon" : ["heavy", "wakizachi", "katana", "polearm"]}},
  202. "kakita bushi" : { "clan" : "crane", "trait" : "reflexes"},
  203. "asahina shugenja" : { "clan" : "crane", "trait" : "awarness"},
  204. "doji courtier" : { "clan" : "crane", "trait" : "awarness"},
  205. "daidodji iron warrior" : { "clan" : "crane", "trait" : "agility"},
  206. "ikoma bard" : { "clan" : "lion", "trait" : "intelligence"},
  207. "togashi tattooed order" : { "clan" : "dragon", "trait" : "void"},
  208. "yoritomo bushi" : { "clan" : "mantis", "trait" : "strength", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["wakizachi", "katana", "any"]}},
  209. "moshi shugenja" : { "clan" : "mantis", "trait" : "awarness"},
  210. "yoritomo courtier" : { "clan" : "mantis", "trait" : "willpower"},
  211. "tsuruchi archer" : { "clan" : "mantis", "trait" : "reflexes", "outfit" : {"armor" : [ "ashigaru", "light" ], "weapon" : ["bow", "wakizachi"]}},
  212. "shiba" : { "clan" : "phœnix", "trait" : "agility", "outfit" : {"armor" : [ "light" ], "weapon" : ["any", "wakizachi", "katana", "tanto"]}},
  213. "isawa shugenja" : { "clan" : "phœnix", "trait" : "intelligence"},
  214. "asako loremaster" : { "clan" : "phœnix", "trait" : "intelligence"},
  215. "agasha shugenja" : { "clan" : "phœnix", "trait" : "intelligence"},
  216. "asako henshin" : { "clan" : "phœnix", "trait" : "willpower", "outfit" : { "weapon": ["wakizachi"]}},
  217. "bayushi bushi" : { "clan" : "scorpion", "trait" : "intelligence", "outfit" : {"armor" : [ "light" ], "weapon" : ["any", "wakizachi", "katana"]}},
  218. "soshi shugenja" : { "clan" : "scorpion", "trait" : "awareness"},
  219. "bayushi courtier" : { "clan" : "scorpion", "trait" : "awarenes"},
  220. "shosuro infiltrator" : { "clan" : "scorpion", "trait" : "reflexes"},
  221. "moto" : { "clan" : "unicorn", "trait" : "strength", "outfit" : {"armor" : [ "riding", "heavy" ], "weapon" : ["wakizachi", "katana", "polearm", "heavy", "any"]}},
  222. "iuchi shugenja" : { "clan" : "unicorn", "trait" : "perception"},
  223. "ide emissary" : { "clan" : "unicorn", "trait" : "awareness"},
  224. "utaku" : { "clan" : "unicorn", "trait" : "reflexes", "outfit" : {"armor" : ["riding", "light" ], "weapon" : ["any", "wakizachi", "katana"]}},
  225. "meishodo shugenja" : { "clan" : "unicorn", "trait" : "stamina", "outfit" : { "weapon" : ["wakizachi", "tanto"], "koku" : 4}},
  226. "daigotsu bushi" : { "clan" : "spider", "trait" : "strength"},
  227. "chuda shugenja" : { "clan" : "spider", "trait" : "willpower"},
  228. "daigotsu courtier" : { "clan" : "spider", "trait" : "perception"},
  229. "order of the spider monk" : { "clan" : "spider", "trait" : "agility"},
  230. "ichiro bushi" : { "clan" : "badger", "trait" : "strength"},
  231. "komori shugenja" : { "clan" : "bat", "trait" : "awareness"},
  232. "heichi bushi" : { "clan" : "boar", "trait" : "strength"},
  233. "tonbo" : { "clan" : "dragonfly", "trait" : "perception"},
  234. "toritaka" : { "clan" : "falcon", "trait" : "strength"},
  235. "kitsune shugenja" : { "clan" : "fox", "trait" : "stamina"},
  236. "usagi bushi" : { "clan" : "hare", "trait" : "reflexes"},
  237. "toku bushi" : { "clan" : "monkey", "trait" : "willpower"},
  238. "tsi smith" : { "clan" : "oriole", "trait" : "intelligence"},
  239. "morito bushi" : { "clan" : "ox", "trait" : "agility"},
  240. "chuda shugenja" : { "clan" : "snake", "trait" : "willpower"},
  241. "suzume bushi" : { "clan" : "sparrow", "trait" : "willpower"},
  242. "kasuga smuggler" : { "clan" : "tortoise", "trait" : "awareness"},
  243. "seppun guardman" : { "clan" : "imperial", "trait" : "perception"},
  244. "seppun shugenja" : { "clan" : "imperial", "trait" : "intelligence"},
  245. "otomo courtier" : { "clan" : "imperial", "trait" : "awareness"},
  246. "miya herald" : { "clan" : "imperial", "trait" : "awareness"},
  247. "the four temple" : { "clan" : "monk", "trait" : "awareness"},
  248. "the order of heroes" : { "clan" : "monk", "trait" : "perception"},
  249. "the shrine of the seven thunder" : { "clan" : "monk", "trait" : "stamina"},
  250. "the temple of kaimetsu-uo" : { "clan" : "monk", "trait" : "willpower"},
  251. "the temple of osano-wo" : { "clan" : "monk", "trait" : "strength"},
  252. "the temple of thousand fortunes" : { "clan" : "monk", "trait" : "agility"},
  253. "disciples of sun tao" : { "clan" : "ronin", "trait" : "reflexes"},
  254. "forest killers" : { "clan" : "ronin", "trait" : "agility"},
  255. "tawagoto's army" : { "clan" : "ronin", "trait" : "agility"},
  256. "tengoku's justice" : { "clan" : "ronin", "trait" : "strength"},
  257. "tessen" : { "clan" : "ronin", "trait" : "stamina"},
  258. "void mystic" : { "clan" : "ronin", "trait" : "willpower", "outfit" : { "weapon" : ["any", "wakizachi"], "koku" : 1}}
  259. };
  260. var arrows = {
  261. "willow leaf" : { "r" : 2, "k" : 2, "range" : 1, "armorTN_m" : 1, "price" : 0.2},
  262. "rope cutter" : { "r" : 1, "k" : 1, "range" : 0.50, "armorTN_m" : 1, "price" : 0.75},
  263. "humming bulb" : { "r" : 0, "k" : 1, "range" : 1, "armorTN_m" : 1, "price" : 1},
  264. "flesh cutter" : { "r" : 2, "k" : 3, "range" : 0.50, "armorTN_m" : 2, "price" : 1},
  265. "armor piercing" : {"r" : 1, "k" : 1, "range" : 1, "armorTN_m" : 0, "price" : 0.2}
  266. };