Files
northern-lights-server/server/src/server.py
2025-12-17 23:26:01 +01:00

3 lines
144 B
Python

from models.items.potion import Potion, Effect
health_potion = Potion(0, Effect(0, "heal"), 0, "Health Potion", "This item heals you for 5 HP")