Changed IDs used by some debug resources to avoid overlapping with game

content IDs.
This commit is contained in:
Zukero
2015-10-30 12:51:48 +01:00
parent f4db713e63
commit 910aa384e0
2 changed files with 10 additions and 10 deletions

View File

@@ -38,10 +38,10 @@
}
},
{
"id": "black_ant",
"id": "debug_black_ant",
"iconID": "monsters_insects:0",
"name": "Ant",
"spawnGroup": "insect",
"spawnGroup": "debug_insect",
"monsterClass": "insect",
"maxHP": 10,
"maxAP": 10,
@@ -56,10 +56,10 @@
}
},
{
"id": "small_wasp",
"id": "debug_small_wasp",
"iconID": "monsters_insects:1",
"name": "Pitiful debug bug with long name",
"spawnGroup": "insect",
"spawnGroup": "debug_insect",
"monsterClass": "insect",
"maxHP": 10,
"maxAP": 10,
@@ -73,10 +73,10 @@
}
},
{
"id": "winged_demon",
"id": "debug_winged_demon",
"iconID": "monsters_demon1:0",
"name": "Winged demon",
"spawnGroup": "demon",
"spawnGroup": "debug_demon",
"size": "2x2",
"monsterClass": "demon",
"maxHP": 10,
@@ -91,10 +91,10 @@
}
},
{
"id": "troll",
"id": "debug_troll",
"iconID": "monsters_misc:5",
"name": "Troll",
"spawnGroup": "troll",
"spawnGroup": "debug_troll",
"monsterClass": "giant",
"maxHP": 10,
"maxAP": 10,

View File

@@ -182,12 +182,12 @@
</object>
</objectgroup>
<objectgroup name="Spawn" width="0" height="0">
<object name="insect" type="spawn" x="96" y="128" width="192" height="160">
<object name="debug_insect" type="spawn" x="96" y="128" width="192" height="160">
<properties>
<property name="quantity" value="15"/>
</properties>
</object>
<object name="troll" type="spawn" x="256" y="256" width="64" height="64">
<object name="debug_troll" type="spawn" x="256" y="256" width="64" height="64">
<properties>
<property name="quantity" value="3"/>
</properties>