A skill you pick, not a skill you spell
Build / build (, windows-latest) (push) Waiting to run
Build / release (push) Blocked by required conditions
Build / build (, ubuntu-22.04) (push) Failing after 1m20s

The Set skill level quick-cheat took the skill as free text, with the
description carrying an example because there was nothing else to guide the
guess. All sixteen skills are a closed set, so it is a select, and the
description no longer has to teach the field.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-08 18:35:28 +02:00
parent 544baf35e0
commit 4a8883216d
+2 -2
View File
@@ -18,9 +18,9 @@
"entries": [ "entries": [
{ {
"label": "Set skill level", "label": "Set skill level",
"desc": "Sets a skill to the given level (130). Skill name can be partial, e.g. 'marksmanship'.", "desc": "Sets a skill to the given level (130).",
"params": [ "params": [
{ "name": "skill", "type": "string", "default": "marksmanship" }, { "name": "skill", "type": "select", "options": ["marksmanship", "swords", "heavy", "polearms", "unarmed", "warfare", "defence", "stealth", "thievery", "horsemanship", "alchemy", "craftsmanship", "drinking", "survival", "scholarship", "houndmaster"], "default": "marksmanship" },
{ "name": "level", "type": "number", "default": 20 } { "name": "level", "type": "number", "default": 20 }
], ],
"variants": { "cheatmod": "cheat_set_skill_level any:{skill} level:{level}" } "variants": { "cheatmod": "cheat_set_skill_level any:{skill} level:{level}" }