misc fixes

This commit is contained in:
Llywelwyn 2023-08-18 23:56:49 +01:00
parent 72f8dbbdf4
commit 1832e9d7f1
3 changed files with 3 additions and 10 deletions

View file

@ -314,7 +314,7 @@
"weight": 2,
"value": 100,
"flags": ["CHARGES"],
"effects": { "ranged": "12", "damage": "10" },
"effects": { "ranged": "12", "damage": "3d4+3" },
"magic": { "class": "uncommon", "naming": "wand" }
},
{
@ -324,7 +324,7 @@
"weight": 2,
"value": 300,
"flags": ["CHARGES"],
"effects": { "ranged": "10", "damage": "15", "aoe": "3" },
"effects": { "ranged": "10", "damage": "8d6", "aoe": "3" },
"magic": { "class": "rare", "naming": "wand" }
},
{

View file

@ -215,7 +215,7 @@
{
"id": "zombie_gnome",
"name": "gnome zombie",
"renderable": { "glyph": "G", "fg": "#AA5500", "bg": "#000000", "order": 1 },
"renderable": { "glyph": "z", "fg": "#AA5500", "bg": "#000000", "order": 1 },
"flags": ["MINDLESS"],
"level": 1,
"speed": 6,