Fix Haemhorrage AP cost

remove duplicate entry in atree json?? lol wtf
This commit is contained in:
hppeng 2022-07-20 11:14:38 -07:00
parent 2c17845866
commit bb47fee2f8
2 changed files with 2 additions and 25 deletions

View file

@ -4604,29 +4604,6 @@ const atrees = {
},
"effects": []
},
{
"display_name": "Haemorrhage",
"desc": "Reduce Blood Pact's health cost. (0.3% health per mana)",
"archetype": "Fallen",
"archetype_req": 0,
"base_abil": "Blood Pact",
"parents": ["Blood Pact"],
"dependencies": ["Blood Pact"],
"blockers": [],
"cost": 1,
"display": {
"row": 35,
"col": 2,
"icon": "node_1"
},
"properties": {},
"effects": [{
"type": "raw_stat",
"bonuses": [{ "type": "prop", "abil": "Blood Pact", "name": "health_cost", "value": -0.3}]
}]
},
{
"display_name": "Brink of Madness",
"desc": "If your health is 25% full or less, gain +40% Resistance",
@ -6731,7 +6708,7 @@ const atrees = {
"Blood Pact"
],
"blockers": [],
"cost": 1,
"cost": 2,
"display": {
"row": 35,
"col": 2,

File diff suppressed because one or more lines are too long