Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions functions/pokefamily.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ local default_family_list = {
{ "bramblin", "brambleghast" },
{ "tinkatink", "tinkatuff", "tinkaton" },
{ "wiglett", "wugtrio" },
{ "cetoddle", "cetitan" },
{ "gimmighoul", "gholdengo", "gimmighoulr" },
{ "ruins_of_alph" },
{{key = "imposter_professor", form = 0}, {key = "imposter_professor", form = 1}},
Expand Down
20 changes: 20 additions & 0 deletions localization/en-us.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5552,6 +5552,26 @@ return {
"contains a scoring {C:attention}5{}, {C:attention}6{}, or {C:attention}7{}",
}
},
j_poke_cetoddle = {
name = 'Cetoddle',
text = {
"Gains {X:red,C:white}X#1#{} Mult for every",
"{C:attention}Glass Card{} that is destroyed",
"{C:inactive}(Currently {}{X:red,C:white}X#2#{}{C:inactive} Mult){}",
"{C:inactive,s:0.8}(Evolves with an {C:attention,s:0.8}Ice Stone{C:inactive,s:0.8})"
}
},
j_poke_cetitan = {
name = 'Cetitan',
text = {
"Gains {X:red,C:white}X#1#{} Mult for every",
"{C:attention}Glass Card{} that is destroyed",
"{br:4}text needs to be here to work",
"Scores double if every card",
"held in hand is {C:attention}Glass{}",
"{C:inactive}(Currently {}{X:red,C:white}X#2#{}{C:inactive} Mult){}",
}
},
j_poke_annihilape = {
name = 'Annihilape',
text = {
Expand Down
Loading