particle effect on items/traps

This commit is contained in:
Llywelwyn 2023-08-21 20:20:46 +01:00
parent 397aa07d60
commit f325d39f4c
7 changed files with 144 additions and 7 deletions

View file

@ -46,7 +46,7 @@
"weight": 0.5,
"value": 50,
"flags": ["CONSUMABLE", "DESTRUCTIBLE"],
"effects": { "ranged": "12", "damage": "3d4+3" },
"effects": { "particle_line": "*;#00b7ff;75.0;#f4fc83;100.0", "ranged": "12", "damage": "3d4+3" },
"magic": { "class": "uncommon", "naming": "scroll" }
},
{
@ -56,7 +56,7 @@
"weight": 0.5,
"value": 100,
"flags": ["CONSUMABLE", "DESTRUCTIBLE"],
"effects": { "ranged": "10", "damage": "4d6", "aoe": "2" },
"effects": { "particle": "*;#FFA500;200.0", "ranged": "10", "damage": "4d6", "aoe": "2" },
"magic": { "class": "uncommon", "naming": "scroll" }
},
{