Nerf challenges

This commit is contained in:
Emik 2026-06-20 11:16:11 +02:00
parent 4230a1a4b1
commit c9f282bdf2
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland",
"name": "Roland",
"prefix": "Roland",
"version": "2.9.17",
"version": "2.9.18",
"badge_colour": "8BE9FD",
"display_name": "Roland",
"main_file": "src/main.lua",

View file

@ -113,7 +113,7 @@ SMODS.Challenge {
SMODS.Challenge {
key = "Eternally_Amber",
rules = {custom = {{id = "Roland_Eternally_Amber"}, {id = "Roland_Showdown_Amber"}}},
jokers = {{id = "j_Roland_amber"}},
jokers = {{id = "j_joker"}, {id = "j_Roland_amber"}},
restrictions = amber,
pronouns = "they_them",
calculate = function(_, context)
@ -152,7 +152,7 @@ SMODS.Challenge {
SMODS.Challenge {
key = "Eternally_Cerulean",
rules = {custom = {{id = "Roland_Eternally_Cerulean"}, {id = "Roland_Showdown_Cerulean"}}},
jokers = {{id = "j_Roland_cerulean"}},
jokers = {{id = "j_joker"}, {id = "j_Roland_cerulean"}},
restrictions = cerulean,
pronouns = "she_her",
calculate = function(_, context)
@ -179,7 +179,7 @@ SMODS.Challenge {
SMODS.Challenge {
key = "Eternally_Crimson",
rules = {custom = {{id = "Roland_Eternally_Crimson"}, {id = "Roland_Showdown_Crimson"}}},
jokers = {{id = "j_Roland_crimson"}},
jokers = {{id = "j_joker"}, {id = "j_Roland_crimson"}},
restrictions = crimson,
pronouns = "she_her",
calculate = function(_, context)
@ -239,7 +239,7 @@ SMODS.Challenge {
SMODS.Challenge {
key = "Eternally_Verdant",
rules = {custom = {{id = "Roland_Eternally_Verdant"}, {id = "Roland_Showdown_Verdant"}}},
jokers = {{id = "j_Roland_verdant"}},
jokers = {{id = "j_joker"}, {id = "j_Roland_verdant"}},
restrictions = verdant,
pronouns = "she_her",
calculate = function(_, context)
@ -262,7 +262,7 @@ SMODS.Challenge {
SMODS.Challenge {
key = "Eternally_Violet",
rules = {custom = {{id = "Roland_Eternally_Violet"}, {id = "Roland_Showdown_Violet"}}},
jokers = {{id = "j_Roland_violet"}},
jokers = {{id = "j_joker"}, {id = "j_Roland_violet"}},
restrictions = violet,
pronouns = "she_they",
calculate = function(_, context)