diff options
| author | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 05:27:10 -0400 |
| commit | c705ae942573984784ef501bf8198f61f5206ddd (patch) | |
| tree | c964066f3a244002bf75cb50a877630f46496f81 /data/items/ammo | |
| parent | 74153c7814fc4cef988066ef04e38731a943bc12 (diff) | |
| download | thehouseoficarus-c705ae942573984784ef501bf8198f61f5206ddd.tar.gz | |
refactor: simplify yaml, remove support for old scalar fields
Diffstat (limited to 'data/items/ammo')
32 files changed, 263 insertions, 263 deletions
diff --git a/data/items/ammo/adamant_arrowtips.yaml b/data/items/ammo/adamant_arrowtips.yaml index d66aef2..30a4a25 100644 --- a/data/items/ammo/adamant_arrowtips.yaml +++ b/data/items/ammo/adamant_arrowtips.yaml @@ -1,13 +1,13 @@ color: "78" craft: - ingredients: - - items: - - adamantite_bar - quantity: 1 + - ingredients: + - items: + - adamantite_bar + quantity: 1 level: 75 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 62 diff --git a/data/items/ammo/adamant_bolts.yaml b/data/items/ammo/adamant_bolts.yaml index 587825d..6e2754a 100644 --- a/data/items/ammo/adamant_bolts.yaml +++ b/data/items/ammo/adamant_bolts.yaml @@ -1,17 +1,17 @@ color: "78" craft: - ingredients: - - items: - - adamant_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 61 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 70 + - ingredients: + - items: + - adamant_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 61 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 70 description: Adamant crossbow bolts. equipment: other: diff --git a/data/items/ammo/adamant_bolts_unf.yaml b/data/items/ammo/adamant_bolts_unf.yaml index 747a1e3..21d6690 100644 --- a/data/items/ammo/adamant_bolts_unf.yaml +++ b/data/items/ammo/adamant_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "78" craft: - ingredients: - - items: - - adamantite_bar - quantity: 1 + - ingredients: + - items: + - adamantite_bar + quantity: 1 level: 76 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 62 diff --git a/data/items/ammo/bronze_arrow.yaml b/data/items/ammo/bronze_arrow.yaml index 16b109a..6543ce3 100644 --- a/data/items/ammo/bronze_arrow.yaml +++ b/data/items/ammo/bronze_arrow.yaml @@ -1,17 +1,17 @@ color: B2 craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - bronze_arrowtips - quantity: 15 - level: 1 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 1 + - ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - bronze_arrowtips + quantity: 15 + level: 1 + output_qty: 15 + type: fletching + ticks_per_cycle: 2 + xp: 1 description: A bronze-tipped arrow. equipment: other: diff --git a/data/items/ammo/bronze_arrowtips.yaml b/data/items/ammo/bronze_arrowtips.yaml index 5ecbec7..843b5a3 100644 --- a/data/items/ammo/bronze_arrowtips.yaml +++ b/data/items/ammo/bronze_arrowtips.yaml @@ -1,13 +1,13 @@ color: "B2" craft: - ingredients: - - items: - - bronze_bar - quantity: 1 + - ingredients: + - items: + - bronze_bar + quantity: 1 level: 5 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 12 diff --git a/data/items/ammo/bronze_bolts.yaml b/data/items/ammo/bronze_bolts.yaml index 6d293b5..118a622 100644 --- a/data/items/ammo/bronze_bolts.yaml +++ b/data/items/ammo/bronze_bolts.yaml @@ -1,17 +1,17 @@ color: B2 craft: - ingredients: - - items: - - bronze_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 9 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 5 + - ingredients: + - items: + - bronze_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 9 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 5 description: Bronze crossbow bolts. equipment: other: diff --git a/data/items/ammo/bronze_bolts_unf.yaml b/data/items/ammo/bronze_bolts_unf.yaml index 1a7eb85..1e1efde 100644 --- a/data/items/ammo/bronze_bolts_unf.yaml +++ b/data/items/ammo/bronze_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "B2" craft: - ingredients: - - items: - - bronze_bar - quantity: 1 + - ingredients: + - items: + - bronze_bar + quantity: 1 level: 6 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 12 diff --git a/data/items/ammo/diamond_bolt_tips.yaml b/data/items/ammo/diamond_bolt_tips.yaml index f0983f7..d7b3f84 100644 --- a/data/items/ammo/diamond_bolt_tips.yaml +++ b/data/items/ammo/diamond_bolt_tips.yaml @@ -1,9 +1,9 @@ color: "FF" craft: - ingredients: - - items: - - uncut_diamond - quantity: 1 + - ingredients: + - items: + - uncut_diamond + quantity: 1 level: 65 output_qty: 12 tool: chisel diff --git a/data/items/ammo/diamond_bolts.yaml b/data/items/ammo/diamond_bolts.yaml index 5c8e2a3..84f674e 100644 --- a/data/items/ammo/diamond_bolts.yaml +++ b/data/items/ammo/diamond_bolts.yaml @@ -1,17 +1,17 @@ color: FF craft: - ingredients: - - items: - - adamant_bolts - quantity: 10 - - items: - - diamond_bolt_tips - quantity: 10 - level: 65 - output_qty: 10 - type: fletching - ticks_per_cycle: 2 - xp: 7 + - ingredients: + - items: + - adamant_bolts + quantity: 10 + - items: + - diamond_bolt_tips + quantity: 10 + level: 65 + output_qty: 10 + type: fletching + ticks_per_cycle: 2 + xp: 7 description: Bolts tipped with diamond. Can be enchanted via science. equipment: other: diff --git a/data/items/ammo/emerald_bolt_tips.yaml b/data/items/ammo/emerald_bolt_tips.yaml index 806adee..b22adc8 100644 --- a/data/items/ammo/emerald_bolt_tips.yaml +++ b/data/items/ammo/emerald_bolt_tips.yaml @@ -1,9 +1,9 @@ color: "53" craft: - ingredients: - - items: - - uncut_emerald - quantity: 1 + - ingredients: + - items: + - uncut_emerald + quantity: 1 level: 66 output_qty: 12 tool: chisel diff --git a/data/items/ammo/emerald_bolts.yaml b/data/items/ammo/emerald_bolts.yaml index a07a5be..5b24281 100644 --- a/data/items/ammo/emerald_bolts.yaml +++ b/data/items/ammo/emerald_bolts.yaml @@ -1,17 +1,17 @@ color: "22" craft: - ingredients: - - items: - - mithril_bolts - quantity: 10 - - items: - - emerald_bolt_tips - quantity: 10 - level: 66 - output_qty: 10 - type: fletching - ticks_per_cycle: 2 - xp: 5 + - ingredients: + - items: + - mithril_bolts + quantity: 10 + - items: + - emerald_bolt_tips + quantity: 10 + level: 66 + output_qty: 10 + type: fletching + ticks_per_cycle: 2 + xp: 5 description: Bolts tipped with emerald. Can be enchanted via science. equipment: other: diff --git a/data/items/ammo/headless_arrow.yaml b/data/items/ammo/headless_arrow.yaml index ac27842..dfa987a 100644 --- a/data/items/ammo/headless_arrow.yaml +++ b/data/items/ammo/headless_arrow.yaml @@ -1,12 +1,12 @@ color: "89" craft: - ingredients: - - items: - - arrow_shaft - quantity: 15 - - items: - - feather - quantity: 15 + - ingredients: + - items: + - arrow_shaft + quantity: 15 + - items: + - feather + quantity: 15 level: 1 success_message: "You attach feathers to the %i1." output_qty: 15 diff --git a/data/items/ammo/iron_arrow.yaml b/data/items/ammo/iron_arrow.yaml index f739521..318181f 100644 --- a/data/items/ammo/iron_arrow.yaml +++ b/data/items/ammo/iron_arrow.yaml @@ -1,17 +1,17 @@ color: FA craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - iron_arrowtips - quantity: 15 - level: 15 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 2 + - ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - iron_arrowtips + quantity: 15 + level: 15 + output_qty: 15 + type: fletching + ticks_per_cycle: 2 + xp: 2 description: An iron-tipped arrow. equipment: other: diff --git a/data/items/ammo/iron_arrowtips.yaml b/data/items/ammo/iron_arrowtips.yaml index 6cd67e9..6a8d8db 100644 --- a/data/items/ammo/iron_arrowtips.yaml +++ b/data/items/ammo/iron_arrowtips.yaml @@ -1,13 +1,13 @@ color: "FA" craft: - ingredients: - - items: - - iron_bar - quantity: 1 + - ingredients: + - items: + - iron_bar + quantity: 1 level: 25 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 25 diff --git a/data/items/ammo/iron_bolts.yaml b/data/items/ammo/iron_bolts.yaml index f939c80..566b1b1 100644 --- a/data/items/ammo/iron_bolts.yaml +++ b/data/items/ammo/iron_bolts.yaml @@ -1,17 +1,17 @@ color: FA craft: - ingredients: - - items: - - iron_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 39 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 15 + - ingredients: + - items: + - iron_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 39 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 15 description: Iron crossbow bolts. equipment: other: diff --git a/data/items/ammo/iron_bolts_unf.yaml b/data/items/ammo/iron_bolts_unf.yaml index b7cd793..01bb1f0 100644 --- a/data/items/ammo/iron_bolts_unf.yaml +++ b/data/items/ammo/iron_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "FA" craft: - ingredients: - - items: - - iron_bar - quantity: 1 + - ingredients: + - items: + - iron_bar + quantity: 1 level: 26 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 25 diff --git a/data/items/ammo/mithril_arrow.yaml b/data/items/ammo/mithril_arrow.yaml index 9dd438a..8f79620 100644 --- a/data/items/ammo/mithril_arrow.yaml +++ b/data/items/ammo/mithril_arrow.yaml @@ -1,17 +1,17 @@ color: 4B craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - mithril_arrowtips - quantity: 15 - level: 45 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 7 + - ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - mithril_arrowtips + quantity: 15 + level: 45 + output_qty: 15 + type: fletching + ticks_per_cycle: 2 + xp: 7 description: A mithril-tipped arrow. equipment: other: diff --git a/data/items/ammo/mithril_arrowtips.yaml b/data/items/ammo/mithril_arrowtips.yaml index 3a29467..e8ee556 100644 --- a/data/items/ammo/mithril_arrowtips.yaml +++ b/data/items/ammo/mithril_arrowtips.yaml @@ -1,13 +1,13 @@ color: "4B" craft: - ingredients: - - items: - - mithril_bar - quantity: 1 + - ingredients: + - items: + - mithril_bar + quantity: 1 level: 55 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 50 diff --git a/data/items/ammo/mithril_bolts.yaml b/data/items/ammo/mithril_bolts.yaml index b443ba5..e13b63e 100644 --- a/data/items/ammo/mithril_bolts.yaml +++ b/data/items/ammo/mithril_bolts.yaml @@ -1,17 +1,17 @@ color: 4B craft: - ingredients: - - items: - - mithril_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 54 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 50 + - ingredients: + - items: + - mithril_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 54 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 50 description: Mithril crossbow bolts. equipment: other: diff --git a/data/items/ammo/mithril_bolts_unf.yaml b/data/items/ammo/mithril_bolts_unf.yaml index 0167fb8..719358e 100644 --- a/data/items/ammo/mithril_bolts_unf.yaml +++ b/data/items/ammo/mithril_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "4B" craft: - ingredients: - - items: - - mithril_bar - quantity: 1 + - ingredients: + - items: + - mithril_bar + quantity: 1 level: 56 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 50 diff --git a/data/items/ammo/ruby_bolt_tips.yaml b/data/items/ammo/ruby_bolt_tips.yaml index de7c7c1..ef2162b 100644 --- a/data/items/ammo/ruby_bolt_tips.yaml +++ b/data/items/ammo/ruby_bolt_tips.yaml @@ -1,9 +1,9 @@ color: "C4" craft: - ingredients: - - items: - - uncut_ruby - quantity: 1 + - ingredients: + - items: + - uncut_ruby + quantity: 1 level: 73 output_qty: 12 tool: chisel diff --git a/data/items/ammo/ruby_bolts.yaml b/data/items/ammo/ruby_bolts.yaml index 8862503..2833376 100644 --- a/data/items/ammo/ruby_bolts.yaml +++ b/data/items/ammo/ruby_bolts.yaml @@ -1,17 +1,17 @@ color: C4 craft: - ingredients: - - items: - - adamant_bolts - quantity: 10 - - items: - - ruby_bolt_tips - quantity: 10 - level: 73 - output_qty: 10 - type: fletching - ticks_per_cycle: 2 - xp: 6 + - ingredients: + - items: + - adamant_bolts + quantity: 10 + - items: + - ruby_bolt_tips + quantity: 10 + level: 73 + output_qty: 10 + type: fletching + ticks_per_cycle: 2 + xp: 6 description: Bolts tipped with ruby. Can be enchanted via science. equipment: other: diff --git a/data/items/ammo/rune_arrow.yaml b/data/items/ammo/rune_arrow.yaml index bd663f6..77477a4 100644 --- a/data/items/ammo/rune_arrow.yaml +++ b/data/items/ammo/rune_arrow.yaml @@ -1,17 +1,17 @@ color: "57" craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - rune_arrowtips - quantity: 15 - level: 75 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 12 + - ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - rune_arrowtips + quantity: 15 + level: 75 + output_qty: 15 + type: fletching + ticks_per_cycle: 2 + xp: 12 description: A rune-tipped arrow. equipment: other: diff --git a/data/items/ammo/rune_arrowtips.yaml b/data/items/ammo/rune_arrowtips.yaml index 5045bab..1769f9d 100644 --- a/data/items/ammo/rune_arrowtips.yaml +++ b/data/items/ammo/rune_arrowtips.yaml @@ -1,13 +1,13 @@ color: "57" craft: - ingredients: - - items: - - runite_bar - quantity: 1 + - ingredients: + - items: + - runite_bar + quantity: 1 level: 90 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 75 diff --git a/data/items/ammo/rune_bolts.yaml b/data/items/ammo/rune_bolts.yaml index 5022d80..4b52969 100644 --- a/data/items/ammo/rune_bolts.yaml +++ b/data/items/ammo/rune_bolts.yaml @@ -1,17 +1,17 @@ color: "57" craft: - ingredients: - - items: - - rune_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 69 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 100 + - ingredients: + - items: + - rune_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 69 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 100 description: Rune crossbow bolts. equipment: other: diff --git a/data/items/ammo/rune_bolts_unf.yaml b/data/items/ammo/rune_bolts_unf.yaml index af504e6..e90a233 100644 --- a/data/items/ammo/rune_bolts_unf.yaml +++ b/data/items/ammo/rune_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "57" craft: - ingredients: - - items: - - runite_bar - quantity: 1 + - ingredients: + - items: + - runite_bar + quantity: 1 level: 91 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 75 diff --git a/data/items/ammo/sapphire_bolt_tips.yaml b/data/items/ammo/sapphire_bolt_tips.yaml index 6cf5ff3..8f55a7a 100644 --- a/data/items/ammo/sapphire_bolt_tips.yaml +++ b/data/items/ammo/sapphire_bolt_tips.yaml @@ -1,9 +1,9 @@ color: "45" craft: - ingredients: - - items: - - uncut_sapphire - quantity: 1 + - ingredients: + - items: + - uncut_sapphire + quantity: 1 level: 63 output_qty: 12 tool: chisel diff --git a/data/items/ammo/sapphire_bolts.yaml b/data/items/ammo/sapphire_bolts.yaml index 5b6b698..0f98a38 100644 --- a/data/items/ammo/sapphire_bolts.yaml +++ b/data/items/ammo/sapphire_bolts.yaml @@ -1,17 +1,17 @@ color: "27" craft: - ingredients: - - items: - - mithril_bolts - quantity: 10 - - items: - - sapphire_bolt_tips - quantity: 10 - level: 63 - output_qty: 10 - type: fletching - ticks_per_cycle: 2 - xp: 4 + - ingredients: + - items: + - mithril_bolts + quantity: 10 + - items: + - sapphire_bolt_tips + quantity: 10 + level: 63 + output_qty: 10 + type: fletching + ticks_per_cycle: 2 + xp: 4 description: Bolts tipped with sapphire. Can be enchanted via science. equipment: other: diff --git a/data/items/ammo/steel_arrow.yaml b/data/items/ammo/steel_arrow.yaml index 8a6063d..23e624f 100644 --- a/data/items/ammo/steel_arrow.yaml +++ b/data/items/ammo/steel_arrow.yaml @@ -1,17 +1,17 @@ color: FD craft: - ingredients: - - items: - - headless_arrow - quantity: 15 - - items: - - steel_arrowtips - quantity: 15 - level: 30 - output_qty: 15 - type: fletching - ticks_per_cycle: 2 - xp: 5 + - ingredients: + - items: + - headless_arrow + quantity: 15 + - items: + - steel_arrowtips + quantity: 15 + level: 30 + output_qty: 15 + type: fletching + ticks_per_cycle: 2 + xp: 5 description: A steel-tipped arrow. equipment: other: diff --git a/data/items/ammo/steel_arrowtips.yaml b/data/items/ammo/steel_arrowtips.yaml index 85102e8..821350d 100644 --- a/data/items/ammo/steel_arrowtips.yaml +++ b/data/items/ammo/steel_arrowtips.yaml @@ -1,13 +1,13 @@ color: "FD" craft: - ingredients: - - items: - - steel_bar - quantity: 1 + - ingredients: + - items: + - steel_bar + quantity: 1 level: 35 output_qty: 15 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 37 diff --git a/data/items/ammo/steel_bolts.yaml b/data/items/ammo/steel_bolts.yaml index 2d0bc5c..1ba1cfa 100644 --- a/data/items/ammo/steel_bolts.yaml +++ b/data/items/ammo/steel_bolts.yaml @@ -1,17 +1,17 @@ color: FD craft: - ingredients: - - items: - - steel_bolts_unf - quantity: 10 - - items: - - feather - quantity: 10 - level: 46 - output_qty: 10 - type: fletching - ticks_per_cycle: 0 - xp: 35 + - ingredients: + - items: + - steel_bolts_unf + quantity: 10 + - items: + - feather + quantity: 10 + level: 46 + output_qty: 10 + type: fletching + ticks_per_cycle: 0 + xp: 35 description: Steel crossbow bolts. equipment: other: diff --git a/data/items/ammo/steel_bolts_unf.yaml b/data/items/ammo/steel_bolts_unf.yaml index 6e3ea80..c0309f8 100644 --- a/data/items/ammo/steel_bolts_unf.yaml +++ b/data/items/ammo/steel_bolts_unf.yaml @@ -1,13 +1,13 @@ color: "FD" craft: - ingredients: - - items: - - steel_bar - quantity: 1 + - ingredients: + - items: + - steel_bar + quantity: 1 level: 36 output_qty: 10 station: - - anvil + - anvil type: smithing ticks_per_cycle: 4 xp: 37 |
