DeadwoodJedi / speed-calculator-bug-tracker

This is the issuetracker for the deadwoodjedi speed calculator
https://deadwoodjedi.info/cb
2 stars 0 forks source link

Please add Eostrid Dreamsong to the calculator #147

Open danwink01 opened 4 months ago

danwink01 commented 4 months ago

Is your feature request related to a problem? Please describe. I am trying to tune a traditional clan boss team with Eostrid in it but can't because she is the only champion that can apply 3 turns of increase speed on everyone since she is not in the calculator there is no workaround.

Describe the solution you'd like Please add her to the allChampions prop.

Here is a possible JSON object that could be a good start. Please note I'm not 100% sure of the stats since the 115 speed is including a blessing and I may have made some errors putting together her kit (I was just imitating what I saw for other champs. Also her passive may be difficult to include since it is based on the turn meter fill so I just put it as 15 for now since that is what her turn meter fill is.

{ "name": "Eostrid Dreamsong", "class": { "faction": "Nyresan Elves", "rarity": "Legendary", "role": "Support", "affinity": "Force" }, "stats": { "hp": 21135, "atk": 1035, "def": 1134, "spd": 115, "crate": 15, "cmdg": 50, "resist": 30, "acc": 10 }, "skills": [ { "cooldown": 0, "booked_cooldown": 0, "cooldown_blocked": 0, "damage_based_on": [ "ATK" ], "name": "Slumberwhisp", "description": "Attacks 1 enemy. Has a 50% chance of placing a Sleep debuff for 1 turn. If the target is under a Decrease SPD or Weaken debuff placed by this champion, has a 75% chance of placing a Sleep debuff for 1 turn instead.", "passive": [], "effect": [ { "id": "add_debuff", "amount": 1, "turns": 1, "enemy": "single", "buff": "sleep" }, "books": [ "Level 2 - Damage Bonus +5%", "Level 3 - Damage Bonus +5%", "Level 4 - Buff/Debuff Chance +10%", "Level 5 - Buff/Debuff Chance +15%", ] }, { "cooldown": 4, "booked_cooldown": 3, "cooldown_blocked": 0, "damage_based_on": [ "ATK" ], "name": "Burst of Spring", "description": "Attacks all enemies. Has a 75% chance of placing a 30% Decrease SPD debuff and a 25% Weaken debuff for 2 turns. Also decreases the turn meters of all enemies by 15%.", "passive": [], "effect": [ { "id": "add_debuff", "amount": 30, "turns": 2, "enemy": "all", "buff": "speeddown" }, { "id": "add_debuff", "amount": 25, "turns": 2, "enemy": "all", "debuff": "weak" } ], "books": [ "Level 2 - Damage Bonus +5%", "Level 3 - Damage Bonus +5%", "Level 4 - Buff/Debuff Chance +10%", "Level 5 - Buff/Debuff Chance +15%", "Level 6 - Cooldown Reduction -1" ] }, { "cooldown": 6, "booked_cooldown": 4, "cooldown_blocked": 0, "damage_based_on": [], "name": "Blessed Dreamsong", "description": "Places a 30% Increase SPD buff and a 50% Increase ATK buff on all allies for 3 turns. Also fills the Turn Meters of all allies by 15%. Then grants an extra turn.", "passive": [], "effect": [ { "id": "add_buff", "amount": 30, "turns": 3, "champions": "allies", "buff": "speedup" }, { "id": "add_buff", "amount": 50, "turns": 3, "champions": "allies", "buff": "atkup" } ], "books": [
"Level 2 - Cooldown Reduction -1", "Level 3 - Cooldown Reduction -1" ] }, { "cooldown": 1, "booked_cooldown": 1, "cooldown_blocked": 0, "damage_based_on": [ "Passive" ], "name": "Lifebloom [P]", "description": "Whenever this Champion or an ally has their Turn Meter increased, heals all allies based on their MAX HP. The percentage value of the heal is equal to half of the turn meter increase.", "passive": [], "effect": { "id": "add_buff", "amount": 15, "turns": 1, "champions": "allies", "buff": "Heal" }, "books": [] } ], "avatarUrl": "/champions/Eostrid_Dreamsong.png" }