AB0

martialart.json

AB0
Jul 30th, 2014
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.68 KB | None | 0 0
  1. [
  2. {
  3. "type" : "martial_art",
  4. "id" : "style_none",
  5. "name" : "No style",
  6. "description" : "Not a martial art, this is just plain old punching and kicking.",
  7. "arm_block" : 1
  8. },{
  9. "type" : "martial_art",
  10. "id" : "style_brawling",
  11. "name" : "Brawling",
  12. "description" : "You're used to hand-to-creature fighting. Not stylish or sporting, but it gets the job done.",
  13. "arm_block" : -1,
  14. "leg_block" : 7,
  15. "techniques" : [
  16. "tec_brawl_feint",
  17. "tec_brawl_power",
  18. "tec_brawl_trip",
  19. "tec_brawl_counter"
  20. ]
  21. },{
  22. "type" : "martial_art",
  23. "id" : "style_karate",
  24. "name" : "Karate",
  25. "description" : "Karate is a popular martial art, originating from Japan. It focuses on rapid, precise attacks, blocks, and fluid movement. A successful hit allows you an extra dodge and two extra blocks on the following round.",
  26. "arm_block" : 2,
  27. "onhit_buffs" : [
  28. {
  29. "id" : "karate_hit_buff",
  30. "name" : "Karate Hit",
  31. "unarmed_allowed" : true,
  32. "min_unarmed" : 0,
  33. "buff_duration" : 3,
  34. "description" : "+1 Dodges, +2 Blocks",
  35. "bonus_dodges" : 1,
  36. "bonus_blocks" : 2
  37. }
  38. ],
  39. "techniques" : ["tec_karate_rapid", "tec_karate_precise"]
  40. },{
  41. "type" : "martial_art",
  42. "id" : "style_aikido",
  43. "name" : "Aikido",
  44. "description" : "Aikido is a Japanese martial art focused on self-defense, while minimizing injury to the attacker. It uses defensive throws and disarms. Damage done while using this technique is halved, but pain inflicted is doubled.",
  45. "static_buffs" : [
  46. {
  47. "id" : "aikido_half_damage",
  48. "name" : "Aikido",
  49. "unarmed_allowed" : true,
  50. "bash_mult" : 0.5,
  51. "min_unarmed" : 0,
  52. "buff_duration" : 2,
  53. "description" : "Half damage to enemies"
  54. }
  55. ],
  56. "techniques" : [
  57. "tec_aikido_feint",
  58. "tec_aikido_disarm",
  59. "tec_aikido_throw",
  60. "tec_aikido_dodgethrow"
  61. ]
  62. },{
  63. "type" : "martial_art",
  64. "id" : "style_boxing",
  65. "name" : "Boxing",
  66. "description" : "Sport of the true Gentleman, modern boxing has evolved from the prizefights of the Victorian era.",
  67. "arm_block" : 2,
  68. "static_buffs" : [
  69. {
  70. "id" : "boxing_static",
  71. "name" : "Boxing",
  72. "description" : "Dex/Per increases unarmed power, Str reduces block damage.",
  73. "unarmed_allowed" : true,
  74. "min_unarmed" : 0,
  75. "max_stacks" : 1,
  76. "bash_dex" : 0.15,
  77. "bash_per" : 0.15,
  78. "block_str" : 0.5
  79. }
  80. ],
  81. "onmove_buffs" : [
  82. {
  83. "id" : "boxing_move_buff",
  84. "name" : "Footwork",
  85. "description" : "Gain an extra dodge while moving.",
  86. "unarmed_allowed" : true,
  87. "min_unarmed" : 4,
  88. "buff_duration" : 2,
  89. "max_stacks" : 2,
  90. "dodges_bonus" : 1
  91. }
  92. ],
  93. "ondodge_buffs" : [
  94. {
  95. "id" : "boxing_counter",
  96. "name" : "Counter Chance",
  97. "description" : "They're wide open!",
  98. "min_unarmed" : 5,
  99. "unarmed_allowed" : true,
  100. "max_stacks": 2,
  101. "buff_duration" : 3,
  102. "bash_mult" : 1.25
  103. }
  104. ],
  105. "techniques" : [
  106. "tec_boxing_rapid",
  107. "tec_boxing_cross",
  108. "tec_boxing_upper",
  109. "tec_boxing_counter"
  110. ]
  111. },{
  112. "type" : "martial_art",
  113. "id" : "style_judo",
  114. "name" : "Judo",
  115. "description" : "Judo is a martial art that focuses on grabs and throws, both defensive and offensive. It also focuses on recovering from throws; while using judo, you will not lose any turns to being thrown or knocked down.",
  116. "static_buffs" : [
  117. {
  118. "id" : "judo_recovery",
  119. "name" : "Judo",
  120. "unarmed_allowed" : true,
  121. "min_unarmed" : 0,
  122. "buff_duration" : 2,
  123. "throw_immune" : true,
  124. "description" : "Immune to throws and knockdowns"
  125. }
  126. ],
  127. "techniques" : ["tec_judo_grab", "tec_judo_throw"]
  128. },{
  129. "type" : "martial_art",
  130. "id" : "style_tai_chi",
  131. "name" : "Tai Chi",
  132. "description" : "Though tai chi is often seen as a form of mental and physical exercise, it is a legitimate martial art, focused on self-defense. Its ability to absorb the force of an attack makes your Perception decrease damage further on a block.",
  133. "arm_block" : 1,
  134. "static_buffs" : [
  135. {
  136. "id" : "tai_chi_block",
  137. "name" : "Tai Chi",
  138. "unarmed_allowed" : true,
  139. "min_unarmed" : 0,
  140. "buff_duration" : 2,
  141. "block_per" : 0.8,
  142. "description" : "Perception decreases damage when blocking"
  143. }
  144. ],
  145. "techniques" : ["tec_taichi_disarm", "tec_taichi_precise"]
  146. },{
  147. "type" : "martial_art",
  148. "id" : "style_capoeira",
  149. "name" : "Capoeira",
  150. "description" : "A dance-like style with its roots in Brazilian slavery, capoeira is focused on fluid movement and sweeping kicks. Moving a tile will boost attack and damage and attacking boosts dodge. These bonuses stack up to three times each.",
  151. "onhit_buffs" : [
  152. {
  153. "id" : "capoeira_hit_buff",
  154. "name" : "Capoeira Tempo",
  155. "description" : "+1 dodge and +1 blocks per stack",
  156. "unarmed_allowed" : true,
  157. "min_unarmed" : 3,
  158. "buff_duration" : 5,
  159. "max_stacks" : 3,
  160. "bonus_blocks" : 1,
  161. "dodge" : 1
  162. }
  163. ],
  164. "onmove_buffs" : [
  165. {
  166. "id" : "capoeira_move_buff",
  167. "name" : "Capoeira Momentum",
  168. "description" : "+2 bash and +1 acc per stack",
  169. "unarmed_allowed" : true,
  170. "min_unarmed" : 2,
  171. "buff_duration" : 3,
  172. "max_stacks" : 3,
  173. "bash" : 2,
  174. "hit" : 1
  175. }
  176. ],
  177. "techniques" : ["tec_capoeira_feint"]
  178. },{
  179. "type" : "martial_art",
  180. "id" : "style_krav_maga",
  181. "name" : "Krav Maga",
  182. "description" : "Originating in Israel, Krav Maga is based on taking down an enemy quickly and effectively. It focuses on applicable attacks rather than showy or complex moves. Popular among police and armed forces everywhere.",
  183. "arm_block" : 2,
  184. "leg_block" : 4,
  185. "static_buffs" : [
  186. {
  187. "id" : "krav_maga_static",
  188. "name" : "Krav Maga Hand-to-Hand",
  189. "unarmed_allowed" : true,
  190. "min_unarmed" : 0,
  191. "bash_str" : 0.15,
  192. "description" : "Increased unarmed power"
  193. },{
  194. "id" : "krav_maga_static_edged",
  195. "name" : "Krav Maga Edged",
  196. "melee_allowed" : true,
  197. "min_unarmed" : 0,
  198. "cut_mult" : 1.2,
  199. "description" : "Increased cutting damage"
  200. }
  201. ],
  202. "techniques" : [
  203. "tec_krav_maga_rapid",
  204. "tec_krav_maga_feint",
  205. "tec_krav_maga_precise",
  206. "tec_krav_maga_disarm",
  207. "tec_krav_maga_grab"
  208. ]
  209. },{
  210. "type" : "martial_art",
  211. "id" : "style_muay_thai",
  212. "name" : "Muay Thai",
  213. "description" : "Also referred to as the \"Art of 8 Limbs,\" Muay Thai is a popular fighting technique from Thailand that uses powerful strikes. Your strikes are more powerful with high strength and weaker with low strength, and can momentarily disorient enemies.",
  214. "arm_block" : 3,
  215. "leg_block" : 4,
  216. "static_buffs" : [
  217. {
  218. "id" : "muay_thai_static",
  219. "name" : "Muay Thai",
  220. "unarmed_allowed" : true,
  221. "bash" : -5,
  222. "bash_str" : 0.5,
  223. "description" : "Attacks scale better with strength"
  224. }
  225. ],
  226. "techniques" : [
  227. "tec_muay_thai_elbow",
  228. "tec_muay_thai_kick",
  229. "tec_muay_thai_knee"
  230. ]
  231. },{
  232. "type" : "martial_art",
  233. "id" : "style_ninjutsu",
  234. "name" : "Ninjutsu",
  235. "description" : "Ninjutsu is a martial art and set of tactics used by ninja in feudal Japan. It focuses on rapid, precise, silent strikes. Ninjutsu is almost entirely silent. It also provides small combat bonuses every time you move.",
  236. "arm_block" : 3,
  237. "static_buffs" : [
  238. {
  239. "id" : "ninjutsu_static",
  240. "name" : "Ninjutsu",
  241. "unarmed_allowed" : true,
  242. "melee_allowed" : true,
  243. "quiet" : true,
  244. "description" : "Silent melee attacks"
  245. }
  246. ],
  247. "onmove_buffs" : [
  248. {
  249. "id" : "ninjutsu_momentum",
  250. "name" : "Momentum shift",
  251. "description" : "Bonus dodges and increased to-hit",
  252. "unarmed_allowed" : true,
  253. "melee_allowed" : true,
  254. "buff_duration" : 2,
  255. "max_stacks" : 1,
  256. "bonus_dodges" : 1,
  257. "hit_dex" : 0.17
  258. }
  259. ],
  260. "techniques" : ["tec_ninjutsu_precise"]
  261. },{
  262. "type" : "martial_art",
  263. "id" : "style_taekwondo",
  264. "name" : "Taekwondo",
  265. "description" : "Taekwondo is the national sport of Korea, and was used by the South Korean army in the 20th century. Focused on kicks and punches, it also includes strength training; your blocks absorb extra damage the stronger you are.",
  266. "arm_block" : 2,
  267. "leg_block" : 3,
  268. "static_buffs" : [
  269. {
  270. "id" : "taekwondo_static",
  271. "name" : "Taekwondo",
  272. "unarmed_allowed" : true,
  273. "block_str" : 0.8,
  274. "description" : "Strength decreases damage when blocking"
  275. }
  276. ],
  277. "techniques" : [
  278. "tec_taekwondo_precise",
  279. "tec_taekwondo_push",
  280. "tec_taekwondo_sweep"
  281. ]
  282. },{
  283. "type" : "martial_art",
  284. "id" : "style_biojutsu",
  285. "name" : "Bionic Combatives",
  286. "description": "A modern combat style for the post-modern human. Bionic Combatives combines integrated weaponry, armor and augments into an consolidated fighting discipline.",
  287. "arm_block_with_bio_armor_arms" : true,
  288. "leg_block_with_bio_armor_legs" : true,
  289. "static_buffs" : [
  290. {
  291. "id" : "biojutsu_static",
  292. "name" : "Biojutsu",
  293. "unarmed_allowed" : true,
  294. "melee_allowed" : true,
  295. "min_unarmed" : 2,
  296. "description" : "+1 Blocks",
  297. "bonus_blocks" : 1
  298. }
  299. ],
  300. "techniques" : [
  301. "tec_biojutsu_counter",
  302. "tec_biojutsu_rapid_unarmed",
  303. "tec_biojutsu_rapid_armed",
  304. "tec_biojutsu_impale",
  305. "tec_biojutsu_sweep",
  306. "tec_biojutsu_wide"
  307. ],
  308. "weapons" : [
  309. "bio_claws_weapon",
  310. "bio_blade_weapon"
  311. ]
  312. },{
  313. "type" : "martial_art",
  314. "id" : "style_zui_quan",
  315. "name" : "Zhao Yushi",
  316. "description": ".",
  317. "static_buffs" : [
  318. {
  319. "id" : "zhao_yushi_static",
  320. "name" : "Predator's Patience",
  321. "description" : "Biding your time... (Int and Dex increases dodge)",
  322. "unarmed_allowed" : true,
  323. "melee_allowed" : true,
  324. "min_unarmed" : 2,
  325. "min_melee" : 2,
  326. "dodge_int": 0.2,
  327. "dodge_dex": 0.2
  328. }
  329. ],
  330. "onattack_buffs" : [
  331. {
  332. "id" : "zhao_yushi_attack_buff",
  333. "name" : "Relentless Predator",
  334. "description" : "You release an unending series of blows.",
  335. "buff_duration" : 1,
  336. "unarmed_allowed" : true,
  337. "melee_allowed" : true,
  338. "min_unarmed" : 8,
  339. "min_melee" : 8,
  340. "hit" : 2
  341.  
  342. }
  343.  
  344. ],
  345. "onmove_buffs" : [
  346. {
  347. "id" : "zhao_yushi_buff",
  348. "name" : "Predator's Hunt",
  349. "description" : "You get ready for a take down (Bonus to damage and hit when moving,though become vulnerable.)",
  350. "unarmed_allowed" : true,
  351. "melee_allowed" : true,
  352. "min_unarmed" : 12,
  353. "min_melee" : 12,
  354. "buff_duration" : 5,
  355. "max_stacks" : 3,
  356. "cut" : 3,
  357. "bash" : 1,
  358. "hit" : 2,
  359. "arm_bash" : -1,
  360. "arm_cut" : -1,
  361. "bonus_dodges" : -1
  362. }
  363. ],
  364. "ondodge_buffs" : [
  365. {
  366. "id" : "zhao_yushi_dodge_buff",
  367. "name" : "Predator's Smile",
  368. "description" : "You deftly dodge. (Extra damage and to-hit after dodge)",
  369. "unarmed_allowed" : true,
  370. "melee_allowed" : true,
  371. "min_unarmed" : 4,
  372. "min_melee" : 4,
  373. "buff_duration" : 2,
  374. "max_stacks": 2,
  375. "cut_str": 0.2,
  376. "bash_str": 0.1,
  377. "hit_int": 0.2
  378. }
  379. ],
  380. "techniques" : [
  381. "tec_zhao_yushi_feint",
  382. "tec_zhao_yushi_precise",
  383. "tec_zhao_yushi_rapid",
  384. "tec_zhao_yushi_brutal",
  385. "tec_zhao_yushi_counter",
  386. "tec_zhao_yushi_impale",
  387. "tec_zhao_yushi_trip"
  388.  
  389.  
  390.  
  391. ],
  392. "weapons" : [
  393. "bio_claws_weapon",
  394. "bio_blade_weapon",
  395. "punch_dagger",
  396. "bagh_nakha",
  397. "knuckle_steel",
  398. "knuckle_katar",
  399. "knuckle_brass",
  400. "knuckle_nail",
  401. "cestus"
  402. ]
  403. },{
  404. "type" : "martial_art",
  405. "id" : "style_silat",
  406. "name" : "Silat",
  407. "description": "Pentjak Silat, of Indonesian origin, is a fighting style that covers the use of short blades and bludgeons. Fighters stay low and mobile to avoid attacks, then unleash deadly critical hits.",
  408. "static_buffs" : [
  409. {
  410. "id" : "silat_buff",
  411. "name" : "Silat Stance",
  412. "description" : "+1 dodge",
  413. "unarmed_allowed" : true,
  414. "melee_allowed" : true,
  415. "bonus_dodges" : 1
  416. }
  417. ],
  418. "ondodge_buffs" : [
  419. {
  420. "id" : "silat_dodge_buff",
  421. "name" : "Silat Counter",
  422. "description" : "Extra to-hit after successful dodge",
  423. "unarmed_allowed" : true,
  424. "melee_allowed" : true,
  425. "buff_duration" : 3,
  426. "max_stacks": 4,
  427. "hit_dex": 0.4
  428. }
  429. ],
  430. "techniques" : [
  431. "tec_silat_hamstring",
  432. "tec_silat_precise",
  433. "tec_silat_brutal",
  434. "tec_silat_dirty"
  435. ],
  436. "weapons" : [
  437. "baton-extended",
  438. "bio_blade_weapon",
  439. "bowling_pin",
  440. "cudgel",
  441. "diamond_knife",
  442. "diamond_machete",
  443. "diveknife",
  444. "firemachete_off",
  445. "firemachete_on",
  446. "golf_club",
  447. "hockey_stick",
  448. "i_staff",
  449. "javelin",
  450. "javelin_iron",
  451. "knife_combat",
  452. "kris",
  453. "machete",
  454. "makeshift_halberd",
  455. "makeshift_knife",
  456. "makeshift_machete",
  457. "pipe",
  458. "pointy_stick",
  459. "pool_cue",
  460. "PR24-extended",
  461. "primitive_knife",
  462. "q_staff",
  463. "rebar",
  464. "scythe",
  465. "scythe_war",
  466. "shock_staff",
  467. "shocktonfa_off",
  468. "shocktonfa_on",
  469. "sickle",
  470. "shishkebab_off",
  471. "shishkebab_on",
  472. "spear_knife",
  473. "spear_rebar",
  474. "spear_steel",
  475. "spear_wood",
  476. "stick",
  477. "tanto",
  478. "tonfa",
  479. "tonfa_wood"
  480. ]
  481. },{
  482. "type" : "martial_art",
  483. "id" : "style_fencing",
  484. "name" : "Fencing",
  485. "description": "The noble art of fencing is taught with flexible competition blades, but the techniques are derived from (and applicable to) more functional examples. Skilled fencers can take advantage of advances and retreats to deliver accurate strikes.",
  486. "onmove_buffs" : [
  487. {
  488. "id" : "fencing_move_buff",
  489. "name" : "Fencing Footwork",
  490. "description" : "+2 stab and +1 acc per stack",
  491. "unarmed_allowed" : true,
  492. "min_melee" : 2,
  493. "buff_duration" : 2,
  494. "max_stacks" : 2,
  495. "stab" : 2,
  496. "hit" : 1
  497. }
  498. ],
  499. "techniques" : [
  500. "tec_feint",
  501. "tec_fencing_lunge",
  502. "tec_fencing_stop_thrust",
  503. "tec_fencing_thrust"
  504. ],
  505. "weapons" : [
  506. "broadsword",
  507. "broadfire_off",
  508. "broadfire_on",
  509. "sword_forged",
  510. "rapier"
  511. ]
  512. },{
  513. "type" : "martial_art",
  514. "id" : "style_eskrima",
  515. "name" : "Eskrima",
  516. "description": "Eskrima, also known as Kali, is a Filipino martial art. It emphasises rapid strikes with knife and baton weapons, along with a variety of improvised substitutes.",
  517. "static_buffs" : [
  518. {
  519. "id" : "eskrima_bash",
  520. "name" : "Eskrima Bashing",
  521. "melee_allowed" : true,
  522. "min_melee" : 1,
  523. "bash_mult" : 1.2,
  524. "description" : "Increased bashing damage"
  525. }
  526. ],
  527. "onhit_buffs" : [
  528. {
  529. "id" : "eskrima_hit_buff",
  530. "name" : "Eskrima Combination",
  531. "description" : "Combination",
  532. "melee_allowed" : true,
  533. "min_melee" : 2,
  534. "buff_duration" : 3,
  535. "max_stacks" : 1,
  536. "bash_mult": 1.1,
  537. "cut_mult": 1.1
  538. }
  539. ],
  540. "techniques" : [
  541. "tec_eskrima_round",
  542. "tec_eskrima_fan",
  543. "tec_eskrima_snap",
  544. "tec_eskrima_puno",
  545. "tec_eskrima_kick",
  546. "tec_eskrima_combination"
  547. ],
  548. "weapons" : [
  549. "2x4",
  550. "baton-extended",
  551. "bee_sting",
  552. "bio_blade_weapon",
  553. "bowling_pin",
  554. "cane",
  555. "cudgel",
  556. "cu_pipe",
  557. "diamond_knife",
  558. "diamond_machete",
  559. "diveknife",
  560. "fighter_sting",
  561. "firemachete_off",
  562. "firemachete_on",
  563. "glass_shiv",
  564. "hammer",
  565. "knife_combat",
  566. "machete",
  567. "makeshift_knife",
  568. "makeshift_machete",
  569. "pipe",
  570. "pockknife",
  571. "pool_cue",
  572. "primitive_knife",
  573. "primitive_hammer",
  574. "punch_dagger",
  575. "scissors",
  576. "screwdriver",
  577. "sharp_toothbrush",
  578. "shishkebab_off",
  579. "shishkebab_on",
  580. "stick",
  581. "switchblade",
  582. "tanto",
  583. "umbrella",
  584. "wasp_sting",
  585. "wrench"
  586. ]
  587. },{
  588. "type" : "martial_art",
  589. "id" : "style_crane",
  590. "name" : "Crane Kung Fu",
  591. "description": "One of the five Shaolin animal styles. The Crane uses intricate hand techniques and jumping dodges. Dexterity determines the majority of your damage, rather than Strength; you also receive a dodge bonus the turn after moving a tile.",
  592. "arm_block" : 3,
  593. "static_buffs" : [
  594. {
  595. "id" : "crane_static",
  596. "name" : "Crane's Precision",
  597. "description" : "Damage bonus from dexterity at the cost of damage from strength.",
  598. "unarmed_allowed" : true,
  599. "bash_str" : -0.2,
  600. "bash_dex" : 0.8
  601. }
  602. ],
  603. "onmove_buffs" : [
  604. {
  605. "id" : "crane_move_buff",
  606. "name" : "Crane's Flight",
  607. "description" : "+2 Dodge",
  608. "unarmed_allowed" : true,
  609. "min_unarmed" : 2,
  610. "buff_duration" : 2,
  611. "dodge" : 2
  612. }
  613. ],
  614. "techniques" : [
  615. "tec_crane_feint",
  616. "tec_crane_break",
  617. "tec_crane_precise"
  618. ]
  619. },{
  620. "type" : "martial_art",
  621. "id" : "style_dragon",
  622. "name" : "Dragon Kung Fu",
  623. "description": "One of the five Shaolin animal styles. The Dragon uses fluid movements and hard strikes. Intelligence improves your accuracy and damage dealt, as does moving.",
  624. "arm_block" : 2,
  625. "static_buffs" : [
  626. {
  627. "id" : "dragon_static",
  628. "name" : "Dragon Style",
  629. "description" : "Bonus damage from intelligence.",
  630. "unarmed_allowed" : true,
  631. "bash_int" : 0.8
  632. }
  633. ],
  634. "onmove_buffs" : [
  635. {
  636. "id" : "dragon_move_buff",
  637. "name" : "Dragon's Flight",
  638. "description" : "+2 Accuracy & Damage",
  639. "unarmed_allowed" : true,
  640. "min_unarmed" : 2,
  641. "buff_duration" : 2,
  642. "hit" : 2,
  643. "bash" : 2
  644. }
  645. ],
  646. "techniques" : [
  647. "tec_dragon_grab",
  648. "tec_dragon_counter",
  649. "tec_dragon_sweep",
  650. "tec_dragon_brutal"
  651. ]
  652. },{
  653. "type" : "martial_art",
  654. "id" : "style_leopard",
  655. "name" : "Leopard Kung Fu",
  656. "description": "One of the five Shaolin animal styles. The Leopard focuses on rapid, strategically planned strikes. Perception and Intelligence both boost accuracy, and moving further boosts your accuracy.",
  657. "static_buffs" : [
  658. {
  659. "id" : "leopard_static",
  660. "name" : "Leopard Strategy",
  661. "description" : "Perception and intelligence provide a bonus to hit.",
  662. "unarmed_allowed" : true,
  663. "hit_per" : 0.2,
  664. "hit_int" : 0.2
  665. }
  666. ],
  667. "onmove_buffs" : [
  668. {
  669. "id" : "leopard_move_buff",
  670. "name" : "Leopard's Stalk",
  671. "description" : "+2 Accuracy",
  672. "unarmed_allowed" : true,
  673. "min_unarmed" : 2,
  674. "buff_duration" : 2,
  675. "hit" : 2
  676. }
  677. ],
  678. "techniques" : [
  679. "tec_leopard_rapid",
  680. "tec_leopard_counter",
  681. "tec_leopard_precise"
  682. ]
  683. },{
  684. "type" : "martial_art",
  685. "id" : "style_tiger",
  686. "name" : "Tiger Kung Fu",
  687. "description": "One of the five Shaolin animal styles. The Tiger focuses on relentless attacks above all else. Your Strength determines your accuracy, and your attacks do increasing damage as you continue attacking.",
  688. "static_buffs" : [
  689. {
  690. "id" : "tiger_static",
  691. "name" : "Tiger Strength",
  692. "description" : "Strength provides additional damage bonus.",
  693. "unarmed_allowed" : true,
  694. "hit_str" : 0.8
  695. }
  696. ],
  697. "onhit_buffs" : [
  698. {
  699. "id" : "tiger_hit_buff",
  700. "name" : "Tiger Fury",
  701. "description" : "+3 Bash/atk",
  702. "unarmed_allowed" : true,
  703. "min_unarmed" : 2,
  704. "buff_duration" : 3,
  705. "max_stacks" : 8,
  706. "bash" : 3
  707. }
  708. ],
  709. "techniques" : [
  710. "tec_tiger_grab"
  711. ]
  712. },{
  713. "type" : "martial_art",
  714. "id" : "style_snake",
  715. "name" : "Snake Kung Fu",
  716. "description": "One of the five Shaolin animal styles. The Snake focuses on sinuous movement and precision strikes. Your Perception improves your accuracy and your damage.",
  717. "static_buffs" : [
  718. {
  719. "id" : "snake_static",
  720. "name" : "Snake Sight",
  721. "description" : "Perception provides a bonus to hit.",
  722. "unarmed_allowed" : true,
  723. "hit_per" : 0.8
  724. }
  725. ],
  726. "techniques" : [
  727. "tec_snake_rapid",
  728. "tec_snake_feint",
  729. "tec_snake_break",
  730. "tec_snake_precise"
  731. ]
  732. },{
  733. "type" : "martial_art",
  734. "id" : "style_centipede",
  735. "name" : "Centipede Kung Fu",
  736. "description": "One of the Five Deadly Venoms. Centipede Style uses an onslaught of rapid strikes. Each attack you land increases your speed by 4.",
  737. "arm_block" : 3,
  738. "onhit_buffs" : [
  739. {
  740. "id" : "centipede_hit_buff",
  741. "name" : "Hundred-Hitter",
  742. "description" : "+4 Atk Speed",
  743. "unarmed_allowed" : true,
  744. "min_unarmed" : 1,
  745. "buff_duration" : 3,
  746. "max_stacks" : 8,
  747. "speed" : 4
  748. }
  749. ],
  750. "techniques" : [
  751. "tec_centipede_rapid"
  752. ]
  753. },{
  754. "type" : "martial_art",
  755. "id" : "style_scorpion",
  756. "name" : "Scorpion Kung Fu",
  757. "description": "One of the Five Deadly Venoms. Scorpion Style is a mysterious art which uses pincer-like hands and a stinger kick. Critical hits do massive damage and knock your target back.",
  758. "arm_block" : 3,
  759. "static_buffs" : [
  760. {
  761. "id" : "scorpion_static",
  762. "name" : "Scorpion Venom",
  763. "description" : "+2 bashing damage.",
  764. "unarmed_allowed" : true,
  765. "bash" : 2
  766. }
  767. ],
  768. "techniques" : [
  769. "tec_scorpion_precise",
  770. "tec_scorpion_brutal"
  771. ]
  772. },{
  773. "type" : "martial_art",
  774. "id" : "style_toad",
  775. "name" : "Toad Kung Fu",
  776. "description": "One of the Five Deadly Venoms. Masters of Toad Style can focus themselves against all attacks. You can meditate by pausing, giving you armor, though you will lose focus when you move.",
  777. "arm_block" : 3,
  778. "static_buffs" : [
  779. {
  780. "id" : "toad_static",
  781. "name" : "Toad's Iron Skin",
  782. "description" : "Gain +3 armor while standing still",
  783. "//" : "FWIW, this is the same amount of armor provided by bionic plating.",
  784. "unarmed_allowed" : true,
  785. "arm_bash": 3,
  786. "arm_cut": 3
  787. }
  788. ],
  789. "onmove_buffs": [
  790. {
  791. "id" : "toad_armor_dissipate",
  792. "name" : "Iron Skin Dissipation",
  793. "description" : "Iron Skin softens when you move!",
  794. "unarmed_allowed" : true,
  795. "min_unarmed" : 0,
  796. "buff_duration" : 3,
  797. "max_stacks" : 3,
  798. "arm_bash" : -1,
  799. "arm_cut" : -1
  800. }
  801. ],
  802. "techniques" : [
  803. "tec_toad_grab"
  804. ]
  805. },{
  806. "type" : "martial_art",
  807. "id" : "style_lizard",
  808. "name" : "Lizard Kung Fu",
  809. "description": "One of the Five Deadly Venoms, and likely to be refactored to a mutation at the next save-compatibility breaker. Lizard Style focuses on using walls to your advantage.",
  810. "arm_block" : 2,
  811. "techniques" : [
  812. ]
  813. },{
  814. "type" : "martial_art",
  815. "id" : "style_venom_snake",
  816. "name" : "Viper Kung Fu",
  817. "description": "A legacy of the Five Deadly Venoms. Viper Style has a uniqe three-part combo, which initiates on a dodge, then counters with a stunning chop and the legendary Viper Strike.",
  818. "static_buffs" : [
  819. {
  820. "id" : "venom_snake_static",
  821. "name" : "Viper Patience",
  822. "description" : "You are trained to stick close and stay cool in a fight, waiting for the opportunity to strike...",
  823. "unarmed_allowed" : true,
  824. "dodge" : 2
  825. }
  826. ],
  827. "ondodge_buffs": [
  828. {
  829. "id" : "venom_snake_combo_initiate",
  830. "name" : "Viper Ambush",
  831. "description" : "You've lured 'em in! Your next attack will be a Viper Bite.",
  832. "unarmed_allowed" : true,
  833. "min_unarmed" : 0,
  834. "buff_duration" : 2,
  835. "max_stacks" : 1,
  836. "bash_mult" : 1.5,
  837. "stun_dur" : 2
  838. }
  839. ],
  840. "onhit_buffs": [
  841. {
  842. "id" : "venom_snake_combo_continue",
  843. "name" : "Viper Lock",
  844. "description" : "You bit true! Your next attack will be the Viper Strike!",
  845. "unarmed_allowed" : true,
  846. "min_unarmed" : 0,
  847. "req_buffs" : [
  848. "venom_snake_combo_initiate"
  849. ],
  850. "buff_duration" : 2,
  851. "max_stacks" : 1,
  852. "bash_mult" : 3
  853. }
  854. ],
  855. "techniques" : [
  856. "tec_venom_snake_rapid",
  857. "tec_venom_snake_feint",
  858. "tec_venom_snake_break",
  859. "tec_venom_snake_bite",
  860. "tec_venom_snake_strike"
  861. ]
  862. }
  863. ]
Advertisement
Add Comment
Please, Sign In to add comment