Merge pull request #136 from hppeng-wynn/atree_hotfix

fixed fortitude multiplier and duration, also arcane overflow req
This commit is contained in:
hppeng-wynn 2022-07-16 15:19:54 -07:00 committed by GitHub
commit 86f3bc323c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -4886,7 +4886,7 @@ const atrees = {
"icon": "node_2" "icon": "node_2"
}, },
"properties": { "properties": {
"duration": 4 "duration": 5
}, },
"effects": [{ "effects": [{
"type": "raw_stat", "type": "raw_stat",
@ -4894,7 +4894,7 @@ const atrees = {
"bonuses": [{ "bonuses": [{
"type": "stat", "type": "stat",
"name": "damMult.Fortitude", "name": "damMult.Fortitude",
"value": 100 "value": 60
}] }]
}] }]
}, },
@ -5655,7 +5655,7 @@ const atrees = {
"display_name": "Arcane Overflow", "display_name": "Arcane Overflow",
"desc": "Arcane Transfer will allow you to overflow your mana over its maximum limits.", "desc": "Arcane Transfer will allow you to overflow your mana over its maximum limits.",
"archetype": "Arcanist", "archetype": "Arcanist",
"archetype_req": 12, "archetype_req": 11,
"base_abil": "Arcane Transfer", "base_abil": "Arcane Transfer",
"parents": ["Larger Mana Bank III"], "parents": ["Larger Mana Bank III"],
"dependencies": ["Arcane Transfer"], "dependencies": ["Arcane Transfer"],

File diff suppressed because one or more lines are too long