Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaPIE committed Aug 4, 2024
1 parent 2b7a171 commit 37fa968
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion _repos/098_PampaJokers
Submodule 098_PampaJokers updated 1 files
+12 −11 PampaJokers.lua
2 changes: 1 addition & 1 deletion _repos/BonusBlinds
2 changes: 1 addition & 1 deletion _repos/Bunco
2 changes: 1 addition & 1 deletion _repos/LobotomyCorp
Submodule LobotomyCorp updated 47 files
+170 −49 LobotomyCorp.lua
+1 −0 README.md
+ assets/1x/LobotomyCorp_modifiers.png
+ assets/1x/LobotomyCorp_spritesheet.png
+ assets/1x/LobotomyCorp_undiscovered.png
+ assets/2x/LobotomyCorp_modifiers.png
+ assets/2x/LobotomyCorp_spritesheet.png
+ assets/2x/LobotomyCorp_undiscovered.png
+ assets/sounds/Censored_Atk.ogg
+12 −5 indiv_blinds/dawn_crimson.lua
+11 −0 indiv_blinds/dawn_violet.lua
+11 −8 indiv_blinds/midnight_violet.lua
+0 −1 indiv_blinds/noon_base.lua
+0 −1 indiv_blinds/noon_crimson.lua
+0 −1 indiv_blinds/noon_green.lua
+0 −1 indiv_blinds/noon_indigo.lua
+21 −3 indiv_blinds/noon_violet.lua
+1 −2 indiv_blinds/whitenight.lua
+1 −1 indiv_jokers/all_around_helper.lua
+183 −0 indiv_jokers/censored.lua
+118 −0 indiv_jokers/child_galaxy.lua
+1 −1 indiv_jokers/fotdb.lua
+1 −1 indiv_jokers/happy_teddy_bear.lua
+1 −1 indiv_jokers/heart_of_aspiration.lua
+1 −1 indiv_jokers/iron_maiden.lua
+4 −1 indiv_jokers/laetitia.lua
+1 −1 indiv_jokers/mosb.lua
+1 −1 indiv_jokers/nameless_fetus.lua
+1 −1 indiv_jokers/old_faith.lua
+1 −1 indiv_jokers/old_lady.lua
+1 −1 indiv_jokers/one_sin.lua
+2 −2 indiv_jokers/plague_doctor.lua
+1 −1 indiv_jokers/punishing_bird.lua
+3 −3 indiv_jokers/queen_of_hatred.lua
+1 −1 indiv_jokers/red_shoes.lua
+1 −1 indiv_jokers/scarecrow_searching.lua
+1 −1 indiv_jokers/scorched_girl.lua
+1 −1 indiv_jokers/servant_of_wrath.lua
+1 −1 indiv_jokers/shy_look.lua
+2 −2 indiv_jokers/theresia.lua
+1 −1 indiv_jokers/wall_gazer.lua
+1 −1 indiv_jokers/whitenight.lua
+135 −11 localization/default.lua
+148 −29 localization/zh_CN.lua
+16 −8 lovely/card_ui.toml
+2 −0 lovely/global_vars.toml
+0 −20 music.toml
2 changes: 1 addition & 1 deletion _repos/Ortalab
2 changes: 1 addition & 1 deletion _repos/SDM0
28 changes: 14 additions & 14 deletions localization/zh_CN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ return {
j_golden = {
name = "黄金小丑",
text = {
"在回合结束时",
"获得{C:money}$#1#{}"
"回合结束时",
"获得{C:money}$#1#"
}
},
j_stencil = {
Expand Down Expand Up @@ -311,9 +311,9 @@ return {
j_delayed_grat = {
name = "先苦后甜",
text = {
"如果在回合结束时",
"没有使用弃牌,则每把{C:attention}弃牌{}",
"获得{C:money}$#1#{}"
"若回合内没有使用弃牌",
"每有一次{C:attention}弃牌",
"回合结束时获得{C:money}$#1#"
}
},
j_hack = {
Expand Down Expand Up @@ -2245,9 +2245,9 @@ return {
m_gold = {
name = "黄金牌",
text = {
"如果这张卡牌",
"在回合结束时还在手牌中",
"你获得{C:money}$#1#{}"
"若回合结束时",
"{C:attention}仍留在{}手牌中",
"获得{C:money}$#1#"
}
},
m_lucky = {
Expand Down Expand Up @@ -2532,8 +2532,7 @@ return {
bl_arm = {
name = "手臂",
text = {
"降低打出的",
"牌型等级"
"降低打出的牌型等级"
}
},
bl_psychic = {
Expand Down Expand Up @@ -3183,9 +3182,10 @@ return {
blue_seal = {
name = "蓝色蜡封",
text = {
"如果在回合结束时",
"本牌还{C:attention}留在{}手牌中",
"会生成最后一手牌型的{C:planet}星球牌{}",
"若回合结束时",
"{C:attention}仍留在{}手牌中",
"则生成最后一手出牌",
"对应的{C:planet}星球牌",
"{C:inactive}(必须有空位)"
}
},
Expand Down Expand Up @@ -4128,7 +4128,7 @@ return {
c_city_1 = "15分钟都市",
c_rich_1 = "富者愈富",
c_knife_1 = "刀锋之上",
c_xray_1 = "X光视界",
c_xray_1 = "透视眼",
c_mad_world_1 = "疯狂世界",
c_luxury_1 = "奢侈税",
c_non_perishable_1 = "不腐之物",
Expand Down

0 comments on commit 37fa968

Please sign in to comment.