mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-28 17:01:04 +00:00
13759b1db6
- reduce ASAR IO overhead with streamed archive reads, buffered copies, faster relative-path handling and placeholder integrity records - fix in-place app.asar.unpacked packing/extraction self-copy cases that caused locked-file failures - tighten JS patch discovery with candidate bundle filters and search hints - require prebuilt remote-panel dist artifacts and clean up embedded bridge/script packaging - add unified build entrypoints for PowerShell, cmd and bash and move native CMake output under .tmp - add release metadata validation, changelog section extraction, pre-commit hook and GitHub Actions validation/release pipelines - make CHANGELOG the source of truth for release notes and document the tag-driven release flow - add updater release notes UI with latest/full changelog loading and localize the new update strings - modularize bridge renderer scripts, add installed apps and game status sync, and support remote launch/stop commands - centralize bridge protocol, IPC and WebSocket constants and improve LAN IP selection for QR pairing - refactor remote panel controls/state enums, persist accent color, polish library/session UI and refresh assets
161 lines
4.5 KiB
JSON
161 lines
4.5 KiB
JSON
{
|
|
"trainerMeta": {
|
|
"session": {
|
|
"instanceId": "mock-instance"
|
|
},
|
|
"trainer": {
|
|
"trainerId": "mock-trainer-1",
|
|
"gameId": "mock-game-1",
|
|
"displayName": "Mock Adventure",
|
|
"titleId": "mock-title-1",
|
|
"gameVersion": "1.0.0",
|
|
"trainerLoading": false,
|
|
"gameInstalled": true,
|
|
"needsCompatibilityWarning": false,
|
|
"language": "en-US",
|
|
"themeId": "default",
|
|
"isTimeLimitExpired": false,
|
|
"notesReadHash": null
|
|
},
|
|
"schema": {
|
|
"categories": ["player", "inventory", "world"],
|
|
"cheats": [
|
|
{
|
|
"uuid": "toggle-god-mode",
|
|
"target": "god_mode",
|
|
"type": "toggle",
|
|
"name": "God Mode",
|
|
"description": "Ignore incoming damage.",
|
|
"instructions": null,
|
|
"category": "player",
|
|
"parent": null,
|
|
"args": {}
|
|
},
|
|
{
|
|
"uuid": "slider-health",
|
|
"target": "player_health",
|
|
"type": "slider",
|
|
"name": "Health",
|
|
"description": "Tune player health in real time.",
|
|
"instructions": null,
|
|
"category": "player",
|
|
"parent": null,
|
|
"args": {
|
|
"min": 0,
|
|
"max": 100,
|
|
"step": 1
|
|
}
|
|
},
|
|
{
|
|
"uuid": "number-money",
|
|
"target": "player_money",
|
|
"type": "number",
|
|
"name": "Runes",
|
|
"description": "Set the current rune amount.",
|
|
"instructions": null,
|
|
"category": "inventory",
|
|
"parent": null,
|
|
"args": {
|
|
"min": 0,
|
|
"max": 9999999,
|
|
"step": 1000
|
|
}
|
|
},
|
|
{
|
|
"uuid": "selection-spawn-item",
|
|
"target": "spawn_item",
|
|
"type": "selection",
|
|
"name": "Spawn Item",
|
|
"description": "Choose the item to spawn.",
|
|
"instructions": null,
|
|
"category": "inventory",
|
|
"parent": null,
|
|
"args": {
|
|
"options": [
|
|
{ "label": "Erdtree Greatshield", "value": "erdtree_greatshield" },
|
|
{ "label": "Rivers of Blood", "value": "rivers_of_blood" },
|
|
{ "label": "Moonveil Katana", "value": "moonveil_katana" },
|
|
{ "label": "Blasphemous Blade", "value": "blasphemous_blade" }
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"uuid": "button-restock",
|
|
"target": "restock_ammo",
|
|
"type": "button",
|
|
"name": "Restock Ammo",
|
|
"description": "Apply a one-shot action.",
|
|
"instructions": "Click once to refill ammo.",
|
|
"category": "inventory",
|
|
"parent": null,
|
|
"args": {}
|
|
},
|
|
{
|
|
"uuid": "selection-difficulty",
|
|
"target": "difficulty",
|
|
"type": "selection",
|
|
"name": "Difficulty",
|
|
"description": "Pick one predefined option.",
|
|
"instructions": null,
|
|
"category": "world",
|
|
"parent": null,
|
|
"args": {
|
|
"options": [
|
|
{ "label": "Easy", "value": "easy" },
|
|
{ "label": "Normal", "value": "normal" },
|
|
{ "label": "Hard", "value": "hard" }
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"uuid": "scalar-speed",
|
|
"target": "game_speed",
|
|
"type": "scalar",
|
|
"name": "Time Scale",
|
|
"description": "Tune simulation speed in real time.",
|
|
"instructions": null,
|
|
"category": "world",
|
|
"parent": null,
|
|
"args": {
|
|
"min": 0,
|
|
"max": 5,
|
|
"step": 0.01,
|
|
"postfix": "x",
|
|
"default": 1
|
|
}
|
|
},
|
|
{
|
|
"uuid": "incremental-time",
|
|
"target": "time_of_day",
|
|
"type": "incremental",
|
|
"name": "Time of Day",
|
|
"description": "Step through a small sequence of values.",
|
|
"instructions": null,
|
|
"category": "world",
|
|
"parent": null,
|
|
"args": {
|
|
"options": [
|
|
{ "label": "Dawn", "value": "dawn" },
|
|
{ "label": "Day", "value": "day" },
|
|
{ "label": "Dusk", "value": "dusk" },
|
|
{ "label": "Night", "value": "night" }
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"trainerValues": {
|
|
"trainerId": "mock-trainer-1",
|
|
"values": {
|
|
"god_mode": false,
|
|
"player_health": 83,
|
|
"player_money": 2400000,
|
|
"spawn_item": "erdtree_greatshield",
|
|
"restock_ammo": 0,
|
|
"difficulty": "normal",
|
|
"game_speed": 1,
|
|
"time_of_day": "day"
|
|
}
|
|
}
|
|
} |