gotchi-equip
Manage wearable loadouts for your gotchis.
Scripts
- Updates selected slots while preserving existing equipped slots.
- Sets all 16 wearable slots to
0.
- Shows currently equipped wearables from the Base subgraph.
Slot names
INLINECODE4 , face, eyes, head, left-hand, right-hand, pet, INLINECODE11
Safety notes
- - Gotchi ID is validated as numeric input.
- API key is resolved from env/systemd/bankr config paths.
- Equip flow fetches current loadout first to avoid accidental unequip of unspecified slots.
gotchi-equip
管理你的gotchi的可穿戴装备配置。
脚本
- - ./scripts/equip.sh <插槽=可穿戴ID> [插槽=可穿戴ID...]
- 更新选定插槽,同时保留已有装备的插槽。
- - ./scripts/unequip-all.sh
- 将所有16个可穿戴插槽设置为0。
- - ./scripts/show-equipped.sh
- 从Base子图显示当前装备的可穿戴物品。
插槽名称
身体, 面部, 眼睛, 头部, 左手, 右手, 宠物, 背景
安全说明
- - Gotchi ID会验证为数字输入。
- API密钥从环境变量/systemd/bankr配置路径中解析。
- 装备流程会先获取当前装备配置,以避免意外卸下未指定的插槽。