mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Rebalance food for new consumables changes
This commit is contained in:
parent
c538a9696c
commit
eb61b23d04
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Large Potion",
|
||||
description: "",
|
||||
kind: Consumable(
|
||||
kind: Potion,
|
||||
kind: Drink,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Potion,
|
||||
|
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Medium Potion",
|
||||
description: "",
|
||||
kind: Consumable(
|
||||
kind: Potion,
|
||||
kind: Drink,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Potion,
|
||||
|
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Minor Potion",
|
||||
description: "",
|
||||
kind: Consumable(
|
||||
kind: Potion,
|
||||
kind: Drink,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Potion,
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 20.0,
|
||||
duration: Some((
|
||||
secs: 20,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -2,14 +2,25 @@ ItemDef(
|
||||
name: "Mushroom Curry",
|
||||
description: "Who could say no to that?",
|
||||
kind: Consumable(
|
||||
kind: Food,
|
||||
kind: ComplexFood,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 15.0,
|
||||
strength: 100.0,
|
||||
duration: Some((
|
||||
secs: 80,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
cat_ids: [Natural],
|
||||
)),
|
||||
Buff((
|
||||
kind: Regeneration,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 70,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 50.0,
|
||||
duration: Some((
|
||||
secs: 25,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -2,14 +2,14 @@ ItemDef(
|
||||
name: "Cactus Colada",
|
||||
description: "Giving you that special prickle.",
|
||||
kind: Consumable(
|
||||
kind: Food,
|
||||
kind: Drink,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 50.0,
|
||||
duration: Some((
|
||||
secs: 25,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 30.0,
|
||||
duration: Some((
|
||||
secs: 15,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 40.0,
|
||||
duration: Some((
|
||||
secs: 20,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 25.0,
|
||||
strength: 50.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 15.0,
|
||||
strength: 9.0,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 19.0,
|
||||
strength: 30.0,
|
||||
duration: Some((
|
||||
secs: 8,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 9.0,
|
||||
strength: 5.0,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 25.0,
|
||||
strength: 50.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 32.0,
|
||||
strength: 160.0,
|
||||
duration: Some((
|
||||
secs: 25,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 30.0,
|
||||
strength: 18.0,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 15.0,
|
||||
strength: 9.0,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 25.0,
|
||||
strength: 50.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 15.0,
|
||||
strength: 9.0,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 20.0,
|
||||
strength: 40.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 12.0,
|
||||
strength: 7.2,
|
||||
duration: Some((
|
||||
secs: 3,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 40.0,
|
||||
duration: Some((
|
||||
secs: 20,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 20.0,
|
||||
duration: Some((
|
||||
secs: 20,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -2,7 +2,7 @@ ItemDef(
|
||||
name: "Spore of Corruption",
|
||||
description: "You feel an evil force pulsating within.\n\nIt may be unwise to hold on to it for too long...",
|
||||
kind: Consumable(
|
||||
kind: Food,
|
||||
kind: ComplexFood,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Frenzied,
|
||||
|
@ -2,14 +2,14 @@ ItemDef(
|
||||
name: "Sunflower Ice Tea",
|
||||
description: "Brewed from freshly shelled sunflower seeds",
|
||||
kind: Consumable(
|
||||
kind: Food,
|
||||
kind: Drink,
|
||||
effect: [
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 100.0,
|
||||
duration: Some((
|
||||
secs: 50,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 5.0,
|
||||
strength: 10.0,
|
||||
duration: Some((
|
||||
secs: 10,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
@ -7,9 +7,9 @@ ItemDef(
|
||||
Buff((
|
||||
kind: Saturation,
|
||||
data: (
|
||||
strength: 10.0,
|
||||
strength: 30.0,
|
||||
duration: Some((
|
||||
secs: 15,
|
||||
secs: 5,
|
||||
nanos: 0,
|
||||
)),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user