Skip to content

Instantly share code, notes, and snippets.

@AustinLMayes
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AustinLMayes/b1fe816fbfd84bdc7229 to your computer and use it in GitHub Desktop.
Save AustinLMayes/b1fe816fbfd84bdc7229 to your computer and use it in GitHub Desktop.
Austins-iMac:Desktop Austin$ node api.js
Quintus: DTM (v1), Created By: G_SKIPPY
REGIONS:
--- cyan-kf ---
type: cuboid
min: 31,35,-882
max: 49,32,-876
FLAG: build
- who: *
- message: &cYou cannot build in this part of the path!
--- purple-kf ---
type: cuboid
min: 49,35,-798
max: 31,32,-804
FLAG: build
- who: *
- message: &cYou cannot build in this part of the path!
--- purple-spawn ---
type: cylinder
center: 40,32,-777
radius: 9
height: 6
FLAG: build
- who: *
- message: &cYou may not build in the spawn area.
--- purple-path ---
type: cuboid
min: 41,32,-786
max: 39,35,-813
FLAG: build
- who: *
- message: &cYou may not build in this pathway.
--- cyan-spawn ---
type: cylinder
center: 40,32,-903
radius: 9
height: 6
FLAG: build
- who: *
- message: &cYou may not build in the spawn area.
--- cyan-path ---
type: cuboid
min: 41,35,-867
max: 39,32,-895
FLAG: build
- who: *
- message: &cYou may not build in this pathway.
--- cyan-right-portal ---
type: cuboid
min: 42,33,-909
max: 41,35,-909
FLAG: enter
- who: cyan
- allow: true
- triggers: [object Object]
--- cyan-left-portal ---
type: cuboid
min: 38,33,-909
max: 39,35,-909
FLAG: enter
- who: cyan
- allow: true
- triggers: [object Object]
--- cyan-portal ---
type: cuboid
min: 37,33,-909
max: 43,36,-909
FLAG: build
- who: *
- message: &cYou may not build here.
--- cyan-spawn-1 ---
type: cuboid
min: 6,29,-877
max: 1,35,-881
FLAG: build
- who: *
- message: &cYou may not build here.
--- cyan-spawn-2 ---
type: cuboid
min: 74,29,-881
max: 79,35,-877
FLAG: build
- who: *
- message: &cYou may not build here.
--- purple-right-portal ---
type: cuboid
min: 39,33,-771
max: 38,35,-771
FLAG: enter
- who: purple
- allow: true
- triggers: [object Object]
--- purple-left-portal ---
type: cuboid
min: 42,33,-771
max: 41,35,-771
FLAG: enter
- who: purple
- allow: true
- triggers: [object Object]
--- purple-portal ---
type: cuboid
min: 43,33,-771
max: 37,36,-771
FLAG: build
- who: *
- message: &cYou may not build here.
--- purple-spawn-1 ---
type: cuboid
min: 6,29,-799
max: 1,35,-803
FLAG: build
- who: *
- message: &cYou may not build here.
--- purple-spawn-2 ---
type: cuboid
min: 74,29,-803
max: 79,35,-799
FLAG: build
- who: *
- message: &cYou may not build here.
--- boundary ---
type: cuboid
min: 87,53,-739
max: -7,0,-941
invert: true
FLAG: build
- who: *
- message: &cYou may not build beyond the map boundary.
Austins-iMac:Desktop Austin$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment