damage types: phys, magic, fire, cold, poison
This commit is contained in:
parent
de0aa33107
commit
b6abfbce4a
4 changed files with 28 additions and 13 deletions
|
|
@ -74,7 +74,7 @@
|
|||
"weight": 0.5,
|
||||
"value": 100,
|
||||
"flags": ["CONSUMABLE", "DESTRUCTIBLE"],
|
||||
"effects": { "particle": "*;#FFA500;200.0", "ranged": "10", "damage": "4d6;magic", "aoe": "2" },
|
||||
"effects": { "particle": "*;#FFA500;200.0", "ranged": "10", "damage": "4d6;fire", "aoe": "2" },
|
||||
"magic": { "class": "uncommon", "naming": "scroll" }
|
||||
},
|
||||
{
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"effects": {
|
||||
"particle_burst": "▓;*;~;#FFA500;#000000;500.0;#ffd381;60.0",
|
||||
"ranged": "10",
|
||||
"damage": "8d6;magic",
|
||||
"damage": "8d6;fire",
|
||||
"aoe": "3"
|
||||
},
|
||||
"magic": { "class": "rare", "naming": "scroll" }
|
||||
|
|
@ -363,7 +363,7 @@
|
|||
"weight": 2,
|
||||
"value": 300,
|
||||
"flags": ["CHARGES"],
|
||||
"effects": { "ranged": "10", "damage": "8d6;magic", "aoe": "3" },
|
||||
"effects": { "ranged": "10", "damage": "8d6;fire", "aoe": "3" },
|
||||
"magic": { "class": "rare", "naming": "wand" }
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue