From 9a97b634547131e9952ac0a5a0fa04f14d470d59 Mon Sep 17 00:00:00 2001 From: fredhicks Date: Wed, 23 Jul 2025 14:30:52 -0400 Subject: [PATCH] Custom job support Previously there was no option to pick "custom" for an adventurer or town job, nor was there a text field so you could *name* your custom job if you decided to craft one. This is now addressed. --- Stewpot/Stewpot.css | 8 ++++++++ Stewpot/Stewpot.html | 12 +++++++++++- Stewpot/translation.json | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Stewpot/Stewpot.css b/Stewpot/Stewpot.css index e7a7c408f9..12cd1a9ef6 100644 --- a/Stewpot/Stewpot.css +++ b/Stewpot/Stewpot.css @@ -645,6 +645,10 @@ input.hideunless[value=Warlock] + .Warlock { display: initial; } +input.hideunless[value=Custom] + .Custom { + display: initial; +} + input.hideunless[value=Farmer] + .Farmer { display: initial; } @@ -709,6 +713,10 @@ input.hideunless[value=Tattoo-Artist] + .Tattoo-Artist { display: initial; } +input.hideunless[value=Custom] + .Custom { + display: initial; +} + input.mhider[value=character] + .character, input.mhider[value=tavern] + .tavern { display: initial; } diff --git a/Stewpot/Stewpot.html b/Stewpot/Stewpot.html index ad17165105..26558b92f6 100644 --- a/Stewpot/Stewpot.html +++ b/Stewpot/Stewpot.html @@ -195,7 +195,7 @@ on("change:select_character_weapon change:select_character_armor change:select_c
- @@ -211,7 +211,12 @@ on("change:select_character_weapon change:select_character_armor change:select_c + + +
+ +
Adventurer Experiences @@ -679,7 +684,12 @@ on("change:select_character_weapon change:select_character_armor change:select_c + + +
+ +
Town Experiences diff --git a/Stewpot/translation.json b/Stewpot/translation.json index 3682237cde..461e3b8d9c 100644 --- a/Stewpot/translation.json +++ b/Stewpot/translation.json @@ -63,6 +63,7 @@ "Shadowspinner": "Shadowspinner", "Spiritcaller": "Spiritcaller", "Warlock": "Warlock", + "Custom": "Custom", "Adventurer Experiences": "Adventurer Experiences", "(pick a Bard experience or fill in the blank)": "(pick a Bard experience or fill in the blank)", "Bag of Tricks: Card magic, juggling clubs, and other spectacles": "Bag of Tricks: Card magic, juggling clubs, and other spectacles",