Commit Graph
16 Commits
Author SHA1 Message Date
Scottlg 1562b37563 Gladiator arena: gold economy, outfitting shop, permadeath runs
Turns the sandbox into a survival roguelike loop: outfit your gladiator
with banked gold, enter the arena, earn gold from kills and wave clears,
die, keep 10% of your total value (floored at the 500 fresh-start).

Economy (GameState autoload):
- banked_gold, owned items, and loadout persist to user://save.cfg
- Kill gold (basic 10g, armed 25g) credited server-side to the killer
- Wave-clear bonus (25 + 5/wave) for all players; wave synced to peers
- Death settlement liquidates gear, guarded against double-fire

Character creation / shop:
- Menu reframed: armory shop + live Character Sheet loadout preview
- Character Sheet gains preview mode (renders from loadout, no player)
- Buy/Equip with hand rules; two-handers and off-hands displace each
  other symmetrically (shop and in-game pickups)
- Chosen loadout auto-equips on spawn via existing RPC path

Combat feel:
- Attacks snap to camera facing and lock direction for the swing
- Dash commits to its direction for the full duration
- Weapon slots show name text when no icon is set
- Hitbox/hurtbox debug meshes hidden by default (H toggles)

Death is final: players no longer respawn; a results screen shows waves,
time, kills, and the settlement, then returns to camp. Armed enemies no
longer respawn (were an infinite gold farm and respawned invisible).
2026-07-01 23:38:59 +01:00
Twirpytherobot 7fa2efabaf heheh 2026-02-17 22:51:38 +00:00
Twirpytherobot 7629342540 Armed guys! 2026-02-17 22:21:17 +00:00
Scottlg fce4c4a3e2 Added Lobster Axe 2025-11-29 23:40:19 +00:00
Twirpytherobot b606563f4d Hitbox Timing 2025-11-29 18:24:36 +00:00
Twirpytherobot fab47fb1e0 Colours and practise dummy 2025-11-29 18:10:23 +00:00
Twirpytherobot ddc1522174 weapon timings 2025-11-28 18:40:23 +00:00
Twirpytherobot 10cc8720b7 Hithurtboxes 2025-11-21 23:53:28 +00:00
Twirpytherobot 2ec7d56511 Sword animations now sync 2025-11-21 22:59:41 +00:00
Twirpytherobot b1f1016475 Applecorer 2025-11-21 22:48:05 +00:00
Twirpytherobot 38994776df Manually spawn weapons fixed
Pop the world weapon scene into weaponcontainer
2025-11-16 20:56:34 +00:00
Twirpytherobot 9d5feb6f0e Added rigged body test 2025-11-16 16:50:51 +00:00
Twirpytherobot c7f946a9e2 Damage numbers and knockback 2025-11-15 17:17:32 +00:00
Twirpytherobot 61446a0bcd Block maybe 2025-11-15 17:07:28 +00:00
Twirpytherobot 6da70f9bfe Weapon and shield slots 2025-11-15 16:44:58 +00:00
Twirpytherobot 86db6865b7 Base Weapons
Place in world, pick up and drop working on multiplayer
2025-11-15 16:03:38 +00:00