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
|
||||
],
|
||||
"max": 20
|
||||
},
|
||||
{
|
||||
"type": "raw_stat",
|
||||
"bonuses": [
|
||||
{
|
||||
"type": "stat",
|
||||
"name": "damRaw",
|
||||
"value": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -7019,13 +7029,14 @@ const atrees = {
|
|||
"type": "stat",
|
||||
"name": "spd",
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 3,
|
||||
"cost": -5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -10938,11 +10954,11 @@ const atrees = {
|
|||
"parents": ["Maddening Roots"],
|
||||
"dependencies": ["Crimson Effigy"],
|
||||
"blockers": [],
|
||||
"cost": 2,
|
||||
"cost": 1,
|
||||
"display": {
|
||||
"row": 31,
|
||||
"col": 1,
|
||||
"icon": "node_1"
|
||||
"icon": "node_0"
|
||||
},
|
||||
"properties": {
|
||||
"max_effigy": 1
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue