mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-13 21:18:13 +01:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id":"bless",
|
|
"iconID":"actorconditions_1:41",
|
|
"name":"Bless",
|
|
"category":"spiritual",
|
|
"isPositive":1,
|
|
"abilityEffect":{
|
|
"increaseAttackChance":5
|
|
}
|
|
},
|
|
{
|
|
"id":"poison_weak",
|
|
"iconID":"actorconditions_1:60",
|
|
"name":"Weak Poison",
|
|
"category":"blood",
|
|
"roundEffect":{
|
|
"visualEffectID":"greenSplash",
|
|
"increaseCurrentHP":{
|
|
"min":-1,
|
|
"max":-1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id":"str",
|
|
"iconID":"actorconditions_1:70",
|
|
"name":"Strength",
|
|
"category":"physical",
|
|
"isPositive":1,
|
|
"abilityEffect":{
|
|
"increaseAttackDamage":{
|
|
"min":1,
|
|
"max":1
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id":"regen",
|
|
"iconID":"actorconditions_1:35",
|
|
"name":"Shadow Regeneration",
|
|
"category":"spiritual",
|
|
"isPositive":1,
|
|
"roundEffect":{
|
|
"visualEffectID":"blueSwirl",
|
|
"increaseCurrentHP":{
|
|
"min":1,
|
|
"max":1
|
|
}
|
|
}
|
|
}
|
|
]
|