About Personal Dungeon Event
Spawns a portal and dungeon for player to go shoot & loot.
ChatCommand
/mydungeon <easy, medium, hard>
dungeonevent.use
List of seeds small to large
See config for all current options.
{
"Basic Settings": {
"Cooldown time in minutes for player": 60
},
"Event Settings": {
"easy": {
"Despawn time in minutes": 5,
"Buy cost name": "scrap",
"Buy cost amount": 50,
"Buy cost skinID if custom item": 0,
"Corpse should spawn at portal entrance on death": true,
"Scarecrow profile to use": "scarecrow_easy",
"Create AlphaLoot profile to use": "",
"Boss scarecrow profile to use for one loot box": "easy_boss",
"Limit to dungeon seeds": []
},
"medium": {
"Despawn time in minutes": 5,
"Buy cost name": "scrap",
"Buy cost amount": 50,
"Buy cost skinID if custom item": 0,
"Corpse should spawn at portal entrance on death": true,
"Scarecrow profile to use": "scarecrow_easy",
"Create AlphaLoot profile to use": "",
"Boss scarecrow profile to use for one loot box": "easy_boss",
"Limit to dungeon seeds": []
},
"hard": {
"Despawn time in minutes": 5,
"Buy cost name": "scrap",
"Buy cost amount": 50,
"Buy cost skinID if custom item": 0,
"Corpse should spawn at portal entrance on death": true,
"Scarecrow profile to use": "scarecrow_easy",
"Create AlphaLoot profile to use": "",
"Boss scarecrow profile to use for one loot box": "easy_boss",
"Limit to dungeon seeds": [
12345,
4764274
]
}
},
"Scarecrow Profiles": {
"scarecrow_easy": {
"The health of the Scarecrow": 100.0,
"Spawn no less then x Scarecrows": 10,
"Weapon damage scale to player": 1.0,
"Base attack rate of weapon": 1.0,
"Scarecrow corpse AlphaLoot profile": "test",
"Scarecrow kits list": []
}
},
"Boss Profiles": {
"easy_boss": {
"The health of the boss scarecCrow": 100.0,
"Weapon damage scale to player": 1.0,
"Base attack rate of weapon": 2.0,
"Boss scarecrow corpse AlphaLoot profile": "",
"Boss Scarecrow kits list": []
}
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
}