diff options
Diffstat (limited to 'data/items')
54 files changed, 440 insertions, 5 deletions
diff --git a/data/items/adamant_arrowtips.yaml b/data/items/adamant_arrowtips.yaml new file mode 100644 index 0000000..49ddb57 --- /dev/null +++ b/data/items/adamant_arrowtips.yaml @@ -0,0 +1,6 @@ +id: adamant_arrowtips +name: adamant arrowtips +color: "120" +description: "A set of adamant arrowtips." +value: 16 +stackable: true diff --git a/data/items/adamant_bolts_unf.yaml b/data/items/adamant_bolts_unf.yaml new file mode 100644 index 0000000..db709db --- /dev/null +++ b/data/items/adamant_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: adamant_bolts_unf +name: adamant bolts (unf) +color: "120" +description: "Unfinished adamant crossbow bolts." +value: 20 +stackable: true diff --git a/data/items/adamant_dagger.yaml b/data/items/adamant_dagger.yaml new file mode 100644 index 0000000..10c203a --- /dev/null +++ b/data/items/adamant_dagger.yaml @@ -0,0 +1,12 @@ +id: adamant_dagger +name: adamant dagger +color: "120" +description: "A small adamant dagger." +value: 400 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 14 + strength_bonus: 10 +speed: 3 diff --git a/data/items/adamant_full_helm.yaml b/data/items/adamant_full_helm.yaml new file mode 100644 index 0000000..2b5da4e --- /dev/null +++ b/data/items/adamant_full_helm.yaml @@ -0,0 +1,9 @@ +id: adamant_full_helm +name: adamant full helm +color: "120" +description: "An adamant full helmet." +value: 1000 +stackable: false +equip_slot: head +stats: + defense_bonus: 17 diff --git a/data/items/adamant_med_helm.yaml b/data/items/adamant_med_helm.yaml new file mode 100644 index 0000000..f251b18 --- /dev/null +++ b/data/items/adamant_med_helm.yaml @@ -0,0 +1,9 @@ +id: adamant_med_helm +name: adamant med helm +color: "120" +description: "An adamant medium helmet." +value: 400 +stackable: false +equip_slot: head +stats: + defense_bonus: 12 diff --git a/data/items/adamant_nails.yaml b/data/items/adamant_nails.yaml new file mode 100644 index 0000000..c40d228 --- /dev/null +++ b/data/items/adamant_nails.yaml @@ -0,0 +1,6 @@ +id: adamant_nails +name: adamant nails +color: "120" +description: "A set of adamant nails." +value: 16 +stackable: true diff --git a/data/items/adamant_platebody.yaml b/data/items/adamant_platebody.yaml new file mode 100644 index 0000000..5f18fb2 --- /dev/null +++ b/data/items/adamant_platebody.yaml @@ -0,0 +1,9 @@ +id: adamant_platebody +name: adamant platebody +color: "120" +description: "An adamant platebody." +value: 5000 +stackable: false +equip_slot: torso +stats: + defense_bonus: 33 diff --git a/data/items/adamant_sword.yaml b/data/items/adamant_sword.yaml new file mode 100644 index 0000000..5e1f992 --- /dev/null +++ b/data/items/adamant_sword.yaml @@ -0,0 +1,12 @@ +id: adamant_sword +name: adamant sword +color: "120" +description: "An adamant sword." +value: 700 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 17 + strength_bonus: 13 +speed: 4 diff --git a/data/items/bread_dough.yaml b/data/items/bread_dough.yaml index 47df9b4..c40d0e0 100644 --- a/data/items/bread_dough.yaml +++ b/data/items/bread_dough.yaml @@ -4,8 +4,11 @@ color: "222" description: "A ball of uncooked bread dough. It needs to be baked." value: 3 stackable: false +ticks: 2 made_from: - items: [pot_of_flour] qty: 1 - - items: [bucket_of_water] + byproducts: [empty_pot] + - items: [bucket_of_water, pitcher_of_water] qty: 1 + byproducts: [empty_bucket, empty_pitcher] diff --git a/data/items/bronze_arrowtips.yaml b/data/items/bronze_arrowtips.yaml new file mode 100644 index 0000000..df42e59 --- /dev/null +++ b/data/items/bronze_arrowtips.yaml @@ -0,0 +1,6 @@ +id: bronze_arrowtips +name: bronze arrowtips +color: "178" +description: "A set of bronze arrowtips." +value: 1 +stackable: true diff --git a/data/items/bronze_bolts_unf.yaml b/data/items/bronze_bolts_unf.yaml new file mode 100644 index 0000000..538d8ab --- /dev/null +++ b/data/items/bronze_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: bronze_bolts_unf +name: bronze bolts (unf) +color: "178" +description: "Unfinished bronze crossbow bolts." +value: 1 +stackable: true diff --git a/data/items/bronze_dagger.yaml b/data/items/bronze_dagger.yaml new file mode 100644 index 0000000..eca6cdb --- /dev/null +++ b/data/items/bronze_dagger.yaml @@ -0,0 +1,12 @@ +id: bronze_dagger +name: bronze dagger +color: "178" +description: "A small bronze dagger." +value: 8 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 3 + strength_bonus: 2 +speed: 3 diff --git a/data/items/bronze_full_helm.yaml b/data/items/bronze_full_helm.yaml new file mode 100644 index 0000000..1823f80 --- /dev/null +++ b/data/items/bronze_full_helm.yaml @@ -0,0 +1,9 @@ +id: bronze_full_helm +name: bronze full helm +color: "178" +description: "A bronze full helmet." +value: 20 +stackable: false +equip_slot: head +stats: + defense_bonus: 4 diff --git a/data/items/bronze_med_helm.yaml b/data/items/bronze_med_helm.yaml new file mode 100644 index 0000000..7aad494 --- /dev/null +++ b/data/items/bronze_med_helm.yaml @@ -0,0 +1,9 @@ +id: bronze_med_helm +name: bronze med helm +color: "178" +description: "A bronze medium helmet." +value: 8 +stackable: false +equip_slot: head +stats: + defense_bonus: 2 diff --git a/data/items/bronze_nails.yaml b/data/items/bronze_nails.yaml new file mode 100644 index 0000000..513e9c4 --- /dev/null +++ b/data/items/bronze_nails.yaml @@ -0,0 +1,6 @@ +id: bronze_nails +name: bronze nails +color: "178" +description: "A set of bronze nails." +value: 1 +stackable: true diff --git a/data/items/bronze_platebody.yaml b/data/items/bronze_platebody.yaml new file mode 100644 index 0000000..eea105b --- /dev/null +++ b/data/items/bronze_platebody.yaml @@ -0,0 +1,9 @@ +id: bronze_platebody +name: bronze platebody +color: "178" +description: "A bronze platebody." +value: 60 +stackable: false +equip_slot: torso +stats: + defense_bonus: 8 diff --git a/data/items/bronze_sword.yaml b/data/items/bronze_sword.yaml index 0ae7a07..01a96ae 100644 --- a/data/items/bronze_sword.yaml +++ b/data/items/bronze_sword.yaml @@ -1,13 +1,12 @@ id: bronze_sword name: bronze sword color: "178" -description: "A basic bronze short sword." +description: "A basic bronze sword." value: 12 stackable: false -equip_slot: "main_hand" -weapon_type: "melee" +equip_slot: main_hand +weapon_type: melee stats: attack_bonus: 4 strength_bonus: 3 - defense_bonus: 0 speed: 4 diff --git a/data/items/empty_bucket.yaml b/data/items/empty_bucket.yaml new file mode 100644 index 0000000..6debb02 --- /dev/null +++ b/data/items/empty_bucket.yaml @@ -0,0 +1,6 @@ +id: empty_bucket +name: empty bucket +color: "137" +description: "An empty wooden bucket." +value: 1 +stackable: false diff --git a/data/items/empty_pitcher.yaml b/data/items/empty_pitcher.yaml new file mode 100644 index 0000000..d1fbb49 --- /dev/null +++ b/data/items/empty_pitcher.yaml @@ -0,0 +1,6 @@ +id: empty_pitcher +name: empty pitcher +color: "137" +description: "An empty ceramic pitcher." +value: 1 +stackable: false diff --git a/data/items/empty_pot.yaml b/data/items/empty_pot.yaml new file mode 100644 index 0000000..a57b441 --- /dev/null +++ b/data/items/empty_pot.yaml @@ -0,0 +1,6 @@ +id: empty_pot +name: empty pot +color: "130" +description: "An empty clay pot." +value: 1 +stackable: false diff --git a/data/items/hammer.yaml b/data/items/hammer.yaml new file mode 100644 index 0000000..74302a4 --- /dev/null +++ b/data/items/hammer.yaml @@ -0,0 +1,7 @@ +id: hammer +name: hammer +color: "250" +description: "A sturdy hammer for smithing metal on an anvil." +value: 10 +stackable: false +tool_type: hammer diff --git a/data/items/iron_arrowtips.yaml b/data/items/iron_arrowtips.yaml new file mode 100644 index 0000000..54ffd11 --- /dev/null +++ b/data/items/iron_arrowtips.yaml @@ -0,0 +1,6 @@ +id: iron_arrowtips +name: iron arrowtips +color: "250" +description: "A set of iron arrowtips." +value: 2 +stackable: true diff --git a/data/items/iron_bolts_unf.yaml b/data/items/iron_bolts_unf.yaml new file mode 100644 index 0000000..0a51ca0 --- /dev/null +++ b/data/items/iron_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: iron_bolts_unf +name: iron bolts (unf) +color: "250" +description: "Unfinished iron crossbow bolts." +value: 2 +stackable: true diff --git a/data/items/iron_dagger.yaml b/data/items/iron_dagger.yaml new file mode 100644 index 0000000..d11b9ad --- /dev/null +++ b/data/items/iron_dagger.yaml @@ -0,0 +1,12 @@ +id: iron_dagger +name: iron dagger +color: "250" +description: "A small iron dagger." +value: 20 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 5 + strength_bonus: 3 +speed: 3 diff --git a/data/items/iron_full_helm.yaml b/data/items/iron_full_helm.yaml new file mode 100644 index 0000000..f0e95f9 --- /dev/null +++ b/data/items/iron_full_helm.yaml @@ -0,0 +1,9 @@ +id: iron_full_helm +name: iron full helm +color: "250" +description: "An iron full helmet." +value: 50 +stackable: false +equip_slot: head +stats: + defense_bonus: 6 diff --git a/data/items/iron_med_helm.yaml b/data/items/iron_med_helm.yaml new file mode 100644 index 0000000..26585e4 --- /dev/null +++ b/data/items/iron_med_helm.yaml @@ -0,0 +1,9 @@ +id: iron_med_helm +name: iron med helm +color: "250" +description: "An iron medium helmet." +value: 20 +stackable: false +equip_slot: head +stats: + defense_bonus: 4 diff --git a/data/items/iron_nails.yaml b/data/items/iron_nails.yaml new file mode 100644 index 0000000..77323c9 --- /dev/null +++ b/data/items/iron_nails.yaml @@ -0,0 +1,6 @@ +id: iron_nails +name: iron nails +color: "250" +description: "A set of iron nails." +value: 2 +stackable: true diff --git a/data/items/iron_platebody.yaml b/data/items/iron_platebody.yaml new file mode 100644 index 0000000..783d099 --- /dev/null +++ b/data/items/iron_platebody.yaml @@ -0,0 +1,9 @@ +id: iron_platebody +name: iron platebody +color: "250" +description: "An iron platebody." +value: 150 +stackable: false +equip_slot: torso +stats: + defense_bonus: 12 diff --git a/data/items/iron_sword.yaml b/data/items/iron_sword.yaml new file mode 100644 index 0000000..3e0b577 --- /dev/null +++ b/data/items/iron_sword.yaml @@ -0,0 +1,12 @@ +id: iron_sword +name: iron sword +color: "250" +description: "An iron sword." +value: 30 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 6 + strength_bonus: 4 +speed: 4 diff --git a/data/items/mithril_arrowtips.yaml b/data/items/mithril_arrowtips.yaml new file mode 100644 index 0000000..8f68a34 --- /dev/null +++ b/data/items/mithril_arrowtips.yaml @@ -0,0 +1,6 @@ +id: mithril_arrowtips +name: mithril arrowtips +color: "75" +description: "A set of mithril arrowtips." +value: 8 +stackable: true diff --git a/data/items/mithril_bolts_unf.yaml b/data/items/mithril_bolts_unf.yaml new file mode 100644 index 0000000..8015f1a --- /dev/null +++ b/data/items/mithril_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: mithril_bolts_unf +name: mithril bolts (unf) +color: "75" +description: "Unfinished mithril crossbow bolts." +value: 10 +stackable: true diff --git a/data/items/mithril_dagger.yaml b/data/items/mithril_dagger.yaml new file mode 100644 index 0000000..9582f8b --- /dev/null +++ b/data/items/mithril_dagger.yaml @@ -0,0 +1,12 @@ +id: mithril_dagger +name: mithril dagger +color: "75" +description: "A small mithril dagger." +value: 150 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 10 + strength_bonus: 7 +speed: 3 diff --git a/data/items/mithril_full_helm.yaml b/data/items/mithril_full_helm.yaml new file mode 100644 index 0000000..73d59de --- /dev/null +++ b/data/items/mithril_full_helm.yaml @@ -0,0 +1,9 @@ +id: mithril_full_helm +name: mithril full helm +color: "75" +description: "A mithril full helmet." +value: 400 +stackable: false +equip_slot: head +stats: + defense_bonus: 13 diff --git a/data/items/mithril_med_helm.yaml b/data/items/mithril_med_helm.yaml new file mode 100644 index 0000000..35e8dd4 --- /dev/null +++ b/data/items/mithril_med_helm.yaml @@ -0,0 +1,9 @@ +id: mithril_med_helm +name: mithril med helm +color: "75" +description: "A mithril medium helmet." +value: 150 +stackable: false +equip_slot: head +stats: + defense_bonus: 9 diff --git a/data/items/mithril_nails.yaml b/data/items/mithril_nails.yaml new file mode 100644 index 0000000..aeb0544 --- /dev/null +++ b/data/items/mithril_nails.yaml @@ -0,0 +1,6 @@ +id: mithril_nails +name: mithril nails +color: "75" +description: "A set of mithril nails." +value: 8 +stackable: true diff --git a/data/items/mithril_platebody.yaml b/data/items/mithril_platebody.yaml new file mode 100644 index 0000000..506938a --- /dev/null +++ b/data/items/mithril_platebody.yaml @@ -0,0 +1,9 @@ +id: mithril_platebody +name: mithril platebody +color: "75" +description: "A mithril platebody." +value: 1500 +stackable: false +equip_slot: torso +stats: + defense_bonus: 25 diff --git a/data/items/mithril_sword.yaml b/data/items/mithril_sword.yaml new file mode 100644 index 0000000..b5f5562 --- /dev/null +++ b/data/items/mithril_sword.yaml @@ -0,0 +1,12 @@ +id: mithril_sword +name: mithril sword +color: "75" +description: "A mithril sword." +value: 250 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 13 + strength_bonus: 10 +speed: 4 diff --git a/data/items/pitcher_of_water.yaml b/data/items/pitcher_of_water.yaml new file mode 100644 index 0000000..a258411 --- /dev/null +++ b/data/items/pitcher_of_water.yaml @@ -0,0 +1,6 @@ +id: pitcher_of_water +name: pitcher of water +color: "81" +description: "A ceramic pitcher filled with fresh water." +value: 5 +stackable: false diff --git a/data/items/rune_arrowtips.yaml b/data/items/rune_arrowtips.yaml new file mode 100644 index 0000000..c2d80e0 --- /dev/null +++ b/data/items/rune_arrowtips.yaml @@ -0,0 +1,6 @@ +id: rune_arrowtips +name: rune arrowtips +color: "87" +description: "A set of rune arrowtips." +value: 30 +stackable: true diff --git a/data/items/rune_bolts_unf.yaml b/data/items/rune_bolts_unf.yaml new file mode 100644 index 0000000..ecaf494 --- /dev/null +++ b/data/items/rune_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: rune_bolts_unf +name: rune bolts (unf) +color: "87" +description: "Unfinished rune crossbow bolts." +value: 40 +stackable: true diff --git a/data/items/rune_dagger.yaml b/data/items/rune_dagger.yaml new file mode 100644 index 0000000..86360f2 --- /dev/null +++ b/data/items/rune_dagger.yaml @@ -0,0 +1,12 @@ +id: rune_dagger +name: rune dagger +color: "87" +description: "A small rune dagger." +value: 5000 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 19 + strength_bonus: 14 +speed: 3 diff --git a/data/items/rune_full_helm.yaml b/data/items/rune_full_helm.yaml new file mode 100644 index 0000000..f91521b --- /dev/null +++ b/data/items/rune_full_helm.yaml @@ -0,0 +1,9 @@ +id: rune_full_helm +name: rune full helm +color: "87" +description: "A rune full helmet." +value: 12000 +stackable: false +equip_slot: head +stats: + defense_bonus: 22 diff --git a/data/items/rune_med_helm.yaml b/data/items/rune_med_helm.yaml new file mode 100644 index 0000000..32e5358 --- /dev/null +++ b/data/items/rune_med_helm.yaml @@ -0,0 +1,9 @@ +id: rune_med_helm +name: rune med helm +color: "87" +description: "A rune medium helmet." +value: 5000 +stackable: false +equip_slot: head +stats: + defense_bonus: 16 diff --git a/data/items/rune_nails.yaml b/data/items/rune_nails.yaml new file mode 100644 index 0000000..5d2dfc5 --- /dev/null +++ b/data/items/rune_nails.yaml @@ -0,0 +1,6 @@ +id: rune_nails +name: rune nails +color: "87" +description: "A set of rune nails." +value: 30 +stackable: true diff --git a/data/items/rune_platebody.yaml b/data/items/rune_platebody.yaml new file mode 100644 index 0000000..b06efac --- /dev/null +++ b/data/items/rune_platebody.yaml @@ -0,0 +1,9 @@ +id: rune_platebody +name: rune platebody +color: "87" +description: "A rune platebody." +value: 40000 +stackable: false +equip_slot: torso +stats: + defense_bonus: 42 diff --git a/data/items/rune_sword.yaml b/data/items/rune_sword.yaml new file mode 100644 index 0000000..6539b59 --- /dev/null +++ b/data/items/rune_sword.yaml @@ -0,0 +1,12 @@ +id: rune_sword +name: rune sword +color: "87" +description: "A rune sword." +value: 10000 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 23 + strength_bonus: 18 +speed: 4 diff --git a/data/items/steel_arrowtips.yaml b/data/items/steel_arrowtips.yaml new file mode 100644 index 0000000..49000d2 --- /dev/null +++ b/data/items/steel_arrowtips.yaml @@ -0,0 +1,6 @@ +id: steel_arrowtips +name: steel arrowtips +color: "253" +description: "A set of steel arrowtips." +value: 4 +stackable: true diff --git a/data/items/steel_bolts_unf.yaml b/data/items/steel_bolts_unf.yaml new file mode 100644 index 0000000..b65d5fa --- /dev/null +++ b/data/items/steel_bolts_unf.yaml @@ -0,0 +1,6 @@ +id: steel_bolts_unf +name: steel bolts (unf) +color: "253" +description: "Unfinished steel crossbow bolts." +value: 5 +stackable: true diff --git a/data/items/steel_dagger.yaml b/data/items/steel_dagger.yaml new file mode 100644 index 0000000..2022f76 --- /dev/null +++ b/data/items/steel_dagger.yaml @@ -0,0 +1,12 @@ +id: steel_dagger +name: steel dagger +color: "253" +description: "A small steel dagger." +value: 60 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 7 + strength_bonus: 5 +speed: 3 diff --git a/data/items/steel_full_helm.yaml b/data/items/steel_full_helm.yaml new file mode 100644 index 0000000..dd2c59b --- /dev/null +++ b/data/items/steel_full_helm.yaml @@ -0,0 +1,9 @@ +id: steel_full_helm +name: steel full helm +color: "253" +description: "A steel full helmet." +value: 150 +stackable: false +equip_slot: head +stats: + defense_bonus: 9 diff --git a/data/items/steel_med_helm.yaml b/data/items/steel_med_helm.yaml new file mode 100644 index 0000000..bad3e07 --- /dev/null +++ b/data/items/steel_med_helm.yaml @@ -0,0 +1,9 @@ +id: steel_med_helm +name: steel med helm +color: "253" +description: "A steel medium helmet." +value: 60 +stackable: false +equip_slot: head +stats: + defense_bonus: 6 diff --git a/data/items/steel_nails.yaml b/data/items/steel_nails.yaml new file mode 100644 index 0000000..4890d18 --- /dev/null +++ b/data/items/steel_nails.yaml @@ -0,0 +1,6 @@ +id: steel_nails +name: steel nails +color: "253" +description: "A set of steel nails." +value: 4 +stackable: true diff --git a/data/items/steel_platebody.yaml b/data/items/steel_platebody.yaml new file mode 100644 index 0000000..e9fe7e1 --- /dev/null +++ b/data/items/steel_platebody.yaml @@ -0,0 +1,9 @@ +id: steel_platebody +name: steel platebody +color: "253" +description: "A steel platebody." +value: 500 +stackable: false +equip_slot: torso +stats: + defense_bonus: 18 diff --git a/data/items/steel_sword.yaml b/data/items/steel_sword.yaml new file mode 100644 index 0000000..0f65ff9 --- /dev/null +++ b/data/items/steel_sword.yaml @@ -0,0 +1,12 @@ +id: steel_sword +name: steel sword +color: "253" +description: "A steel sword." +value: 100 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 9 + strength_bonus: 7 +speed: 4 |
