magiclysm-bn/items/enchanted.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

77 lines
2.4 KiB
JSON

[
{
"id": "belt_str",
"copy-from": "leather_belt",
"type": "ARMOR",
"name": { "str": "belt of strength +2", "str_pl": "belts of strength +2" },
"relic_data": { "passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "STRENGTH", "add": 2 } ] } ] }
},
{
"id": "belt_haste",
"copy-from": "leather_belt",
"type": "ARMOR",
"name": { "str": "belt of haste", "str_pl": "belts of haste" },
"relic_data": {
"passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "SPEED", "multiply": 0.15, "add": 5 } ] } ]
}
},
{
"id": "magi_staff_minor",
"type": "GENERIC",
"symbol": "/",
"color": "brown",
"name": { "str": "lesser staff of the magi", "str_pl": "lesser staves of the magi" },
"description": "A beautifully carved staff, made of enchanted wood and mithril. It faintly glows with magic when you cast spells, but it is not a sturdy melee weapon.",
"price": 40000,
"material": "wood",
"flags": [ "SHEATH_SPEAR", "ALWAYS_TWOHAND", "FRAGILE_MELEE", "MAGIC_FOCUS" ],
"relic_data": {
"passive_effects": [ { "has": "WIELD", "condition": "ALWAYS", "values": [ { "value": "MANA_CAP", "multiply": 0.2, "add": 750 } ] } ]
},
"weight": "1400 g",
"volume": "3 L",
"bashing": 19,
"category": "weapons",
"to_hit": 3
},
{
"id": "wizard_hat",
"type": "ARMOR",
"name": "wizard hat",
"description": "A blue pointed hat with stars stiched into it. Wearing it increases your mana regeneration.",
"weight": "390 g",
"volume": "2 L",
"price": 9500,
"material": [ "cotton" ],
"symbol": "^",
"color": "light_blue",
"covers": [ "head" ],
"coverage": 50,
"encumbrance": 12,
"warmth": 7,
"material_thickness": 2,
"environmental_protection": 2,
"relic_data": {
"passive_effects": [ { "has": "WORN", "condition": "ALWAYS", "values": [ { "value": "MANA_REGEN", "multiply": 1 } ] } ]
},
"flags": [ "VARSIZE" ]
},
{
"id": "debug_fireball_hammer",
"type": "GENERIC",
"name": "fireball hammer",
"copy-from": "magi_staff_minor",
"description": "Use with caution! Flammable! Explosive!",
"relic_data": {
"passive_effects": [
{
"has": "WIELD",
"condition": "ALWAYS",
"hit_you_effect": [ { "id": "fireball" } ],
"hit_me_effect": [ { "id": "light_healing" } ]
}
]
}
}
]