Add weak healing potion
This commit is contained in:
parent
e92160244a
commit
784ea918f4
@ -8,6 +8,14 @@ Templates(
|
||||
provides: Some([ ("Healing", 6) ]),
|
||||
frequency: 2,
|
||||
),
|
||||
Template(
|
||||
entity_type: Item,
|
||||
name: "Weak Healing Potion",
|
||||
glyph: '!',
|
||||
levels: [0, 1, 2],
|
||||
provides: Some([ ("Healing", 2) ]),
|
||||
frequency: 2,
|
||||
),
|
||||
Template(
|
||||
entity_type: Item,
|
||||
name: "Dungeon Map",
|
||||
|
Loading…
x
Reference in New Issue
Block a user