Skip to content

Instantly share code, notes, and snippets.

@NavidK0
Created November 6, 2016 20:50
Show Gist options
  • Save NavidK0/f0fc435c406ccd23639bf5828239c63c to your computer and use it in GitHub Desktop.
Save NavidK0/f0fc435c406ccd23639bf5828239c63c to your computer and use it in GitHub Desktop.
#This is an example of a dungeon.yml
options:
name: "&7Abandoned City" #Name of dungeon
resource-pack: "http://server.o2gaming.com/downloads/PSCiv-Dungeon-Abandoned%20City.zip" #Dungeon resource-pack
#All the different music events
music:
init:
start:
preloader:
end-portal:
finish-success:
finish-fail:
restart-floor:
restart-dungeon:
boss:
boss-defeat:
miniboss:
miniboss-defeat:
floors:
0:
music:
start:
- abandoned.intro
name: "&8The Outskirts"
min: 400
max: 400
iterations: 5
path-iterations: 1
room-distance: 10
start-room: 0, 64, 0
fill-block: smooth_brick
bridge-block: air
exit-block: ender_portal
boundary-block: stone
default-mode: regular
mob-spawner-delay: 20
mobs:
boss:
- mythicmob:mayorantebellum:15
miniboss:
- mythicmob:someskeleton:10
default:
- prefix:miner:1:5
- prefix:cave_dweller:1:5
- mythicmob:rat:1:3
- mythicmob:undeadcitizen:1:5
1:
music:
start:
- abandoned.admortem
name: "&8The Atrium"
min: 400
max: 400
iterations: 20
path-iterations: 2
room-distance: 20
start-room: 0, 64, 0
fill-block: netherrack
bridge-block: air
exit-block: ender_portal
boundary-block: stone
default-mode: regular
mob-spawner-delay: 20
mobs:
boss:
- mythicmob:abomination:20
miniboss:
- mythicmob:scar:15
default:
- prefix:miner:3:8
- prefix:hellish:2:5
- mythicmob:hellspawn:5:9
- mythicmob:abominalminion5:10
2:
music:
start:
- abandoned.darkages
name: "&8Industrial Revolution"
min: 400
max: 400
iterations: 50
path-iterations: 3
room-distance: 20
start-room: 0, 64, 0
fill-block: coal_block
bridge-block: air
exit-block: ender_portal
boundary-block: stone
default-mode: regular
mob-spawner-delay: 20
mobs:
boss:
- mythicmob:charface:30
miniboss:
- mythicmob:smogger:25
default:
- prefix:ancient_miner:5:10
- prefix:soulfeeding:8:13
- prefix:cave_dweller:3:8
- prefix:miner:1:10
- mythicmob:undeadcitizen:1:11
- mythicmob:hellspawn:5:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment