Skip to content

Commit

Permalink
updated weapons and refines
Browse files Browse the repository at this point in the history
  • Loading branch information
arghblargh committed Feb 13, 2020
1 parent 45f55c2 commit f4d64fd
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 8 deletions.
12 changes: 12 additions & 0 deletions src/data/units.json
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,9 @@
},
{
"name": "Brave Axe+"
},
{
"name": "Devil Axe"
}
],
"assist": [
Expand Down Expand Up @@ -7220,6 +7223,9 @@
},
{
"name": "Silver Dagger+"
},
{
"name": "Jakob's Tray"
}
],
"assist": [
Expand Down Expand Up @@ -8549,6 +8555,9 @@
},
{
"name": "Silver Sword+"
},
{
"name": "Laslow's Blade"
}
],
"special": [
Expand Down Expand Up @@ -11683,6 +11692,9 @@
},
{
"name": "Blárserpent+"
},
{
"name": "Father's Tactics"
}
],
"special": [
Expand Down
12 changes: 12 additions & 0 deletions src/data/upgrades.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,5 +588,17 @@
},
"Light Brand": {
"effect": "Accelerates Special trigger (cooldown count-1). At start of combat, if foe's HP = 100%, grants Spd/Def+4 to unit during combat."
},
"Laslow's Blade": {
"effect": "If unit is within 3 spaces of 2 or more allies who each have total bonuses ≥ 10, grants Atk/Def+3 during combat and unit attacks twice."
},
"Devil Axe": {
"effect": "At start of turn, if unit's HP ≤ 75% and unit's attack triggers Special, grants Special cooldown count-1, and deals +10 damage when Special triggers."
},
"Jakob's Tray": {
"effect": "If unit is within 3 spaces of an ally who has HP < 100%, grants Atk/Spd/Def/Res+4 to unit during combat."
},
"Father's Tactics": {
"effect": "Grants Atk/Spd+3 to allies within 2 spaces during combat. If unit is within 2 spaces of an ally, grants Atk/Spd+3 to unit during combat."
}
}
52 changes: 44 additions & 8 deletions src/data/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -5360,59 +5360,95 @@
"type": "Axe",
"cost": 400,
"might": 16,
"effect": "",
"effect": "Grants Spd+3. At start of combat, if a bonus granted by a skill like Rally or Hone is active on unit or if unit's HP ≥ 70% at start of combat, grants bonus to unit's Atk = 25% of foe's Def and inflicts penalty on foe's Atk = 25% of foe's Res during combat.",
"restriction": "Exclusive"
},
"Thorn Lance": {
"color": "Blue",
"type": "Lance",
"cost": 400,
"might": 16,
"effect": "",
"effect": "Accelerates Special trigger (cooldown count-1). At start of combat, if unit's Atk > foe's Atk, inflicts Atk/Def-6 on foe during combat and foe cannot make a follow-up attack.",
"restriction": "Exclusive"
},
"Melee Bouquet": {
"color": "Red",
"type": "Sword",
"cost": 200,
"might": 10,
"effect": ""
"effect": "If unit initiates combat, grants Atk/Def+4 during combat and foe cannot make a follow-up attack."
},
"Melee Bouquet+": {
"color": "Red",
"type": "Sword",
"cost": 300,
"might": 14,
"effect": "",
"effect": "If unit initiates combat, grants Atk/Def+4 during combat and foe cannot make a follow-up attack.",
"upgrade": "-"
},
"Budding Bow": {
"color": "",
"type": "Bow",
"cost": 200,
"might": 8,
"effect": ""
"effect": "Effective against flying foes. If unit initiates combat, grants Atk/Def+4 during combat and foe cannot make a follow-up attack."
},
"Budding Bow+": {
"color": "",
"type": "Bow",
"cost": 300,
"might": 12,
"effect": "",
"effect": "Effective against flying foes. If unit initiates combat, grants Atk/Def+4 during combat and foe cannot make a follow-up attack.",
"upgrade": "-"
},
"Rapport Wand": {
"color": "",
"type": "Staff",
"cost": 200,
"might": 8,
"effect": ""
"effect": "At start of turn, grants Atk/Def+3 to ally with the highest Spd for 1 turn. (Excludes unit.)"
},
"Rapport Wand+": {
"color": "",
"type": "Staff",
"cost": 300,
"might": 12,
"effect": ""
"effect": "At start of turn, grants Atk/Def+5 to ally with the highest Spd for 1 turn. (Excludes unit.)"
},
"Laslow's Blade": {
"color": "Red",
"type": "Sword",
"cost": 400,
"might": 16,
"effect": "If a movement Assist skill (like Reposition, Shove, Pivot, etc.) is used by unit or targets unit, grants Atk/Spd/Def/Res+4 to target or targeting ally and allies within 2 spaces of unit and target or targeting ally for 1 turn after movement. (Excludes unit.)",
"restriction": "Exclusive",
"upgrade": "Legendary"
},
"Devil Axe": {
"color": "Green",
"type": "Axe",
"cost": 400,
"might": 16,
"effect": "Grants Atk/Spd/Def/Res+4 during combat, but if unit attacked, deals 4 damage to unit after combat.",
"restriction": "Exclusive",
"upgrade": "Legendary"
},
"Jakob's Tray": {
"color": "Neutral",
"type": "Dagger",
"cost": 400,
"might": 14,
"effect": "If unit initiates combat, inflicts Atk/Spd/Def/Res-4 on foe during combat. Effect:【Dagger 7】【Dagger 7】 After combat, if unit attacked, inflicts Def/Res-7 on target and foes within 2 spaces of target through their next actions.",
"restriction": "Exclusive",
"upgrade": "Legendary"
},
"Father's Tactics": {
"color": "Blue",
"type": "Tome",
"cost": 400,
"might": 12,
"effect": "At start of combat, if unit's Res > foe's Res, grants Atk/Spd/Def/Res+4 during combat.",
"restriction": "Exclusive",
"upgrade": "Legendary"
}
}

0 comments on commit f4d64fd

Please sign in to comment.