From ecdbd1c5d62af809cb385fba6096da93be0417d7 Mon Sep 17 00:00:00 2001 From: Snowram Date: Wed, 9 Dec 2020 19:29:38 +0100 Subject: [PATCH] Makes consumables heal faster --- assets/common/items/boss_drops/potions.ron | 2 +- assets/common/items/consumable/potion_big.ron | 4 ++-- assets/common/items/consumable/potion_med.ron | 4 ++-- assets/common/items/food/apple.ron | 6 +++--- assets/common/items/food/apple_mushroom_curry.ron | 6 +++--- assets/common/items/food/apple_stick.ron | 6 +++--- assets/common/items/food/cheese.ron | 6 +++--- assets/common/items/food/coconut.ron | 6 +++--- assets/common/items/food/mushroom_stick.ron | 6 +++--- assets/common/items/food/sunflower_icetea.ron | 6 +++--- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/assets/common/items/boss_drops/potions.ron b/assets/common/items/boss_drops/potions.ron index 528d0b2e88..34df359720 100644 --- a/assets/common/items/boss_drops/potions.ron +++ b/assets/common/items/boss_drops/potions.ron @@ -5,7 +5,7 @@ ItemDef( kind: "Potion", effect: [ Buff(( - kind: Saturation, + kind: Potion, data: ( strength: 1000.0, duration: Some(( diff --git a/assets/common/items/consumable/potion_big.ron b/assets/common/items/consumable/potion_big.ron index f16bab60e6..70c65bd5a3 100644 --- a/assets/common/items/consumable/potion_big.ron +++ b/assets/common/items/consumable/potion_big.ron @@ -1,13 +1,13 @@ ItemDef( name: "Large Potion", - description: "Restores 100 Health", + description: "Restores 200 Health", kind: Consumable( kind: "PotionLarge", effect: [ Buff(( kind: Potion, data: ( - strength: 1000.0, + strength: 2000.0, duration: Some(( secs: 1, nanos: 0, diff --git a/assets/common/items/consumable/potion_med.ron b/assets/common/items/consumable/potion_med.ron index 2c3167d58b..cfca0e6250 100644 --- a/assets/common/items/consumable/potion_med.ron +++ b/assets/common/items/consumable/potion_med.ron @@ -1,13 +1,13 @@ ItemDef( name: "Medium Potion", - description: "Restores 70 Health", + description: "Restores 100 Health", kind: Consumable( kind: "PotionMed", effect: [ Buff(( kind: Potion, data: ( - strength: 700.0, + strength: 1000.0, duration: Some(( secs: 1, nanos: 0, diff --git a/assets/common/items/food/apple.ron b/assets/common/items/food/apple.ron index 31e294f3f3..2969acd184 100644 --- a/assets/common/items/food/apple.ron +++ b/assets/common/items/food/apple.ron @@ -1,15 +1,15 @@ ItemDef( name: "Apple", - description: "Restores 10 Health over 20 seconds\n\nRed and juicy", + description: "Restores 10 Health over 10 seconds\n\nRed and juicy", kind: Consumable( kind: "Apple", effect: [ Buff(( kind: Saturation, data: ( - strength: 5.0, + strength: 10.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/apple_mushroom_curry.ron b/assets/common/items/food/apple_mushroom_curry.ron index 281c228969..0f2db8f2a6 100644 --- a/assets/common/items/food/apple_mushroom_curry.ron +++ b/assets/common/items/food/apple_mushroom_curry.ron @@ -1,15 +1,15 @@ ItemDef( name: "Mushroom Curry", - description: "Restores 120 Health over 20 seconds\n\nWho could say no to that?", + description: "Restores 120 Health over 10 seconds\n\nWho could say no to that?", kind: Consumable( kind: "AppleShroomCurry", effect: [ Buff(( kind: Saturation, data: ( - strength: 60.0, + strength: 120.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/apple_stick.ron b/assets/common/items/food/apple_stick.ron index f975c0c1a2..1d7208b26e 100644 --- a/assets/common/items/food/apple_stick.ron +++ b/assets/common/items/food/apple_stick.ron @@ -1,15 +1,15 @@ ItemDef( name: "Apple Stick", - description: "Restores 25 Health over 20 seconds\n\nThe stick makes it easier to carry!", + description: "Restores 25 Health over 10 seconds\n\nThe stick makes it easier to carry!", kind: Consumable( kind: "AppleStick", effect: [ Buff(( kind: Saturation, data: ( - strength: 12.5, + strength: 25.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/cheese.ron b/assets/common/items/food/cheese.ron index 182bf88b38..cdd967d1af 100644 --- a/assets/common/items/food/cheese.ron +++ b/assets/common/items/food/cheese.ron @@ -1,15 +1,15 @@ ItemDef( name: "Dwarven Cheese", - description: "Restores 15 Health over 20 seconds\n\nAromatic and nutritious", + description: "Restores 15 Health over 10 seconds\n\nAromatic and nutritious", kind: Consumable( kind: "Cheese", effect: [ Buff(( kind: Saturation, data: ( - strength: 7.5, + strength: 15.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/coconut.ron b/assets/common/items/food/coconut.ron index 1032ed6f57..75992f3335 100644 --- a/assets/common/items/food/coconut.ron +++ b/assets/common/items/food/coconut.ron @@ -1,15 +1,15 @@ ItemDef( name: "Coconut", - description: "Restores 20 health over 20 seconds\n\nReliable source of water and fat", + description: "Restores 20 health over 10 seconds\n\nReliable source of water and fat", kind: Consumable( kind: "Coconut", effect: [ Buff(( kind: Saturation, data: ( - strength: 10.0, + strength: 20.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/mushroom_stick.ron b/assets/common/items/food/mushroom_stick.ron index 174e83ee26..7ce46c94d9 100644 --- a/assets/common/items/food/mushroom_stick.ron +++ b/assets/common/items/food/mushroom_stick.ron @@ -1,15 +1,15 @@ ItemDef( name: "Mushroom Stick", - description: "Restores 20 Health over 20 seconds\n\nRoasted mushrooms on a stick for easy carrying", + description: "Restores 20 Health over 10 seconds\n\nRoasted mushrooms on a stick for easy carrying", kind: Consumable( kind: "MushroomStick", effect: [ Buff(( kind: Saturation, data: ( - strength: 10.0, + strength: 20.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ), diff --git a/assets/common/items/food/sunflower_icetea.ron b/assets/common/items/food/sunflower_icetea.ron index fa97fc2580..9c50803c55 100644 --- a/assets/common/items/food/sunflower_icetea.ron +++ b/assets/common/items/food/sunflower_icetea.ron @@ -1,15 +1,15 @@ ItemDef( name: "Sunflower Ice Tea", - description: "Restores 50 Health over 20 seconds\n\nBrewed from freshly shelled sunflower seeds", + description: "Restores 50 Health over 10 seconds\n\nBrewed from freshly shelled sunflower seeds", kind: Consumable( kind: "SunflowerTea", effect: [ Buff(( kind: Saturation, data: ( - strength: 25.0, + strength: 50.0, duration: Some(( - secs: 20, + secs: 10, nanos: 0, )), ),