IRCUFC/assets/config.json

251 lines
8.4 KiB
JSON
Raw Normal View History

2018-06-28 08:00:12 +00:00
{
"info": {
"lowhp": [
"%defender% starts bleeding",
"%defender% is having trouble focusing",
"%defender% is stagging",
"%defender% seems wasted"
],
"ground2stand": [
"%attacker% gets back on its feet",
"%attacker% is standing up"
],
"stand2ground": [
"%defender% just fell to the ground",
"%defender% falls over"
]
},
"moves": {
"stand": {
"kick": {
"high": {
"stand": {
"dmgidx": 40,
"mindmg": 20,
"fallchance": 5,
2018-07-03 15:20:29 +00:00
"blockidx": 50,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% head kicks %defender%"
]
},
"ground": {
"dmgidx": 60,
"mindmg": 25,
"blockidx": 28,
"text": [
"%attacker% stomps %defender% in the head!"
]
}
},
"middle": {
"stand": {
"dmgidx": 30,
"mindmg": 10,
"fallchance": 8,
2018-07-03 15:20:29 +00:00
"blockidx": 38,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% middle kicks %defender%"
]
},
"ground": {
"dmgidx": 45,
"mindmg": 20,
2018-07-03 15:20:29 +00:00
"blockidx": 32,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% stomps %defender% in the body!"
]
}
},
"low": {
"stand": {
"dmgidx": 23,
"mindmg": 5,
"fallchance": 15,
"blockidx": 35,
"text": [
"%attacker% low kicks %defender%"
]
},
"ground": {
"dmgidx": 30,
"mindmg": 15,
"blockidx": 40,
"text": [
"%attacker% kicks %defender%'s legs while %defender% is on the ground"
]
}
}
},
"punch": {
"high": {
"stand": {
"dmgidx": 30,
"mindmg": 10,
"fallchance": 2,
"blockidx": 30,
"text": [
"%attacker% head punches %defender%"
]
}
},
"middle": {
"stand": {
"dmgidx": 20,
"mindmg": 5,
"fallchance": 4,
2018-07-03 15:20:29 +00:00
"blockidx": 21,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% punches %defender% to the body"
]
}
}
},
"block": {
"high": {
"chance": 85,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
},
"middle": {
"chance": 85,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
},
"low": {
"chance": 80,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
}
}
},
"ground": {
"standup": {
"stand": {
2018-07-03 15:20:29 +00:00
"chance": 20
2018-06-28 08:00:12 +00:00
},
"ground": {
2018-07-03 16:41:54 +00:00
"above": {
"chance": 10
},
"below": {
"chance": 85
}
2018-06-28 08:00:12 +00:00
}
},
"kick": {
"high": {
"stand": {
"dmgidx": 30,
"mindmg": 10,
"fallchance": 8,
2018-07-03 15:20:29 +00:00
"blockidx": 58,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% head kicks %defender% from the ground!"
]
},
"ground": {
2018-07-03 16:41:54 +00:00
"above": {
"dmgidx": 20,
"mindmg": 11,
"blockidx": 66,
"text": [
"%attacker% hit %defender% with kneel kicks to the head from below"
]
},
"below": {
"dmgidx": 40,
"mindmg": 23,
"blockidx": 42,
"text": [
"%attacker% hit %defender% with huge kneel kicks to the head!"
]
}
2018-06-28 08:00:12 +00:00
}
},
"middle": {
"stand": {
"dmgidx": 20,
"mindmg": 5,
"fallchance": 5,
2018-07-03 15:20:29 +00:00
"blockidx": 43,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% middle kicks %defender% from the ground!"
]
},
"ground": {
2018-07-03 16:41:54 +00:00
"above": {
"dmgidx": 13,
"mindmg": 9,
"blockidx": 70,
"text": [
"%attacker% hit %defender% with kneel kicks to the body for below"
]
},
"below": {
"dmgidx": 25,
"mindmg": 17,
"blockidx": 48,
"text": [
"%attacker% hit %defender% with kneel kicks to the body"
]
}
2018-06-28 08:00:12 +00:00
}
},
"low": {
"stand": {
"dmgidx": 15,
"mindmg": 3,
"fallchance": 18,
2018-07-03 15:20:29 +00:00
"blockidx": 33,
2018-06-28 08:00:12 +00:00
"text": [
"%attacker% low kicks %defender% from the ground!"
]
},
"ground": {
2018-07-03 16:41:54 +00:00
"above": {
"dmgidx": 7,
"mindmg": 2,
"blockidx": 65,
"text": [
"%attacker% hit %defender% with kneel kicks to the legs from below"
]
},
"below": {
"dmgidx": 15,
"mindmg": 2,
"blockidx": 40,
"text": [
"%attacker% hit %defender% with kneel kicks to the legs"
]
}
2018-06-28 08:00:12 +00:00
}
}
},
"block": {
"high": {
"chance": 90,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
},
"middle": {
"chance": 90,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
},
"low": {
"chance": 85,
"text": [
"Good block from %defender% he managed to avoid the hit!"
]
}
}
}
}
}