diff --git a/input/ddd/abilities/pricklemane.toml b/input/ddd/abilities/pricklemane.toml index 79f45aa..2faac95 100644 --- a/input/ddd/abilities/pricklemane.toml +++ b/input/ddd/abilities/pricklemane.toml @@ -96,7 +96,7 @@ type = "Stat" price = "50 LP" route = 100 path = ["E"] -tip = "Unlocks with Secret panel at B7" +tip = "Unlocks with Secret panel at B6" [[abilities]] name = "Start" @@ -147,7 +147,7 @@ type = "Stat" price = "30 LP" route = 100 path = ["N", "S"] -tip = "Unlocks with Secret panel at B7" +tip = "Unlocks with Secret panel at B6" [[abilities]] name = "Circle Raid" @@ -156,7 +156,7 @@ type = "Attack" price = "100 LP" route = 100 path = ["N"] -tip = "Unlocks with Secret panel at B7" +tip = "Unlocks with Secret panel at B6" [[abilities]] name = "Stop Block" @@ -194,7 +194,7 @@ type = "Stat" price = "50 LP" route = 100 path = ["W"] -tip = "Unlocks with Secret panel at B7" +tip = "Unlocks with Secret panel at B6" [[abilities]] name = "Attack Haste" diff --git a/input/ddd/abilities/thunderaffe.toml b/input/ddd/abilities/thunderaffe.toml index b9ffdca..f0fae13 100644 --- a/input/ddd/abilities/thunderaffe.toml +++ b/input/ddd/abilities/thunderaffe.toml @@ -146,7 +146,7 @@ type = "Magic" price = "150 LP" route = 100 path = ["W", "E", "N"] -tip = "Unlocks with Secret panel at E1" +tip = "Changes into Triple Plasma with Secret panel at E1" [[abilities]] name = "Thunder Boost" diff --git a/templates/components/ddd/board-row.html b/templates/components/ddd/board-row.html index b0be255..e1391f5 100644 --- a/templates/components/ddd/board-row.html +++ b/templates/components/ddd/board-row.html @@ -19,6 +19,7 @@ {% if val.tip.is_some() %}
{{ val.tip() }}
+
{% endif %} diff --git a/templates/pages/ddd-abilities.html b/templates/pages/ddd-abilities.html index 5c8df84..8f2204a 100644 --- a/templates/pages/ddd-abilities.html +++ b/templates/pages/ddd-abilities.html @@ -91,6 +91,15 @@ align-content: center; font-size: 14px; box-shadow: 1px 1px 5px black; + + .help:after { + content: "?"; + position: absolute; + color: rgba(0, 0, 0, 0.3); + font-size: 24px; + bottom: 0; + right: 5px; + } } .tooltip-wrapper {