Remove redundant localization
This commit is contained in:
parent
961225f64d
commit
98e855e314
2 changed files with 15 additions and 29 deletions
|
|
@ -3,11 +3,11 @@ return {
|
||||||
Blind = {
|
Blind = {
|
||||||
bl_Roland_improbable = {
|
bl_Roland_improbable = {
|
||||||
name = "The Improbable",
|
name = "The Improbable",
|
||||||
text = {"{C:attention}All probabilities", "cannot happen"}
|
text = {"{C:attention}All probabilities", "cannot happen"},
|
||||||
},
|
},
|
||||||
bl_Roland_nimble = {
|
bl_Roland_nimble = {
|
||||||
name = "The Nimble",
|
name = "The Nimble",
|
||||||
text = {"The first {C:attention}5 cards", "drawn are {C:attention}played"}
|
text = {"The first {C:attention}5 cards", "drawn are {C:attention}played"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Joker = {
|
Joker = {
|
||||||
|
|
@ -27,21 +27,21 @@ return {
|
||||||
quotes = {
|
quotes = {
|
||||||
marble = {{"there is no escape..."}},
|
marble = {{"there is no escape..."}},
|
||||||
normal = {
|
normal = {
|
||||||
{"I can't wait to", "work with you!"},
|
{"I can't wait to", "work with you!"},
|
||||||
{"Did you need something", "from me?"},
|
{"Did you need something", "from me?"},
|
||||||
{"Oh! I'm just so", "happy to see you!"},
|
{"Oh! I'm just so", "happy to see you!"},
|
||||||
{"Can I talk about something irrelevant?", "I promise it won't be long."},
|
{"Can I talk about something irrelevant?", "I promise it won't be long."},
|
||||||
{"Can you introduce me to your friends?", "Assuming you have friends of course!"},
|
{"Can you introduce me to your friends?", "Assuming you have friends of course!"},
|
||||||
},
|
},
|
||||||
scared = {
|
scared = {
|
||||||
{"What am I", "going to do?!"},
|
{"What am I", "going to do?!"},
|
||||||
{"I'm not scared,", "you are!"},
|
{"I'm not scared,", "you are!"},
|
||||||
{"Tell me when", "this is over..."},
|
{"Tell me when", "this is over..."},
|
||||||
{"I can't keep", "looking at this!"},
|
{"I can't keep", "looking at this!"},
|
||||||
{"Let me go hide in", "this corner... Okay?"},
|
{"Let me go hide in", "this corner... Okay?"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
Spectral = {
|
Spectral = {
|
||||||
c_Roland_void = {
|
c_Roland_void = {
|
||||||
|
|
@ -50,22 +50,8 @@ return {
|
||||||
"{C:red}Destroys {X:red,C:white}all{} owned",
|
"{C:red}Destroys {X:red,C:white}all{} owned",
|
||||||
"playing cards {}for",
|
"playing cards {}for",
|
||||||
"{C:attention}#1# {C:dark_edition}Negative {C:spectral}Cryptids",
|
"{C:attention}#1# {C:dark_edition}Negative {C:spectral}Cryptids",
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
|
||||||
},
|
|
||||||
misc = {
|
|
||||||
challenge_names = {
|
|
||||||
c_Roland_Soaring = "Soaring",
|
|
||||||
c_Roland_Jokerful = "Jokerful",
|
|
||||||
c_Roland_Ascension = "Ascension",
|
|
||||||
c_Roland_Balanced_Jokers = "Balanced Jokers",
|
|
||||||
},
|
},
|
||||||
v_text = {
|
},
|
||||||
ch_c_Roland_Accelerated = {"Start with {C:blue}Accelerated Deck"},
|
|
||||||
ch_c_Roland_Saint = {"Start with an {C:attention}Eternal {C:legendary}Saint"},
|
|
||||||
ch_c_Roland_Jokerful = {"Only the {C:common}default Joker{} can appear in shops"},
|
|
||||||
ch_c_Roland_Balanced_Jokers = {"All Cryptid and Jen's jokers {C:attention}cannot appear"},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"author": [
|
"author": [
|
||||||
"Emik"
|
"Emik"
|
||||||
],
|
],
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue