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

41 lines
1.1 KiB
JSON

[
{
"type": "ammunition_type",
"id": "crystallized_mana",
"name": "crystallized mana",
"default": "crystallized_mana"
},
{
"type": "AMMO",
"id": "crystallized_mana",
"category": "spare_parts",
"price": 1000,
"name": { "str_sp": "crystallized mana" },
"symbol": "=",
"color": "yellow",
"description": "Some crystallized mana. This can be reloaded into rechargable mana crystals, but can never be unloaded.",
"flags": [ "TRADER_AVOID" ],
"volume": "100 ml",
"ammo_type": "crystallized_mana",
"count": 100,
"looks_like": "battery",
"fuel": { "energy": 1 }
},
{
"id": "small_mana_crystal",
"type": "MAGAZINE",
"category": "spare_parts",
"name": { "str": "small mana crystal" },
"description": "This is a small mana crystal specifically designed to be attached to wand tips.",
"weight": "5 g",
"volume": "250 ml",
"price": 1500,
"symbol": "=",
"color": "yellow",
"ammo_type": "crystallized_mana",
"capacity": 50,
"looks_like": "battery",
"flags": [ "NO_SALVAGE", "NO_UNLOAD" ]
}
]