Fix typos in ability tree

This commit is contained in:
hppeng 2023-02-18 11:00:23 -08:00
parent fb8e62ce9c
commit 53c4ea67cc
3 changed files with 3 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -4489,7 +4489,6 @@ const atrees = {
{ {
"display_name": "Better Enraged Blow", "display_name": "Better Enraged Blow",
"desc": "Increases the cap of Enraged Blow by +60%.", "desc": "Increases the cap of Enraged Blow by +60%.",
"archetype": "Fallen",
"base_abil": "Bak'al's Grasp", "base_abil": "Bak'al's Grasp",
"parents": ["Cheaper War Scream II"], "parents": ["Cheaper War Scream II"],
"dependencies": ["Bak'al's Grasp"], "dependencies": ["Bak'al's Grasp"],
@ -8934,8 +8933,7 @@ const atrees = {
{ {
"display_name": "Stronger Lacerate", "display_name": "Stronger Lacerate",
"desc": "Lacerate will deal +1 slash", "desc": "Lacerate will deal +1 slash",
"archetype": "", "archetype": "Acrobat",
"archetype_req": 0,
"base_abil": "Spin Attack", "base_abil": "Spin Attack",
"parents": [ "parents": [
"Choke Bomb", "Choke Bomb",

File diff suppressed because one or more lines are too long