Rebalance food for new consumables changes

This commit is contained in:
juliancoffee 2021-06-30 23:48:13 +03:00
parent c538a9696c
commit eb61b23d04
35 changed files with 80 additions and 69 deletions

View File

@ -2,7 +2,7 @@ ItemDef(
name: "Large Potion",
description: "",
kind: Consumable(
kind: Potion,
kind: Drink,
effect: [
Buff((
kind: Potion,

View File

@ -2,7 +2,7 @@ ItemDef(
name: "Medium Potion",
description: "",
kind: Consumable(
kind: Potion,
kind: Drink,
effect: [
Buff((
kind: Potion,

View File

@ -2,7 +2,7 @@ ItemDef(
name: "Minor Potion",
description: "",
kind: Consumable(
kind: Potion,
kind: Drink,
effect: [
Buff((
kind: Potion,

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 20.0,
duration: Some((
secs: 20,
secs: 5,
nanos: 0,
)),
),

View File

@ -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,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 50.0,
duration: Some((
secs: 25,
secs: 5,
nanos: 0,
)),
),

View File

@ -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,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 30.0,
duration: Some((
secs: 15,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 40.0,
duration: Some((
secs: 20,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 25.0,
strength: 50.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 15.0,
strength: 9.0,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 19.0,
strength: 30.0,
duration: Some((
secs: 8,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 9.0,
strength: 5.0,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 25.0,
strength: 50.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 32.0,
strength: 160.0,
duration: Some((
secs: 25,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 30.0,
strength: 18.0,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 15.0,
strength: 9.0,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 25.0,
strength: 50.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 15.0,
strength: 9.0,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 20.0,
strength: 40.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 12.0,
strength: 7.2,
duration: Some((
secs: 3,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 40.0,
duration: Some((
secs: 20,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 20.0,
duration: Some((
secs: 20,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -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,

View File

@ -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,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 5.0,
strength: 10.0,
duration: Some((
secs: 10,
secs: 5,
nanos: 0,
)),
),

View File

@ -7,9 +7,9 @@ ItemDef(
Buff((
kind: Saturation,
data: (
strength: 10.0,
strength: 30.0,
duration: Some((
secs: 15,
secs: 5,
nanos: 0,
)),
),