Skip to content

Commit

Permalink
remove unneeded name fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgidw committed Jan 29, 2025
1 parent 9c85cd2 commit b618136
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion jokers/5day.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ end

SMODS.Joker {
key = "5day",
name = "Five-Day Forecast",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/chan.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "chan",
name = "Joker-chan",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/collapse.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "collapse",
name = "Cosmic Collapse",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/composition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ end

SMODS.Joker {
key = "composition",
name = "Composition",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/energy.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "energy",
name = "Joker Energy",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/fortunecookie.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "fortunecookie",
name = "Fortune Cookie",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/guard.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "guard",
name = "Royal Guard",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/handy.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "handy",
name = "Handy Joker",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/irish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ end

SMODS.Joker {
key = "irish",
name = "Luck of the Irish",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
4 changes: 1 addition & 3 deletions jokers/powergrid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
-- end
-- end
-- }, true)

SMODS.Joker {
key = "powergrid",
name = "Power Grid",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand All @@ -29,7 +27,7 @@ SMODS.Joker {
info_queue[#info_queue + 1] = G.P_CENTERS.m_mult
local xmult = 1 + card.ability.extra + ((G.GAME.current_round.kcv_mults_scored or 0) * card.ability.extra)
return {
vars = { card.ability.extra, xmult }
vars = {card.ability.extra, xmult}
}
end,
calculate = function(self, card, context)
Expand Down
1 change: 0 additions & 1 deletion jokers/redenvelope.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "redenvelope",
name = "Red Envelope",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/robo.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "robo",
name = "Jimbot",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/squid.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "squid",
name = "Squid",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/swiss.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "swiss",
name = "Swiss Joker",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down
1 change: 0 additions & 1 deletion jokers/tenpin.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SMODS.Joker {
key = "tenpin",
name = "Ten-Pin",
atlas = 'kcvanillajokeratlas',
pos = {
x = 0,
Expand Down

0 comments on commit b618136

Please sign in to comment.