added meta to the dungeon systems
This commit is contained in:
parent
8fc193cbfc
commit
931165f56b
@ -3,8 +3,13 @@
|
||||
"id": "original:pirate/pirate_outpost",
|
||||
"displayName": "dungeons.original.pirate.pirates_outpost",
|
||||
"description": "dungeons.original.pirate.pirates_outpost.desc",
|
||||
"energyCost": 10,
|
||||
"repeatable": true,
|
||||
"meta": {
|
||||
"energyCost": 10,
|
||||
"repeatable": true,
|
||||
"missionArea":"ground",
|
||||
"raid": false, "_comment_1":"Future raid type picking, when you can have friends in the dugeon to help you.",
|
||||
"missionAllowed": [], "_comment_2":"Future ground type picking, when ground classes are started"
|
||||
},
|
||||
"rooms": [
|
||||
{ "id": "original:pirate/pirate_patrol_room" },
|
||||
{ "id": "original:pirate/pirate_supply_bay" },
|
||||
|
||||
@ -3,18 +3,17 @@
|
||||
"id": "original:tutorial/tutorial_dungeon",
|
||||
"displayName": "dungeons.original.tutorial.tutorial",
|
||||
"description": "dungeons.original.tutorial.tutorial.desc",
|
||||
"energyCost": 0,
|
||||
"repeatable": false,
|
||||
"meta":{
|
||||
"energyCost": 0,
|
||||
"repeatable": false,
|
||||
"missionArea":"space",
|
||||
"raid": false, "_comment_1":"Future raid type picking, when you can have friends in the dugeon to help you.",
|
||||
"missionAllowed": [], "_comment_2":"Future ship type picking, when ship classes are started"
|
||||
},
|
||||
"rooms": [
|
||||
{
|
||||
"id": "original:tutorial/tutorial_enemy_room"
|
||||
},
|
||||
{
|
||||
"id": "original:tutorial/tutorial_loot_room"
|
||||
},
|
||||
{
|
||||
"id": "original:tutorial/tutorial_boss_room"
|
||||
}
|
||||
{ "id": "original:tutorial/tutorial_enemy_room" },
|
||||
{ "id": "original:tutorial/tutorial_loot_room" },
|
||||
{ "id": "original:tutorial/tutorial_boss_room" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user