From a226d72e51eecb768b13600303f73483118d9104 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 10 Jun 2026 01:48:28 -0400 Subject: feat: implemented janky object interaction model --- data/players/characters/nc.yaml | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 data/players/characters/nc.yaml (limited to 'data/players/characters/nc.yaml') diff --git a/data/players/characters/nc.yaml b/data/players/characters/nc.yaml new file mode 100644 index 0000000..13af64e --- /dev/null +++ b/data/players/characters/nc.yaml @@ -0,0 +1,56 @@ +name: nc +skills: + agility: 0 + alchemy: 0 + attack: 0 + construction: 0 + cooking: 0 + crafting: 0 + defense: 0 + fishing: 0 + fletching: 0 + hitpoints: 1154 + hunter: 0 + mining: 0 + ranged: 0 + scavenging: 0 + science: 0 + slayer: 0 + smithing: 0 + strength: 0 + technology: 0 + thieving: 0 + woodcutting: 0 +inventory: + 0: + item_id: bronze_pickaxe + quantity: 1 + 1: + item_id: copper_ore + quantity: 1 + 2: + item_id: copper_ore + quantity: 1 + 3: + item_id: copper_ore + quantity: 1 + 4: + item_id: copper_ore + quantity: 1 +equipment: {} +toolbelt: [] +room_id: 2 +hp: 10 +credits: 0 +description: "" +attack_style: accurate +toggles: + description: true + exits: true + mobenter: true + mobleave: true + mobspawn: true + reserve: true + tinymap: true + xpdrops: true +regeneratetick: 0 -- cgit v1.2.3