aboutsummaryrefslogtreecommitdiff
path: root/data/items
diff options
context:
space:
mode:
Diffstat (limited to 'data/items')
-rw-r--r--data/items/ammo/headless_arrow.yaml2
-rw-r--r--data/items/consumables/bread.yaml2
-rw-r--r--data/items/consumables/bread_dough.yaml2
-rw-r--r--data/items/consumables/guam_potion_unf.yaml2
-rw-r--r--data/items/consumables/pie_dish.yaml2
-rw-r--r--data/items/materials/ball_of_wool.yaml2
-rw-r--r--data/items/materials/bowstring.yaml2
-rw-r--r--data/items/materials/diamond.yaml2
-rw-r--r--data/items/materials/emerald.yaml2
-rw-r--r--data/items/materials/mahogany_planks.yaml2
-rw-r--r--data/items/materials/oak_planks.yaml2
-rw-r--r--data/items/materials/planks.yaml2
-rw-r--r--data/items/materials/ruby.yaml2
-rw-r--r--data/items/materials/sapphire.yaml2
-rw-r--r--data/items/materials/teak_planks.yaml2
-rw-r--r--data/items/tools/empty_pot.yaml2
-rw-r--r--data/items/tools/plant_pot.yaml2
-rw-r--r--data/items/tools/unfired_pie_dish.yaml2
-rw-r--r--data/items/tools/unfired_plant_pot.yaml2
-rw-r--r--data/items/tools/unfired_pot.yaml2
20 files changed, 20 insertions, 20 deletions
diff --git a/data/items/ammo/headless_arrow.yaml b/data/items/ammo/headless_arrow.yaml
index 61ad40f..ca62b1d 100644
--- a/data/items/ammo/headless_arrow.yaml
+++ b/data/items/ammo/headless_arrow.yaml
@@ -8,7 +8,7 @@ craft:
- feather
quantity: 15
level: 1
- message: "You attach feathers to the %i1."
+ success_message: "You attach feathers to the %i1."
output_qty: 15
type: fletching
wait: 2
diff --git a/data/items/consumables/bread.yaml b/data/items/consumables/bread.yaml
index 1f8a996..6ded8b0 100644
--- a/data/items/consumables/bread.yaml
+++ b/data/items/consumables/bread.yaml
@@ -7,7 +7,7 @@ craft:
fail: burnt_meat
fail_message: You burn the bread to a crisp.
level: 1
- message: "You bake the dough into a %n."
+ success_message: "You bake the dough into a %n."
station:
- cooking_range
type: cooking
diff --git a/data/items/consumables/bread_dough.yaml b/data/items/consumables/bread_dough.yaml
index 48fa986..cce972d 100644
--- a/data/items/consumables/bread_dough.yaml
+++ b/data/items/consumables/bread_dough.yaml
@@ -16,7 +16,7 @@ craft:
end_message: testend
fail: ""
level: 0
- message: testmsg
+ success_message: testmsg
output_qty: 0
start_message: teststart
station: []
diff --git a/data/items/consumables/guam_potion_unf.yaml b/data/items/consumables/guam_potion_unf.yaml
index dc963ed..b758ac1 100644
--- a/data/items/consumables/guam_potion_unf.yaml
+++ b/data/items/consumables/guam_potion_unf.yaml
@@ -9,7 +9,7 @@ craft:
- vial_of_water
quantity: 1
wait: 0
- message: "You mix %i1 and %i2 into %n!!!"
+ success_message: "You mix %i1 and %i2 into %n!!!"
description: An unfinished potion with guam floating in water.
name: guam potion (unf)
stackable: false
diff --git a/data/items/consumables/pie_dish.yaml b/data/items/consumables/pie_dish.yaml
index 89d82e4..959cb65 100644
--- a/data/items/consumables/pie_dish.yaml
+++ b/data/items/consumables/pie_dish.yaml
@@ -6,7 +6,7 @@ craft:
quantity: 1
fail_message: The pie dish cracks in the oven and is ruined.
level: 7
- message: "You fire the %i1 in the oven."
+ success_message: "You fire the %i1 in the oven."
station:
- pottery_oven
success:
diff --git a/data/items/materials/ball_of_wool.yaml b/data/items/materials/ball_of_wool.yaml
index d074203..5dc1a2d 100644
--- a/data/items/materials/ball_of_wool.yaml
+++ b/data/items/materials/ball_of_wool.yaml
@@ -5,7 +5,7 @@ craft:
- wool
quantity: 1
level: 1
- message: "You spin the wool into a %n."
+ success_message: "You spin the wool into a %n."
station:
- spinning_wheel
type: crafting
diff --git a/data/items/materials/bowstring.yaml b/data/items/materials/bowstring.yaml
index fab0510..e0f63b3 100644
--- a/data/items/materials/bowstring.yaml
+++ b/data/items/materials/bowstring.yaml
@@ -5,7 +5,7 @@ craft:
- flax
quantity: 1
level: 1
- message: "You spin the flax into a %n."
+ success_message: "You spin the flax into a %n."
station:
- spinning_wheel
type: crafting
diff --git a/data/items/materials/diamond.yaml b/data/items/materials/diamond.yaml
index 4bf610a..0e8fe92 100644
--- a/data/items/materials/diamond.yaml
+++ b/data/items/materials/diamond.yaml
@@ -5,7 +5,7 @@ craft:
- uncut_diamond
quantity: 1
level: 43
- message: "You cut the %i1 into a beautiful %n."
+ success_message: "You cut the %i1 into a beautiful %n."
tool: chisel
type: crafting
wait: 3
diff --git a/data/items/materials/emerald.yaml b/data/items/materials/emerald.yaml
index 5d729cd..a39257c 100644
--- a/data/items/materials/emerald.yaml
+++ b/data/items/materials/emerald.yaml
@@ -5,7 +5,7 @@ craft:
- uncut_emerald
quantity: 1
level: 27
- message: "You cut the %i1 into a beautiful %n."
+ success_message: "You cut the %i1 into a beautiful %n."
tool: chisel
type: crafting
wait: 3
diff --git a/data/items/materials/mahogany_planks.yaml b/data/items/materials/mahogany_planks.yaml
index a3f3e0b..e75ec1c 100644
--- a/data/items/materials/mahogany_planks.yaml
+++ b/data/items/materials/mahogany_planks.yaml
@@ -5,7 +5,7 @@ craft:
- mahogany_logs
quantity: 1
level: 50
- message: "You saw the mahogany logs into %n."
+ success_message: "You saw the mahogany logs into %n."
station:
- workbench
tool: saw
diff --git a/data/items/materials/oak_planks.yaml b/data/items/materials/oak_planks.yaml
index 82e5504..6b2571c 100644
--- a/data/items/materials/oak_planks.yaml
+++ b/data/items/materials/oak_planks.yaml
@@ -5,7 +5,7 @@ craft:
- oak_logs
quantity: 1
level: 15
- message: "You saw the oak logs into %n."
+ success_message: "You saw the oak logs into %n."
station:
- workbench
tool: saw
diff --git a/data/items/materials/planks.yaml b/data/items/materials/planks.yaml
index d2ad6c2..b616120 100644
--- a/data/items/materials/planks.yaml
+++ b/data/items/materials/planks.yaml
@@ -5,7 +5,7 @@ craft:
- logs
quantity: 1
level: 1
- message: "You saw the logs into %n."
+ success_message: "You saw the logs into %n."
station:
- workbench
tool: saw
diff --git a/data/items/materials/ruby.yaml b/data/items/materials/ruby.yaml
index eb7968b..6a2b18f 100644
--- a/data/items/materials/ruby.yaml
+++ b/data/items/materials/ruby.yaml
@@ -5,7 +5,7 @@ craft:
- uncut_ruby
quantity: 1
level: 63
- message: "You cut the %i1 into a beautiful %n."
+ success_message: "You cut the %i1 into a beautiful %n."
tool: chisel
type: crafting
wait: 3
diff --git a/data/items/materials/sapphire.yaml b/data/items/materials/sapphire.yaml
index bc73cd9..9a5a7d6 100644
--- a/data/items/materials/sapphire.yaml
+++ b/data/items/materials/sapphire.yaml
@@ -5,7 +5,7 @@ craft:
- uncut_sapphire
quantity: 1
level: 20
- message: "You cut the %i1 into a beautiful %n."
+ success_message: "You cut the %i1 into a beautiful %n."
tool: chisel
type: crafting
wait: 3
diff --git a/data/items/materials/teak_planks.yaml b/data/items/materials/teak_planks.yaml
index 400c9e5..145b731 100644
--- a/data/items/materials/teak_planks.yaml
+++ b/data/items/materials/teak_planks.yaml
@@ -5,7 +5,7 @@ craft:
- teak_logs
quantity: 1
level: 35
- message: "You saw the teak logs into %n."
+ success_message: "You saw the teak logs into %n."
station:
- workbench
tool: saw
diff --git a/data/items/tools/empty_pot.yaml b/data/items/tools/empty_pot.yaml
index 371a783..0386b37 100644
--- a/data/items/tools/empty_pot.yaml
+++ b/data/items/tools/empty_pot.yaml
@@ -6,7 +6,7 @@ craft:
quantity: 1
fail_message: The pot cracks in the oven and is ruined.
level: 1
- message: "You fire the %i1 in the oven."
+ success_message: "You fire the %i1 in the oven."
station:
- pottery_oven
success:
diff --git a/data/items/tools/plant_pot.yaml b/data/items/tools/plant_pot.yaml
index e758167..b748877 100644
--- a/data/items/tools/plant_pot.yaml
+++ b/data/items/tools/plant_pot.yaml
@@ -6,7 +6,7 @@ craft:
quantity: 1
fail_message: The plant pot cracks in the oven and is ruined.
level: 19
- message: "You fire the %i1 in the oven."
+ success_message: "You fire the %i1 in the oven."
station:
- pottery_oven
success:
diff --git a/data/items/tools/unfired_pie_dish.yaml b/data/items/tools/unfired_pie_dish.yaml
index bc0c5a5..455921d 100644
--- a/data/items/tools/unfired_pie_dish.yaml
+++ b/data/items/tools/unfired_pie_dish.yaml
@@ -5,7 +5,7 @@ craft:
- soft_clay
quantity: 1
level: 7
- message: "You shape the clay into a %n."
+ success_message: "You shape the clay into a %n."
station:
- pottery_wheel
type: crafting
diff --git a/data/items/tools/unfired_plant_pot.yaml b/data/items/tools/unfired_plant_pot.yaml
index 30ccd83..26dfcca 100644
--- a/data/items/tools/unfired_plant_pot.yaml
+++ b/data/items/tools/unfired_plant_pot.yaml
@@ -5,7 +5,7 @@ craft:
- soft_clay
quantity: 1
level: 19
- message: "You shape the clay into a %n."
+ success_message: "You shape the clay into a %n."
station:
- pottery_wheel
type: crafting
diff --git a/data/items/tools/unfired_pot.yaml b/data/items/tools/unfired_pot.yaml
index 9dc2406..6ba9551 100644
--- a/data/items/tools/unfired_pot.yaml
+++ b/data/items/tools/unfired_pot.yaml
@@ -5,7 +5,7 @@ craft:
- soft_clay
quantity: 1
level: 1
- message: "You shape the clay into a %n."
+ success_message: "You shape the clay into a %n."
station:
- pottery_wheel
type: crafting