mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-20 10:31:28 +01:00
28 lines
678 B
JSON
28 lines
678 B
JSON
[
|
|
{
|
|
"id": "chaotic_grip",
|
|
"iconID": "actorconditions_1:96",
|
|
"name": "Chaotic grip",
|
|
"category": "mental",
|
|
"abilityEffect": {
|
|
"increaseBlockChance": -10,
|
|
"increaseDamageResistance": -1
|
|
}
|
|
},
|
|
{
|
|
"id": "chaotic_curse",
|
|
"iconID": "actorconditions_1:89",
|
|
"name": "Chaotic curse",
|
|
"category": "mental",
|
|
"abilityEffect": {
|
|
"increaseMaxAP": -1,
|
|
"increaseAttackDamage": {
|
|
"min": -1,
|
|
"max": -1
|
|
},
|
|
"increaseBlockChance": -10,
|
|
"increaseDamageResistance": -1
|
|
}
|
|
}
|
|
]
|