mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
[
|
|
{
|
|
"id":"speed_minor",
|
|
"iconID":"actorconditions_1:87",
|
|
"name":"Minor speed",
|
|
"category":"physical",
|
|
"isPositive":1,
|
|
"abilityEffect":{
|
|
"increaseMaxAP":2
|
|
}
|
|
},
|
|
{
|
|
"id":"fatigue_minor",
|
|
"iconID":"actorconditions_1:14",
|
|
"name":"Minor fatigue",
|
|
"category":"physical",
|
|
"abilityEffect":{
|
|
"increaseAttackDamage":{
|
|
"min":-1,
|
|
"max":-1
|
|
},
|
|
"increaseMoveCost":2,
|
|
"increaseAttackCost":2
|
|
}
|
|
},
|
|
{
|
|
"id":"feebleness_minor",
|
|
"iconID":"actorconditions_1:74",
|
|
"name":"Minor weapon feebleness",
|
|
"category":"mental",
|
|
"abilityEffect":{
|
|
"increaseAttackDamage":{
|
|
"min":-3,
|
|
"max":-3
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id":"bleeding_wound",
|
|
"iconID":"actorconditions_2:0",
|
|
"name":"Bleeding wound",
|
|
"category":"blood",
|
|
"isStacking":1,
|
|
"roundEffect":{
|
|
"visualEffectID":"redSplash",
|
|
"increaseCurrentHP":{
|
|
"min":-1,
|
|
"max":-1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id":"rage_minor",
|
|
"iconID":"actorconditions_1:90",
|
|
"name":"Minor berserker rage",
|
|
"category":"mental",
|
|
"isPositive":1,
|
|
"abilityEffect":{
|
|
"increaseAttackChance":60,
|
|
"increaseMaxHP":35,
|
|
"increaseBlockChance":-90,
|
|
"increaseDamageResistance":-1
|
|
}
|
|
},
|
|
{
|
|
"id":"blackwater_misery",
|
|
"iconID":"actorconditions_1:58",
|
|
"name":"Blackwater misery",
|
|
"category":"blood",
|
|
"abilityEffect":{
|
|
"increaseAttackChance":-50,
|
|
"increaseAttackCost":1,
|
|
"increaseCriticalSkill":-50
|
|
}
|
|
},
|
|
{
|
|
"id":"intoxicated",
|
|
"iconID":"actorconditions_2:1",
|
|
"name":"Intoxicated",
|
|
"category":"mental",
|
|
"isPositive":1,
|
|
"abilityEffect":{
|
|
"increaseAttackChance":-30,
|
|
"increaseAttackDamage":{
|
|
"min":4,
|
|
"max":4
|
|
},
|
|
"increaseMaxHP":15,
|
|
"increaseAttackCost":1
|
|
}
|
|
},
|
|
{
|
|
"id":"dazed",
|
|
"iconID":"actorconditions_1:65",
|
|
"name":"Dazed",
|
|
"category":"mental",
|
|
"abilityEffect":{
|
|
"increaseBlockChance":-40
|
|
}
|
|
}
|
|
]
|