aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/techeditor.js
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-12 21:16:58 -0400
committerhistoria <[not public]>2026-07-12 21:16:58 -0400
commitf601a40776843f6196221e74ba502c571a5b1bcd (patch)
treea5b3fc0ae5b8774d642439fc4d369b96bf3932ab /internal/admin/static/techeditor.js
parentbeb0b73a9e56fdc717d55bbf1a1c7c5b49d4c6a4 (diff)
downloadthehouseoficarus-f601a40776843f6196221e74ba502c571a5b1bcd.tar.gz
fix(admin): standardize most search dropdowns and radio buttons
Diffstat (limited to 'internal/admin/static/techeditor.js')
-rw-r--r--internal/admin/static/techeditor.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/admin/static/techeditor.js b/internal/admin/static/techeditor.js
index c9d7c24..812cded 100644
--- a/internal/admin/static/techeditor.js
+++ b/internal/admin/static/techeditor.js
@@ -10,8 +10,8 @@ var TECH_SECTIONS = [
['name', 'Name', 'text', 'Protect from Melee'],
['level', 'Level', 'number', '37', 'narrow'],
['drain_rate', 'Drain Rate', 'number', '0.5', 'narrow'],
- ['category', 'Category', 'text', 'protection'],
- ['group', 'Group', 'text', 'melee'],
+ ['category', 'Category', 'select', '|accuracy|combo|defense|protection|ranged|science|strength|utility'],
+ ['group', 'Group', 'select', '|accuracy_tier|defense_tier|protection|ranged_tier|regen_tier|science_tier|strength_tier'],
]
},
{