Advertisement
Guest User

Martialarts

a guest
Mar 30th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.54 KB | None | 0 0
  1. [  {    "type": "martial_art",    "id": "berserker",    "name": "Black Swordsman Style",    "description": "Sword techniques used with two-handed swords.",    "arm_block": 99,    "leg_block": 99,    "static_buffs": [            {                "id": "beserk_stationary_buff",                "name": "BERSERKER!!!",                "description": "Strength and Damage increases with anger",                "min_melee": 2,                "flat_bonuses": [ [                    ["damage" , "cut", "per", 1.0],                    ["damage", "bash", "str", 1.0 ],                    ["dodge", "str", "0.5"]                ]        ],        "onmove_buffs": [            {                "berserk_onmove_buff",                "name" : "Berserk Block"                "description": "Your anger makes your moves faster making blocking easier.",                "min_melee": 2,                "max_stacks": 5,                "buff_duration": 4,                "flat_bonuses": [["dodge", -10.0]],                "bonus_dodges": -1,                "bonus_blocks": 2            }        ],        "ondodge_buffs": [            {                "berserk_ondodge_buffs",                "name": "Berserk Dodge"                "description": "Your anger makes your moves faster making dodging easier.",                "min_melee": 2,                "max_stacks": 5,                "buff_duration": 4,                "flat_bonuses": [["dodge", -10.0]],                "bonus_dodges": -1,                "bonus_blocks": 2            }        ],        "onhit_buffs": [            {                "id": "beserk_hit_buff",                "name": "Beserk Block 2"                "description" "You go to the offensive not dodging a lot",                "min_melee": 2,                "max_stacks": 5,                "buff_duration": 5,                 "flat_bonuses": [["dodge", -5.0]],                "bonus_dodges": -1.                 "bonus_blocks": 3            }        ],        "ondodge_buffs": [            "id": "beserk_set-up"                "name": Beserker Chance",                "description": "Through your rage you see your enemy moving slowly improving your chance to hit",                "min_melee": 4,                "buff_duration": 10,                 "max_stacks": 10,            }        ],        "techniques": [            "black_slash",            "beserk_cut",            "beserk_chance",            "beserk_fury"        ],        "weapons": [             "broadsword",            "dragon_slayer",            "zweihander_fake",            "zweihander_inferior",            "nodachi"        ]    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement