refactors wands/items with charges

This commit is contained in:
Llywelwyn 2023-08-17 09:49:58 +01:00
parent 1002844098
commit 66f5a8d826
13 changed files with 67 additions and 357 deletions

View file

@ -313,7 +313,7 @@
"renderable": { "glyph": "/", "fg": "#00FFFF", "bg": "#000000", "order": 2 },
"weight": 2,
"value": 100,
"flags": ["WAND"],
"flags": ["CHARGES"],
"effects": { "ranged": "12", "damage": "10" },
"magic": { "class": "uncommon", "naming": "wand" }
},
@ -323,7 +323,7 @@
"renderable": { "glyph": "/", "fg": "#00FFFF", "bg": "#000000", "order": 2 },
"weight": 2,
"value": 300,
"flags": ["WAND"],
"flags": ["CHARGES"],
"effects": { "ranged": "10", "damage": "15", "aoe": "3" },
"magic": { "class": "rare", "naming": "wand" }
},
@ -333,7 +333,7 @@
"renderable": { "glyph": "/", "fg": "#00FFFF", "bg": "#000000", "order": 2 },
"weight": 2,
"value": 200,
"flags": ["WAND"],
"flags": ["CHARGES"],
"effects": { "ranged": "10", "confusion": "4" },
"magic": { "class": "uncommon", "naming": "wand" }
},
@ -343,7 +343,7 @@
"renderable": { "glyph": "/", "fg": "#00FFFF", "bg": "#000000", "order": 2 },
"weight": 2,
"value": 300,
"flags": ["WAND"],
"flags": ["CHARGES"],
"effects": { "ranged": "10", "digger": "" },
"magic": { "class": "rare", "naming": "wand" }
},