forked from rocketmo/feh-damage-calc
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Puts in new Lyn... The new bows are hell. (#101)
* Puts in new Lyn... The new bows are hell. * Fix Laws of Sacae's effect and improve bonds message
- Loading branch information
1 parent
69916ae
commit 14ee760
Showing
9 changed files
with
141 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"display": "Lyn, Lady of the Wind", | ||
"name": "Lyn", | ||
"title": "Lady of the Wind", | ||
"id": "lyn-lady-of-the-wind", | ||
"color": "Green", | ||
"weapon_type": "Green Bow", | ||
"legendary":true, | ||
"link": "https://kagerochart.com/hero/lyn-lady-of-the-wind", | ||
"move_type": "Infantry", | ||
"weapon": [ | ||
"swift-mulagir", | ||
"silver-bow", | ||
"steel-bow", | ||
"iron-bow" | ||
], | ||
"assist": [ | ||
"rally-defense-resistance", | ||
"rally-defense" | ||
], | ||
"passive_a": [ | ||
"laws-of-sacae" | ||
], | ||
"passive_b": [ | ||
"desperation-3", | ||
"desperation-2", | ||
"desperation-1" | ||
], | ||
"passive_c": [ | ||
"spd-tactic-3", | ||
"spd-tactic-2", | ||
"spd-tactic-1" | ||
], | ||
"base_stat": { | ||
"star_5": { | ||
"hp": 17, | ||
"atk": 9, | ||
"spd": 10, | ||
"def": 4, | ||
"res": 5 | ||
}, | ||
"growth": { | ||
"hp": 5, | ||
"atk": 6, | ||
"spd": 8, | ||
"def": 4, | ||
"res": 6, | ||
"total": 29 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "Laws of Sacae", | ||
"sp": 300, | ||
"type": "A", | ||
"description": "If foe initiates combat and the number of allies within 2 spaces ≥ 2, grants Atk/Spd/Def/Res+4 during combat.", | ||
"icon": "/images/icons/passives/laws-of-sacae.png", | ||
"link": "https://kagerochart.com/hero/passives/laws-of-sacae", | ||
"adjacent_stat_bonus": { | ||
"target": "self", | ||
"adjacent": "ally", | ||
"en_phase":true, | ||
"needed": 2, | ||
"mod": { | ||
"atk": 4, | ||
"spd": 4, | ||
"def": 4, | ||
"res": 4 | ||
} | ||
}, | ||
"id": "laws-of-sacae" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Spd Tactic 1", | ||
"sp": 60, | ||
"type": "C", | ||
"description": "At start of turn, grants Spd+2 to allies within 2 spaces for 1 turn. Granted only if number of that ally's movement type on current team ≤ 2.", | ||
"icon": "/images/icons/passives/spd-tactic-1.png", | ||
"link": "https://kagerochart.com/hero/passives/spd-tactic-1", | ||
"id": "spd-tactic-1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Spd Tactic 2", | ||
"sp": 120, | ||
"type": "C", | ||
"description": "At start of turn, grants Spd+4 to allies within 2 spaces for 1 turn. Granted only if number of that ally's movement type on current team ≤ 2.", | ||
"icon": "/images/icons/passives/spd-tactic-2.png", | ||
"link": "https://kagerochart.com/hero/passives/spd-tactic-2", | ||
"id": "spd-tactic-2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "Spd Tactic 3", | ||
"sp": 240, | ||
"type": "C", | ||
"description": "At start of turn, grants Spd+6 to allies within 2 spaces for 1 turn. Granted only if number of that ally's movement type on current team ≤ 2.", | ||
"icon": "/images/icons/passives/spd-tactic-3.png", | ||
"link": "https://kagerochart.com/hero/passives/spd-tactic-3", | ||
"id": "spd-tactic-3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Swift Mulagir", | ||
"might": 14, | ||
"range": 2, | ||
"sp": 400, | ||
"description": "Effective against flying foes. Grants Res+3. If the number of allies within 2 spaces (excluding unit) > the number of foes within 2 spaces (excluding target), grants Atk/Spd+5 during combat.", | ||
"type": "Bow", | ||
"link": "https://kagerochart.com/hero/weapons/swift-mulagir", | ||
"magical": false, | ||
"stat_mod": { | ||
"res": 3 | ||
}, | ||
"adjacent_stat_bonus": { | ||
"target": "self", | ||
"adjacent": "ally", | ||
"mod": { | ||
"atk": 5, | ||
"spd": 5 | ||
} | ||
}, | ||
"move_effective": [ | ||
"Flying" | ||
], | ||
"char_unique": true, | ||
"id": "swift-mulagir" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters