silphius/resources/potion/start.js

10 lines
188 B
JavaScript
Raw Normal View History

2024-09-29 06:31:05 -05:00
const amount = 50;
wielder.Health.health += amount
wielder.Vulnerable.damage({
amount,
position: wielder.Position.toJSON(),
type: wielder.Vulnerable.Types.HEALING,
})
2024-06-22 20:33:44 -05:00
item.qty -= 1