A skill you pick, not a skill you spell
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:
@@ -18,9 +18,9 @@
|
|||||||
"entries": [
|
"entries": [
|
||||||
{
|
{
|
||||||
"label": "Set skill level",
|
"label": "Set skill level",
|
||||||
"desc": "Sets a skill to the given level (1–30). Skill name can be partial, e.g. 'marksmanship'.",
|
"desc": "Sets a skill to the given level (1–30).",
|
||||||
"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}" }
|
||||||
|
|||||||
Reference in New Issue
Block a user