From 21c1997a3fd0f5ec5dcff1add45e4dfaf7a338ca Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 03:45:48 -0400 Subject: fix: use interaction cards in admin gui work, fix card css on object tab --- data/.admin_history.json | 1 - data/objects/anglerfish_spot.yaml | 44 +++++++++++++-------- data/objects/harpoon_fishing_spot.yaml | 70 +++++++++++++++++++++------------- 3 files changed, 72 insertions(+), 43 deletions(-) delete mode 100644 data/.admin_history.json (limited to 'data') diff --git a/data/.admin_history.json b/data/.admin_history.json deleted file mode 100644 index 8212f5e..0000000 --- a/data/.admin_history.json +++ /dev/null @@ -1 +0,0 @@ -{"history":[{"time":"2026-07-05T00:28:41-04:00","description":"Update item adamant_arrow","file_path":"data/items/ammo/adamant_arrow.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\nid: adamant_arrow\nmax_quality: 0\nname: adamant arrow\nquality: 0\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\nid: adamant_arrow\nmax_quality: 0\nname: adamant arrow\nquality: 0\nrecoverable: true\nstackable: true\nvalue: 20\n","is_delete":false,"is_create":false}],"redo":null} \ No newline at end of file diff --git a/data/objects/anglerfish_spot.yaml b/data/objects/anglerfish_spot.yaml index 0c670a2..41e5087 100644 --- a/data/objects/anglerfish_spot.yaml +++ b/data/objects/anglerfish_spot.yaml @@ -1,20 +1,32 @@ +aliases: [] color: "51" description: A faint glow emanates from the depths. Use a fishing rod with bait here. gather: - bait: fishing_bait - drops: - - item_id: raw_anglerfish - level: 82 - success_message: You catch a {50}raw anglerfish{/}. - weight: 100 - xp: 120 - fail_message: Nothing seems to bite. - gather_message: You cast your line into the deep water... - skill: fishing - success: - base: 0.3 - cap: 0.8 - per_level: 0.005 - tools: - - fishing_rod + bait: fishing_bait + depleted_message: "" + drops: + - depletes: false + item_id: raw_anglerfish + level: 82 + message: "" + quantity: 0 + table: "" + weight: 100 + xp: 120 + exhausted_message: "" + fail_message: Nothing seems to bite. + gather_message: You cast your line into the deep water... + respawn_broadcast: "" + skill: fishing + success: + base: 0.3 + cap: 0.8 + per_level: 0.005 + tools: + - axe + - axe +hidden: false +id: anglerfish_spot +inroom_description: "" name: anglerfish spot +removal_item: "" diff --git a/data/objects/harpoon_fishing_spot.yaml b/data/objects/harpoon_fishing_spot.yaml index 2a78bc5..b7497ca 100644 --- a/data/objects/harpoon_fishing_spot.yaml +++ b/data/objects/harpoon_fishing_spot.yaml @@ -1,29 +1,47 @@ -color: "4B" +aliases: [] +color: 4B description: Large shadows move beneath the waves. Use a harpoon here. gather: - drops: - - item_id: raw_tuna - level: 35 - success_message: You harpoon a {21}raw tuna{/}. - weight: 60 - xp: 80 - - item_id: raw_swordfish - level: 50 - success_message: You harpoon a {21}raw swordfish{/}. - weight: 50 - xp: 100 - - item_id: raw_shark - level: 76 - success_message: You harpoon a {1B}raw shark{/}. - weight: 30 - xp: 110 - fail_message: You fail to spear anything. - gather_message: You ready your harpoon... - skill: fishing - success: - base: 0.4 - cap: 0.8 - per_level: 0.005 - tools: - - harpoon + bait: "" + depleted_message: "" + drops: + - depletes: false + item_id: raw_tuna + level: 35 + message: "" + quantity: 0 + table: "" + weight: 60 + xp: 80 + - depletes: false + item_id: raw_swordfish + level: 50 + message: "" + quantity: 0 + table: "" + weight: 50 + xp: 100 + - depletes: false + item_id: raw_shark + level: 76 + message: "" + quantity: 0 + table: "" + weight: 30 + xp: 110 + exhausted_message: "" + fail_message: You fail to spear anything. + gather_message: You ready your harpoon... + respawn_broadcast: "" + skill: fishing + success: + base: 0.4 + cap: 0.8 + per_level: 0.005 + tools: + - harpoon +hidden: false +id: harpoon_fishing_spot +inroom_description: "" name: harpoon fishing spot +removal_item: "" -- cgit v1.2.3