diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/items/ammo/adamant_arrow.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
Diffstat (limited to 'data/items/ammo/adamant_arrow.yaml')
| -rw-r--r-- | data/items/ammo/adamant_arrow.yaml | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/data/items/ammo/adamant_arrow.yaml b/data/items/ammo/adamant_arrow.yaml index 68e9f18..9cacf2f 100644 --- a/data/items/ammo/adamant_arrow.yaml +++ b/data/items/ammo/adamant_arrow.yaml @@ -1,24 +1,34 @@ color: "78" craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - adamant_arrowtips - quantity: 15 - level: 60 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 10 + - end_message: "" + fail: "" + ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - adamant_arrowtips + quantity: 15 + level: 60 + output_qty: 15 + start_message: "" + station: [] + subtype: "" + success_message: "" + ticks_per_cycle: 2 + tool: "" + type: fletching + xp: 10 description: An adamant-tipped arrow. equipment: other: ranged: 31 slot: ammo type: ammo +id: adamant_arrow +max_quality: 0 name: adamant arrow +quality: 0 recoverable: true stackable: true value: 20 |
