350 lines
18 KiB
JSON
350 lines
18 KiB
JSON
[
|
|
{
|
|
"abstract": "spell_wand",
|
|
"name": { "str": "Magic Wand" },
|
|
"type": "TOOL",
|
|
"weight": "230 g",
|
|
"volume": "500 ml",
|
|
"price": 10000,
|
|
"bashing": 3,
|
|
"to_hit": 1,
|
|
"material": [ "wood" ],
|
|
"symbol": "|",
|
|
"color": "brown",
|
|
"flags": [ "BELT_CLIP", "NONCONDUCTIVE" ],
|
|
"charges_per_use": 1,
|
|
"ammo": "crystallized_mana",
|
|
"magazines": [ [ "crystallized_mana", [ "small_mana_crystal" ] ] ],
|
|
"magazine_well": 1
|
|
},
|
|
{
|
|
"abstract": "disp_wand",
|
|
"name": { "str": "Disposable Wand" },
|
|
"type": "TOOL",
|
|
"weight": "230 g",
|
|
"volume": "500 ml",
|
|
"price": 10000,
|
|
"bashing": 3,
|
|
"to_hit": 1,
|
|
"material": [ "wood" ],
|
|
"symbol": "|",
|
|
"color": "brown",
|
|
"flags": [ "BELT_CLIP", "NONCONDUCTIVE" ],
|
|
"initial_charges": 20,
|
|
"max_charges": 20,
|
|
"charges_per_use": 1
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_magic_missile_minor",
|
|
"name": { "str": "minor wand of magic missile", "str_pl": "minor wands of magic missile" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_magic_missile_lesser",
|
|
"name": { "str": "lesser wand of magic missile", "str_pl": "lesser wands of magic missile" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_magic_missile_greater",
|
|
"name": { "str": "greater wand of magic missile", "str_pl": "greater wands of magic missile" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_fireball_minor",
|
|
"name": { "str": "minor wand of fireball", "str_pl": "minor wands of fireball" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_fireball_lesser",
|
|
"name": { "str": "lesser wand of fireball", "str_pl": "lesser wands of fireball" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_fireball_greater",
|
|
"name": { "str": "greater wand of fireball", "str_pl": "greater wands of fireball" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_mana_beam_minor",
|
|
"name": { "str": "minor wand of mana beam", "str_pl": "minor wands of mana beam" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_mana_beam_lesser",
|
|
"name": { "str": "lesser wand of mana beam", "str_pl": "lesser wands of mana beam" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_mana_beam_greater",
|
|
"name": { "str": "greater wand of mana beam", "str_pl": "greater wands of mana beam" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_point_flare_minor",
|
|
"name": { "str": "minor wand of point flare", "str_pl": "minor wands of point flare" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_point_flare_lesser",
|
|
"name": { "str": "lesser wand of point flare", "str_pl": "lesser wands of point flare" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_point_flare_greater",
|
|
"name": { "str": "greater wand of point flare", "str_pl": "greater wands of point flare" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_hoaryblast_minor",
|
|
"name": { "str": "minor wand of hoary blast", "str_pl": "minor wands of hoary blast" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_hoaryblast_lesser",
|
|
"name": { "str": "lesser wand of hoary blast", "str_pl": "lesser wands of hoary blast" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_hoaryblast_greater",
|
|
"name": { "str": "greater wand of hoary blast", "str_pl": "greater wands of hoary blast" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_cone_cold_minor",
|
|
"name": { "str": "minor wand of cone of cold", "str_pl": "minor wands of cone of cold" },
|
|
"copy-from": "spell_wand",
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_cone_cold_lesser",
|
|
"name": { "str": "lesser wand of cone of cold", "str_pl": "lesser wands of cone of cold" },
|
|
"copy-from": "spell_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_cone_cold_greater",
|
|
"name": { "str": "greater wand of cone of cold", "str_pl": "greater wands of cone of cold" },
|
|
"copy-from": "spell_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with a mana crystal socket at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_magic_missile_minor",
|
|
"name": { "str": "disposable minor wand of magic missile", "str_pl": "disposable minor wands of magic missile" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_magic_missile_lesser",
|
|
"name": { "str": "disposable lesser wand of magic missile", "str_pl": "disposable lesser wands of magic missile" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_magic_missile_greater",
|
|
"name": { "str": "disposable greater wand of magic missile", "str_pl": "disposable greater wands of magic missile" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts magic missile.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magic_missile", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_fireball_minor",
|
|
"name": { "str": "disposable minor wand of fireball", "str_pl": "disposable minor wands of fireball" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_fireball_lesser",
|
|
"name": { "str": "disposable lesser wand of fireball", "str_pl": "disposable lesser wands of fireball" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_fireball_greater",
|
|
"name": { "str": "disposable greater wand of fireball", "str_pl": "disposable greater wands of fireball" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts fireball.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "fireball", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_mana_beam_minor",
|
|
"name": { "str": "disposable minor wand of mana beam", "str_pl": "disposable minor wands of mana beam" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_mana_beam_lesser",
|
|
"name": { "str": "disposable lesser wand of mana beam", "str_pl": "disposable lesser wands of mana beam" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_mana_beam_greater",
|
|
"name": { "str": "disposable greater wand of mana beam", "str_pl": "disposable greater wands of mana beam" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts mana beam.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "magus_mana_beam", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_point_flare_minor",
|
|
"name": { "str": "disposable minor wand of point flare", "str_pl": "disposable minor wands of point flare" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_point_flare_lesser",
|
|
"name": { "str": "disposable lesser wand of point flare", "str_pl": "disposable lesser wands of point flare" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_point_flare_greater",
|
|
"name": { "str": "disposable greater wand of point flare", "str_pl": "disposable greater wands of point flare" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts point flare.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "point_flare", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_hoaryblast_minor",
|
|
"name": { "str": "disposable minor wand of hoary blast", "str_pl": "disposable minor wands of hoary blast" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_hoaryblast_lesser",
|
|
"name": { "str": "disposable lesser wand of hoary blast", "str_pl": "disposable lesser wands of hoary blast" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_hoaryblast_greater",
|
|
"name": { "str": "disposable greater wand of hoary blast", "str_pl": "disposable greater wands of hoary blast" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts hoary blast.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "hoary_blast", "no_fail": true, "level": 15, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_cone_cold_minor",
|
|
"name": { "str": "disposable minor wand of cone of cold", "str_pl": "disposable minor wands of cone of cold" },
|
|
"copy-from": "disp_wand",
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 5, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_cone_cold_lesser",
|
|
"name": { "str": "disposable lesser wand of cone of cold", "str_pl": "disposable lesser wands of cone of cold" },
|
|
"copy-from": "disp_wand",
|
|
"price": 20000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 10, "need_wielding": true }
|
|
},
|
|
{
|
|
"type": "TOOL",
|
|
"id": "wand_disp_cone_cold_greater",
|
|
"name": { "str": "disposable greater wand of cone of cold", "str_pl": "disposable greater wands of cone of cold" },
|
|
"copy-from": "disp_wand",
|
|
"price": 30000,
|
|
"description": "A slender wooden wand with an embedded mana crystal at the base that casts a spell when activated. This wand casts cone of cold.",
|
|
"use_action": { "type": "cast_spell", "spell_id": "cone_cold", "no_fail": true, "level": 15, "need_wielding": true }
|
|
}
|
|
]
|