Fix:
Vehement damRaw missing Dagger prof wrong 5% damage (its spellmult not mdpct) Backstab -5 cost More Effigy icon/cost
This commit is contained in:
parent
6efedef94c
commit
3241b71879
2 changed files with 24 additions and 8 deletions
|
@ -2862,6 +2862,16 @@ const atrees = {
|
||||||
2
|
2
|
||||||
],
|
],
|
||||||
"max": 20
|
"max": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "raw_stat",
|
||||||
|
"bonuses": [
|
||||||
|
{
|
||||||
|
"type": "stat",
|
||||||
|
"name": "damRaw",
|
||||||
|
"value": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -7019,13 +7029,14 @@ const atrees = {
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "spd",
|
"name": "spd",
|
||||||
"value": 5
|
"value": 5
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "stat",
|
|
||||||
"name": "mdPct",
|
|
||||||
"value": 5
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "add_spell_prop",
|
||||||
|
"base_spell": 0,
|
||||||
|
"target_part": "Melee",
|
||||||
|
"multipliers": [ 5, 0, 0, 0, 0, 0 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -7609,6 +7620,11 @@ const atrees = {
|
||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "add_spell_prop",
|
||||||
|
"base_spell": 3,
|
||||||
|
"cost": -5
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -10938,11 +10954,11 @@ const atrees = {
|
||||||
"parents": ["Maddening Roots"],
|
"parents": ["Maddening Roots"],
|
||||||
"dependencies": ["Crimson Effigy"],
|
"dependencies": ["Crimson Effigy"],
|
||||||
"blockers": [],
|
"blockers": [],
|
||||||
"cost": 2,
|
"cost": 1,
|
||||||
"display": {
|
"display": {
|
||||||
"row": 31,
|
"row": 31,
|
||||||
"col": 1,
|
"col": 1,
|
||||||
"icon": "node_1"
|
"icon": "node_0"
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"max_effigy": 1
|
"max_effigy": 1
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue