hotbot/assets/common/items/consumable/potion_curious.ron
2024-06-11 14:43:30 -04:00

75 lines
2.4 KiB
Plaintext

ItemDef(
legacy_name: "Curious Potion",
legacy_description: "Wonder what this does...",
kind: Consumable(
kind: Drink,
effects: Any([
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Frog, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Rabbit, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Rat, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Squirrel, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Cat, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Fungome, body_type: Female )))),
),
cat_ids: [Natural],
)),
Buff((
kind: Polymorphed,
data: (
strength: 0.0,
duration: Some(60),
misc_data: Some(Body(QuadrupedSmall(( species: Pig, body_type: Female )))),
),
cat_ids: [Natural],
)),
])
),
quality: Common,
tags: [Potion],
)