dsa-4th-edition/template.json

19 lines
377 B
JSON

{
"Item": {
"templates": {
"rarity": {
"rarity": "Common",
"price": 20
}
},
"types": ["weapon", "spell"],
"weapon": {
"templates": ["rarity"],
"damage": 5
},
"spell": {
"templates": ["rarity"],
"cost": 2
}
}
}