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

58 lines
1.6 KiB
JSON

[
{
"id": "mon_mirror_image",
"type": "MONSTER",
"name": "hologram",
"description": "An image made from light, nearly identical to the real deal.",
"looks_like": "player",
"default_faction": "factionless",
"species": [ "UNKNOWN" ],
"volume": "62500 ml",
"weight": "81500 g",
"hp": 1,
"speed": 150,
"symbol": "@",
"color": "cyan",
"aggression": -99,
"morale": 2,
"luminance": 16,
"dodge": 6,
"harvest": "exempt",
"fear_triggers": [ "PLAYER_CLOSE" ],
"special_attacks": [ [ "DISAPPEAR", 200 ] ],
"death_function": [ "DISAPPEAR" ],
"flags": [ "FLIES", "NO_BREATHE", "NOT_HALLUCINATION", "HARDTOSHOOT" ]
},
{
"id": "mon_animated_blade",
"type": "MONSTER",
"name": "animated blade",
"description": "A conjured glowing longsword that darts and dodges around, slicing and cutting your foes into small pieces.",
"looks_like": "longsword",
"default_faction": "player",
"volume": "62500 ml",
"weight": "81500 g",
"hp": 30,
"speed": 120,
"symbol": "/",
"color": "white",
"aggression": 100,
"morale": 100,
"melee_skill": 5,
"melee_dice": 1,
"melee_dice_sides": 10,
"melee_cut": 10,
"dodge": 6,
"luminance": 16,
"armor_bash": 2,
"armor_cut": 2,
"armor_bullet": 2,
"vision_day": 30,
"vision_night": 30,
"material": [ "steel" ],
"harvest": "exempt",
"death_function": [ "MELT" ],
"flags": [ "SEES", "HEARS", "NOHEAD", "HARDTOSHOOT", "FLIES", "PRIORITIZE_TARGETS", "NO_BREATHE", "NOGIB" ]
}
]