Files
andors-trail/AndorsTrail/res/raw/monsterlist_debug.json
2018-10-14 21:45:55 +02:00

138 lines
3.3 KiB
JSON

[
{
"id": "traveller1",
"iconID": "monsters_man1:0",
"name": "Traveller1",
"spawnGroup": "debugNPC1",
"monsterClass": "humanoid",
"unique": 1,
"maxHP": 10,
"maxAP": 10,
"moveCost": 10,
"attackCost": 10,
"attackChance": 50,
"droplistID": "debugshop1",
"phraseID": "debugshop",
"movementAggressionType":"wholeMap",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id": "traveller2",
"iconID": "monsters_man1:0",
"name": "Traveller2",
"spawnGroup": "debugNPC2",
"monsterClass": "humanoid",
"unique": 1,
"maxHP": 10,
"maxAP": 10,
"moveCost": 10,
"attackCost": 10,
"attackChance": 50,
"droplistID": "debugshop1",
"phraseID": "debugquest",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id": "traveller3",
"iconID": "monsters_man1:0",
"name": "Traveller3",
"spawnGroup": "debugNPC3",
"monsterClass": "humanoid",
"unique": 1,
"maxHP": 10,
"maxAP": 10,
"moveCost": 10,
"attackCost": 10,
"attackChance": 50,
"phraseID": "npc3_0",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id": "debug_black_ant",
"iconID": "monsters_insects:0",
"name": "Ant",
"spawnGroup": "debug_insect",
"monsterClass": "insect",
"maxHP": 10,
"maxAP": 10,
"moveCost": 3,
"attackCost": 3,
"attackChance": 50,
"droplistID": "debuglist1",
"movementAggressionType": "helpOthers",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id": "debug_small_wasp",
"iconID": "monsters_insects:1",
"name": "Pitiful debug bug with long name",
"spawnGroup": "debug_insect",
"monsterClass": "insect",
"maxHP": 10,
"maxAP": 10,
"moveCost": 5,
"attackCost": 10,
"attackChance": 50,
"droplistID": "debuglist1",
"movementAggressionType":"wholeMap",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id": "debug_winged_demon",
"iconID": "monsters_demon1:0",
"name": "Winged demon",
"spawnGroup": "debug_demon",
"size": "2x2",
"monsterClass": "demon",
"maxHP": 10,
"maxAP": 10,
"moveCost": 10,
"attackCost": 10,
"attackChance": 50,
"droplistID": "debuglist1",
"attackDamage": {
"min": 10,
"max": 20
}
},
{
"id": "debug_troll",
"iconID": "monsters_misc:5",
"name": "Troll",
"spawnGroup": "debug_troll",
"monsterClass": "giant",
"maxHP": 10,
"maxAP": 10,
"moveCost": 10,
"attackCost": 2,
"attackChance": 50,
"droplistID": "debuglist2",
"attackDamage": {
"min": 1,
"max": 2
}
},
{
"id":"chaotic_rewarder",
"name":"Chaotic rewarder",
"iconID":"monsters_men2:5",
"spawnGroup":"chaotic_rewarder",
"phraseID":"chaotic_rewarder_0"
}
]