diff options
| author | historia <[not public]> | 2026-07-05 20:06:53 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-05 20:07:50 -0400 |
| commit | 843fa6db681e494bf46e191655323a40577542b5 (patch) | |
| tree | cf32ec18d50434c14a1152147ff6e5e8b3576998 /data | |
| parent | 7b5ed92e003d8a4bf9bdc69d43b7354eb2260dfa (diff) | |
| download | thehouseoficarus-843fa6db681e494bf46e191655323a40577542b5.tar.gz | |
feat: remove deprecated use/station interaction model
Diffstat (limited to 'data')
| -rw-r--r-- | data/.admin_history.json | 1 | ||||
| -rw-r--r-- | data/objects/000_test_object.yaml | 25 |
2 files changed, 23 insertions, 3 deletions
diff --git a/data/.admin_history.json b/data/.admin_history.json deleted file mode 100644 index aef303b..0000000 --- a/data/.admin_history.json +++ /dev/null @@ -1 +0,0 @@ -{"history":[{"time":"2026-07-05T19:16:10-04:00","description":"move items 000_test_item to root","file_path":"data/items/ammo/000_test_item.yaml","new_file_path":"data/items/000_test_item.yaml","old_content":"color: \"78\"\ncraft:\n - end_message: \"\"\n fail: \"\"\n ingredients:\n - items:\n - headless_arrow\n quantity: 15\n - items:\n - adamant_arrowtips\n quantity: 15\n level: 60\n output_qty: 15\n start_message: \"\"\n station: []\n subtype: \"\"\n success_message: \"\"\n ticks_per_cycle: 2\n tool: \"\"\n type: fletching\n xp: 10\ndescription: An adamant-tipped arrow.\nequipment:\n other:\n ranged_strength: 31\n slot: ammo\n type: ammo\nfarm_harvest_xp: 0\nfarm_level: 0\nfarm_max_yield: 0\nfarm_min_yield: 0\nfarm_patch_type: herb\nfarm_plant_xp: 0\nfarm_stages: 0\nid: 000_test_item\nmax_quality: 0\nname: adamant arrow\nrecoverable: true\nstackable: true\nvalue: 20\n","new_content":"color: \"78\"\ncraft:\n - end_message: \"\"\n fail: \"\"\n ingredients:\n - items:\n - headless_arrow\n quantity: 15\n - items:\n - adamant_arrowtips\n quantity: 15\n level: 60\n output_qty: 15\n start_message: \"\"\n station: []\n subtype: \"\"\n success_message: \"\"\n ticks_per_cycle: 2\n tool: \"\"\n type: fletching\n xp: 10\ndescription: An adamant-tipped arrow.\nequipment:\n other:\n ranged_strength: 31\n slot: ammo\n type: ammo\nfarm_harvest_xp: 0\nfarm_level: 0\nfarm_max_yield: 0\nfarm_min_yield: 0\nfarm_patch_type: herb\nfarm_plant_xp: 0\nfarm_stages: 0\nid: 000_test_item\nmax_quality: 0\nname: adamant arrow\nrecoverable: true\nstackable: true\nvalue: 20\n","is_delete":false,"is_create":false},{"time":"2026-07-05T19:17:20-04:00","description":"Create object bio_altar_copy","file_path":"data/objects/bio_altar_copy.yaml","old_content":"","new_content":"id: bio_altar_copy\n","is_delete":false,"is_create":true},{"time":"2026-07-05T19:17:20-04:00","description":"Update object bio_altar_copy","file_path":"data/objects/bio_altar_copy.yaml","old_content":"id: bio_altar_copy\n","new_content":"color: C4\ndescription: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin.\nid: bio_altar_copy\nname: bio altar\n","is_delete":false,"is_create":false},{"time":"2026-07-05T19:17:25-04:00","description":"rename objects bio_altar_copy to 000_test_object","file_path":"data/objects/bio_altar_copy.yaml","new_file_path":"data/objects/000_test_object.yaml","old_content":"color: C4\ndescription: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin.\nid: bio_altar_copy\nname: bio altar\n","new_content":"color: C4\ndescription: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin.\nid: bio_altar_copy\nname: bio altar\n","is_delete":false,"is_create":false}],"redo":null}
\ No newline at end of file diff --git a/data/objects/000_test_object.yaml b/data/objects/000_test_object.yaml index afaee11..4efd15c 100644 --- a/data/objects/000_test_object.yaml +++ b/data/objects/000_test_object.yaml @@ -1,4 +1,25 @@ color: C4 description: A sinister altar of red biological interfaces. Place scrap here with a bio identifier to produce biojunk. Type 'id' to begin. -id: bio_altar_copy -name: bio altar +gather: + bait: "" + depleted_message: "" + exhausted_message: "" + fail_message: "" + gather_message: "" + respawn_broadcast: "" + skill: mining + success: + base: 0 + cap: 1 + per_level: 0 +hidden: false +id: 000_test_object +name: 000 test object +safespot: + decay_chance: 0 + decay_ticks: 0 + max_block_size: "" + max_occupants: 1 + respawn_ticks: 0 + tier: 1 + unsafe_chance: 0 |
