issues
search
wyrmisis
/
sword-world-2-5
An implementation of the Sword World 2.5e TTRPG system for the Foundry virtual tabletop!
3
stars
1
forks
source link
Consumable: Data Model
#11
Open
wyrmisis
opened
1 year ago
keong13
commented
1 year ago
Consumable scheme:
isHealing (Boolean) (Used to determine if it is a healing item)
Power (numeric) (only used if isHealing = true)
healingtype (list: HP (numeric) or MP (numeric))
Description (text) (description of effect)
Cost (numerica)
Buyable (boolean)
Consumable scheme: