Files
Lights-End-First-Edition/template.json

27 lines
561 B
JSON

{
"Actor": {},
"Item": {
"types": [
"weapon"
],
"templates": {
"common": {
"description": ""
},
"physical": {
"rarity": "common",
"weight": 0,
"value": null
}
},
"weapon": {
"templates": ["common, physical"],
"attackWith": "strength",
"range": 0,
"damage": 0,
"damageType": null,
"reload": false
}
}
}