v1.4.4
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Starbound
|
||||
|
||||
1. Make starbound
|
||||
2. Consider things carefully
|
||||
3. Profit, but at what cost
|
6
assets/devel/_metadata
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name" : "devel",
|
||||
"friendlyName" : "Development Only Assets",
|
||||
"author" : "Chucklefish"
|
||||
}
|
||||
|
BIN
assets/devel/assetmissing.png
Normal file
After Width: | Height: | Size: 86 KiB |
57
assets/devel/authmunin.config
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"port" : 4951,
|
||||
"name" : "sbauth",
|
||||
"services" : {
|
||||
"sbauth" : {
|
||||
"config" : [
|
||||
"graph_title Starbound auth server stats",
|
||||
"graph_vlabel amount"
|
||||
],
|
||||
"entries" : {
|
||||
"users" : {
|
||||
"config" : [
|
||||
"users.label users",
|
||||
"requests.type GAUGE"
|
||||
]
|
||||
},
|
||||
"requests" : {
|
||||
"config" : [
|
||||
"requests.label Count per ${graph_period}",
|
||||
"requests.type DERIVE",
|
||||
"requests.min 0"
|
||||
]
|
||||
},
|
||||
"getAuthKey" : {
|
||||
"config" : [
|
||||
"getAuthKey.label getAuthKey",
|
||||
"getAuthKey.type GAUGE"
|
||||
]
|
||||
},
|
||||
"authorizeClient" : {
|
||||
"config" : [
|
||||
"authorizeClient.label authorizeClient",
|
||||
"authorizeClient.type GAUGE"
|
||||
]
|
||||
},
|
||||
"authorizeClientFailure" : {
|
||||
"config" : [
|
||||
"authorizeClientFailure.label authorizeClientFailure",
|
||||
"authorizeClientFailure.type GAUGE"
|
||||
]
|
||||
},
|
||||
"validateClient" : {
|
||||
"config" : [
|
||||
"validateClient.label validateClient",
|
||||
"validateClient.type GAUGE"
|
||||
]
|
||||
},
|
||||
"validateClientFailure" : {
|
||||
"config" : [
|
||||
"validateClientFailure.label validateClientFailure",
|
||||
"validateClientFailure.type GAUGE"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
80
assets/devel/behaviors/pathdebug.behavior
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"name": "pathdebug",
|
||||
"description": "",
|
||||
"scripts": [
|
||||
"/scripts/actions/query.lua",
|
||||
"/scripts/actions/world.lua",
|
||||
"/scripts/actions/movement.lua"
|
||||
],
|
||||
"parameters": {},
|
||||
"root": {
|
||||
"title": "cooldown",
|
||||
"type": "decorator",
|
||||
"name": "cooldown",
|
||||
"parameters": {
|
||||
"cooldown": {"value": 1},
|
||||
"onFail": {"value": true},
|
||||
"onSuccess": {"value": true}
|
||||
},
|
||||
"child": {
|
||||
"title": "sequence",
|
||||
"type": "composite",
|
||||
"name": "sequence",
|
||||
"parameters": {},
|
||||
"children": [
|
||||
{
|
||||
"title": "findObject",
|
||||
"type": "action",
|
||||
"name": "findObject",
|
||||
"parameters": {
|
||||
"name": {"value": "apexstatue3"},
|
||||
"orderBy": {"value": "nearest"},
|
||||
"position": {"key": "self"},
|
||||
"range": {"value": 50}
|
||||
},
|
||||
"output": {
|
||||
"entity": "banana"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "entityPosition",
|
||||
"type": "action",
|
||||
"name": "entityPosition",
|
||||
"parameters": {
|
||||
"entity": {"key": "banana"}
|
||||
},
|
||||
"output": {
|
||||
"position": "bananaPos"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "moveToPosition",
|
||||
"type": "action",
|
||||
"name": "moveToPosition",
|
||||
"parameters": {
|
||||
"avoidLiquid": {"value": true},
|
||||
"groundPosition": {"value": true},
|
||||
"maxGround": {"value": 5},
|
||||
"minGround": {"value": -5},
|
||||
"position": {"key": "bananaPos"}
|
||||
},
|
||||
"output": {}
|
||||
},
|
||||
{
|
||||
"title": "interactObject",
|
||||
"type": "action",
|
||||
"name": "interactObject",
|
||||
"parameters": {
|
||||
"entity": {"key": "banana"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "runner",
|
||||
"type": "action",
|
||||
"name": "runner",
|
||||
"parameters": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
159
assets/devel/behaviors/runarounder.behavior
Normal file
|
@ -0,0 +1,159 @@
|
|||
{
|
||||
"name": "runarounder",
|
||||
"description": "",
|
||||
"scripts": [
|
||||
"/scripts/actions/math.lua",
|
||||
"/scripts/actions/position.lua",
|
||||
"/scripts/actions/movement.lua",
|
||||
"/scripts/behavior.lua",
|
||||
"/scripts/actions/time.lua"
|
||||
],
|
||||
"parameters": {},
|
||||
"root": {
|
||||
"title": "sequence",
|
||||
"type": "composite",
|
||||
"name": "sequence",
|
||||
"parameters": {},
|
||||
"children": [
|
||||
{
|
||||
"title": "repeater",
|
||||
"type": "decorator",
|
||||
"name": "repeater",
|
||||
"parameters": {
|
||||
"maxLoops": {"value": -1},
|
||||
"untilSuccess": {"value": true}
|
||||
},
|
||||
"child": {
|
||||
"title": "sequence",
|
||||
"type": "composite",
|
||||
"name": "sequence",
|
||||
"parameters": {},
|
||||
"children": [
|
||||
{
|
||||
"title": "random",
|
||||
"type": "action",
|
||||
"name": "random",
|
||||
"parameters": {
|
||||
"max": {"value": 100},
|
||||
"min": {"value": -100}
|
||||
},
|
||||
"output": {
|
||||
"number": "xPos"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "random",
|
||||
"type": "action",
|
||||
"name": "random",
|
||||
"parameters": {
|
||||
"max": {"value": 100},
|
||||
"min": {"value": -100}
|
||||
},
|
||||
"output": {
|
||||
"number": "yPos"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "offsetPosition",
|
||||
"type": "action",
|
||||
"name": "offsetPosition",
|
||||
"parameters": {
|
||||
"offset": {"value": ["xPos", "yPos"]},
|
||||
"position": {"key": "spawn"}
|
||||
},
|
||||
"output": {
|
||||
"position": "move"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "parallel",
|
||||
"type": "composite",
|
||||
"name": "parallel",
|
||||
"parameters": {
|
||||
"fail": {"value": 1},
|
||||
"success": {"value": -1}
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"title": "moveToPosition",
|
||||
"type": "action",
|
||||
"name": "moveToPosition",
|
||||
"parameters": {
|
||||
"avoidLiquid": {"value": true},
|
||||
"groundPosition": {"value": true},
|
||||
"maxGround": {"value": 5},
|
||||
"minGround": {"value": -5},
|
||||
"position": {"key": "move"},
|
||||
"run": {"value": true}
|
||||
},
|
||||
"output": {
|
||||
"pathfinding": "pathfinding"
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "dynamic",
|
||||
"type": "composite",
|
||||
"name": "dynamic",
|
||||
"parameters": {},
|
||||
"children": [
|
||||
{
|
||||
"title": "inverter",
|
||||
"type": "decorator",
|
||||
"name": "inverter",
|
||||
"parameters": {},
|
||||
"child": {
|
||||
"title": "hasFlag",
|
||||
"type": "action",
|
||||
"name": "hasFlag",
|
||||
"parameters": {
|
||||
"name": {"key": "pathfinding"}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "inverter",
|
||||
"type": "decorator",
|
||||
"name": "inverter",
|
||||
"parameters": {},
|
||||
"child": {
|
||||
"title": "timer",
|
||||
"type": "action",
|
||||
"name": "timer",
|
||||
"parameters": {
|
||||
"time": {"value": 3}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "timer",
|
||||
"type": "action",
|
||||
"name": "timer",
|
||||
"parameters": {
|
||||
"time": {"value": [2, 10]}
|
||||
}
|
||||
},
|
||||
{
|
||||
"title": "moveToPosition",
|
||||
"type": "action",
|
||||
"name": "moveToPosition",
|
||||
"parameters": {
|
||||
"avoidLiquid": {"value": true},
|
||||
"groundPosition": {"value": true},
|
||||
"maxGround": {"value": 5},
|
||||
"minGround": {"value": -5},
|
||||
"position": {"key": "spawn"}
|
||||
},
|
||||
"output": {
|
||||
"pathfinding": "isPathfinding"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
526
assets/devel/devel.macros
Normal file
|
@ -0,0 +1,526 @@
|
|||
{
|
||||
"fdb" : [
|
||||
"/fullbright",
|
||||
"/debug",
|
||||
"/boxes"
|
||||
],
|
||||
|
||||
"devkit" : [
|
||||
"/spawnitem metahead",
|
||||
"/spawnitem superfishaxe",
|
||||
"/spawnitem torch 500",
|
||||
"/spawnitem flashlight",
|
||||
"/spawnitem dirtmaterial 1000",
|
||||
"/spawnitem missionteleporter",
|
||||
"/spawnitem scienceteleporter 100",
|
||||
"/spawnitem techconsole",
|
||||
"/spawnitem shipT8",
|
||||
"/giveessentialitem beamaxe beamaxe",
|
||||
"/giveessentialitem wiretool wiretool",
|
||||
"/giveessentialitem painttool painttool"
|
||||
],
|
||||
|
||||
"devkitkyren" : [
|
||||
"/naked",
|
||||
"/spawnitem kyrenhead",
|
||||
"/spawnitem kyrenchest",
|
||||
"/spawnitem kyrenlegs",
|
||||
"/spawnitem lanternstickback",
|
||||
"/spawnitem superfishaxe",
|
||||
"/spawnitem torch 500",
|
||||
"/spawnitem flashlight",
|
||||
"/spawnitem dirtmaterial 1000",
|
||||
"/spawnitem missionteleporter",
|
||||
"/spawnitem shipT8",
|
||||
"/giveessentialitem beamaxe beamaxe",
|
||||
"/giveessentialitem wiretool wiretool",
|
||||
"/giveessentialitem painttool painttool"
|
||||
],
|
||||
|
||||
"kill" : [
|
||||
"/entityeval status.setResource(\"health\", 0)"
|
||||
],
|
||||
|
||||
"devtech" : [
|
||||
// techs available to players
|
||||
"/enabletech doublejump",
|
||||
"/enabletech multijump",
|
||||
"/enabletech rocketjump",
|
||||
"/enabletech walljump",
|
||||
"/enabletech distortionsphere",
|
||||
"/enabletech spikesphere",
|
||||
"/enabletech aquasphere",
|
||||
"/enabletech sonicsphere",
|
||||
"/enabletech dash",
|
||||
"/enabletech airdash",
|
||||
"/enabletech blinkdash",
|
||||
"/enabletech sprint",
|
||||
// techs for devs only
|
||||
"/enabletech targetblink",
|
||||
"/enabletech bubbleboost",
|
||||
"/enabletech noclip",
|
||||
"/enabletech noclipcamera",
|
||||
"/enabletech shrink",
|
||||
"/enabletech debug",
|
||||
"/enabletech summonmech",
|
||||
// silly vehicles
|
||||
"/enabletech humancar",
|
||||
"/enabletech humanjeep",
|
||||
"/enabletech penguintank"
|
||||
],
|
||||
|
||||
"showbasetech" : [
|
||||
"/showtech doublejump",
|
||||
"/showtech multijump",
|
||||
"/showtech rocketjump",
|
||||
"/showtech walljump",
|
||||
"/showtech distortionsphere",
|
||||
"/showtech spikesphere",
|
||||
"/showtech aquasphere",
|
||||
"/showtech sonicsphere",
|
||||
"/showtech dash",
|
||||
"/showtech airdash",
|
||||
"/showtech blinkdash",
|
||||
"/showtech sprint"
|
||||
],
|
||||
|
||||
"cameraman" : [
|
||||
"/enabletech noclipcamera",
|
||||
"/spawnitem cameramanhead"
|
||||
],
|
||||
|
||||
"tier1" : [
|
||||
"/upgradeship '{\"shipLevel\" : 1, \"capabilities\" : [\"teleport\"]}'",
|
||||
"/giveessentialitem beamaxe beamaxe",
|
||||
"/spawnitem humantier1head",
|
||||
"/spawnitem humantier1chest",
|
||||
"/spawnitem humantier1pants",
|
||||
"/spawnitem humantier1shortsword",
|
||||
"/spawnshield 1"
|
||||
],
|
||||
|
||||
// this is a comment
|
||||
|
||||
"tier2" : [
|
||||
"/upgradeship '{\"shipLevel\" : 2, \"capabilities\" : [\"teleport\"]}'",
|
||||
"/giveessentialitem beamaxe beamaxe",
|
||||
"/spawnitem humantier2head",
|
||||
"/spawnitem humantier2chest",
|
||||
"/spawnitem humantier2pants",
|
||||
"/spawnitem humantier2shortsword",
|
||||
"/spawnshield 2"
|
||||
],
|
||||
|
||||
"balance" : [
|
||||
"/spawnitem novatier1rifle",
|
||||
"/spawnitem novatier2rifle",
|
||||
"/spawnitem novatier3rifle",
|
||||
"/spawnitem novatier4rifle",
|
||||
"/spawnitem novatier5rifle",
|
||||
"/spawnitem novatier6rifle",
|
||||
"/spawnitem tier1chest",
|
||||
"/spawnitem tier2chest",
|
||||
"/spawnitem tier3chest",
|
||||
"/spawnitem tier4chest",
|
||||
"/spawnitem tier5chest",
|
||||
"/spawnitem tier6chest"
|
||||
],
|
||||
|
||||
"tileprotectionoff" : [
|
||||
"/settileprotection 0 false"
|
||||
],
|
||||
|
||||
"smashables" : [
|
||||
"/spawnitem vaseclassiclarge1 10",
|
||||
"/spawnitem vaseclassiclarge2 10",
|
||||
"/spawnitem vaseclassicmedium1 10",
|
||||
"/spawnitem vaseclassicmedium2 10",
|
||||
"/spawnitem vaseclassicsmall1 10",
|
||||
"/spawnitem vaseclassicsmall2 10",
|
||||
"/spawnitem ashjar1 10",
|
||||
"/spawnitem ashjar2 10",
|
||||
"/spawnitem ashjar3 10",
|
||||
"/spawnitem bigjar1 10",
|
||||
"/spawnitem birdjar1 10",
|
||||
"/spawnitem birdjar2 10",
|
||||
"/spawnitem talljar1 10",
|
||||
"/spawnitem talljar2 10",
|
||||
"/spawnitem midjar1 10",
|
||||
"/spawnitem smalljar1 10",
|
||||
"/spawnitem planturn1 10",
|
||||
"/spawnitem planturn2 10",
|
||||
"/spawnitem planturn3 10",
|
||||
"/spawnitem goldenurn 10",
|
||||
"/spawnitem claypot1 10",
|
||||
"/spawnitem claypot2 10",
|
||||
"/spawnitem claypot3 10",
|
||||
"/spawnitem wickerbasket1 10",
|
||||
"/spawnitem wickerbasket2 10",
|
||||
"/spawnitem wickerbasket3 10",
|
||||
"/spawnitem wickerbasket4 10",
|
||||
"/spawnitem wickerbasket5 10"
|
||||
],
|
||||
|
||||
"1hweapons" : [
|
||||
"/spawnitem commondagger",
|
||||
"/spawnitem uncommondagger",
|
||||
"/spawnitem raredagger",
|
||||
"/spawnitem commonshortsword",
|
||||
"/spawnitem uncommonshortsword",
|
||||
"/spawnitem rareshortsword",
|
||||
"/spawnitem commonaxe",
|
||||
"/spawnitem uncommonaxe",
|
||||
"/spawnitem rareaxe",
|
||||
"/spawnitem commonpistol",
|
||||
"/spawnitem uncommonpistol",
|
||||
"/spawnitem rarepistol",
|
||||
"/spawnitem commonmachinepistol",
|
||||
"/spawnitem uncommonmachinepistol",
|
||||
"/spawnitem raremachinepistol",
|
||||
"/spawnitem commongrenadelauncher",
|
||||
"/spawnitem uncommongrenadelauncher",
|
||||
"/spawnitem raregrenadelauncher",
|
||||
"/spawnitem rarewand 1 '{ \"primaryAbilityType\" : \"elementrain\"}'",
|
||||
"/spawnitem rarewand 1 '{ \"primaryAbilityType\" : \"elementswarm\"}'",
|
||||
"/spawnitem rarewand 1 '{ \"primaryAbilityType\" : \"elementbouncer\"}'",
|
||||
"/spawnitem rarewand 1 '{ \"primaryAbilityType\" : \"elementorb\"}'",
|
||||
"/spawnitem rarewand 1 '{ \"primaryAbilityType\" : \"elementportal\"}'"
|
||||
],
|
||||
|
||||
"2hweapons" : [
|
||||
"/spawnitem rarebroadsword 1 '{ \"altAbilityType\" : \"giantsword\" }'",
|
||||
"/spawnitem rarebroadsword 1 '{ \"altAbilityType\" : \"travelingslash\" }'",
|
||||
"/spawnitem rarebroadsword 1 '{ \"altAbilityType\" : \"blinkexplosion\" }'",
|
||||
"/spawnitem rarebroadsword 1 '{ \"altAbilityType\" : \"blinkslash\" }'",
|
||||
"/spawnitem rarebroadsword 1 '{ \"altAbilityType\" : \"traildash\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"bladecharge\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"downstab\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"parry\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"risingslash\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"spinslash\" }'",
|
||||
"/spawnitem commonbroadsword 1 '{ \"altAbilityType\" : \"superspinslash\" }'",
|
||||
"/spawnitem rarespear 1 '{ \"altAbilityType\" : \"barrier\" }'",
|
||||
"/spawnitem rarespear 1 '{ \"altAbilityType\" : \"elementalspin\" }'",
|
||||
"/spawnitem rarespear 1 '{ \"altAbilityType\" : \"rocketspear\" }'",
|
||||
"/spawnitem commonspear 1 '{ \"altAbilityType\" : \"flurry\" }'",
|
||||
"/spawnitem commonspear 1 '{ \"altAbilityType\" : \"spin\" }'",
|
||||
"/spawnitem rarehammer 1 '{ \"altAbilityType\" : \"shockwave\" }'",
|
||||
"/spawnitem rarehammer 1 '{ \"altAbilityType\" : \"elementalaura\" }'",
|
||||
"/spawnitem rarehammer 1 '{ \"altAbilityType\" : \"elementalpillar\" }'",
|
||||
"/spawnitem commonhammer 1 '{ \"altAbilityType\" : \"uppercut\" }'",
|
||||
"/spawnitem commonhammer 1 '{ \"altAbilityType\" : \"physicalshockwave\" }'",
|
||||
"/spawnitem commonhammer 1 '{ \"altAbilityType\" : \"groundslam\" }'",
|
||||
"/spawnitem rareassaultrifle 1 '{ \"altAbilityType\" : \"lance\" }'",
|
||||
"/spawnitem rareassaultrifle 1 '{ \"altAbilityType\" : \"explosiveburst\" }'",
|
||||
"/spawnitem commonassaultrifle 1 '{ \"altAbilityType\" : \"explosiveshot\" }'",
|
||||
"/spawnitem commonassaultrifle 1 '{ \"altAbilityType\" : \"bouncingshot\" }'",
|
||||
"/spawnitem commonassaultrifle 1 '{ \"altAbilityType\" : \"flashlight\" }'",
|
||||
"/spawnitem commonassaultrifle 1 '{ \"altAbilityType\" : \"spray\" }'",
|
||||
"/spawnitem raresniperrifle 1 '{ \"altAbilityType\" : \"markedshot\" }'",
|
||||
"/spawnitem raresniperrifle 1 '{ \"altAbilityType\" : \"deathbomb\" }'",
|
||||
"/spawnitem commonsniperrifle 1 '{ \"altAbilityType\" : \"piercingshot\" }'",
|
||||
"/spawnitem rareshotgun 1 '{ \"altAbilityType\" : \"grenadelauncher\" }'",
|
||||
"/spawnitem commonshotgun 1 '{ \"altAbilityType\" : \"grenadelauncher\" }'",
|
||||
"/spawnitem commonshotgun 1 '{ \"altAbilityType\" : \"stickyshot\" }'",
|
||||
"/spawnitem commonshotgun 1 '{ \"altAbilityType\" : \"shrapnelbomb\" }'",
|
||||
"/spawnitem commonshotgun 1 '{ \"altAbilityType\" : \"burstshot\" }'",
|
||||
"/spawnitem rarerocketlauncher 1 '{ \"altAbilityType\" : \"guidedrocket\" }'",
|
||||
"/spawnitem commonrocketlauncher 1 '{ \"altAbilityType\" : \"guidedrocket\" }'",
|
||||
"/spawnitem commonrocketlauncher 1 '{ \"altAbilityType\" : \"homingrocket\" }'",
|
||||
"/spawnitem commonrocketlauncher 1 '{ \"altAbilityType\" : \"rocketburst\" }'"
|
||||
],
|
||||
|
||||
"2hweapons2" : [
|
||||
"/spawnitem uncommonbroadsword",
|
||||
"/spawnitem uncommonhammer",
|
||||
"/spawnitem uncommonspear",
|
||||
"/spawnitem uncommonassaultrifle",
|
||||
"/spawnitem uncommonsniperrifle",
|
||||
"/spawnitem uncommonshotgun",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementrain\", \"altAbilityType\" : \"healingzone\" }'",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementswarm\", \"altAbilityType\" : \"lowgravzone\" }'",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementbouncer\", \"altAbilityType\" : \"slowzone\" }'",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementorb\", \"altAbilityType\" : \"pushzone\" }'",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementportal\", \"altAbilityType\" : \"pullzone\" }'",
|
||||
"/spawnitem rarestaff 1 '{ \"primaryAbilityType\" : \"elementportal\", \"altAbilityType\" : \"energyzone\" }'"
|
||||
],
|
||||
|
||||
"uniqueweapons" : [
|
||||
"/spawnitem boomerang",
|
||||
"/spawnitem fireboomerang",
|
||||
"/spawnitem iceboomerang",
|
||||
"/spawnitem lunarang",
|
||||
"/spawnitem wormerang",
|
||||
"/spawnitem chakram",
|
||||
"/spawnitem neochakram",
|
||||
"/spawnitem sawchakram",
|
||||
"/spawnitem hardchakram",
|
||||
"/spawnitem ropewhip",
|
||||
"/spawnitem vinewhip",
|
||||
"/spawnitem intestinewhip",
|
||||
"/spawnitem energywhip",
|
||||
"/spawnitem gauntlet",
|
||||
"/spawnitem clawglove",
|
||||
"/spawnitem stunglove",
|
||||
"/spawnitem vinefist",
|
||||
"/spawnitem supernovaglove",
|
||||
"/spawnitem poisonbow",
|
||||
"/spawnitem pollenpump",
|
||||
"/spawnitem flamethrower",
|
||||
"/spawnitem gristlegun",
|
||||
"/spawnitem wormgun",
|
||||
"/spawnitem soulseeker",
|
||||
"/spawnitem electricrailgun",
|
||||
"/spawnitem timepierce",
|
||||
"/spawnitem eyesword",
|
||||
"/spawnitem gnomegun",
|
||||
"/spawnitem astrosabredeluxe",
|
||||
"/spawnitem teslastaff",
|
||||
"/spawnitem magnorbs",
|
||||
"/spawnitem tentaclegun",
|
||||
"/spawnitem exmachina",
|
||||
"/spawnitem energypickaxe",
|
||||
"/spawnitem evileye",
|
||||
"/spawnitem remotegrenadelauncher",
|
||||
"/spawnitem adaptablecrossbow",
|
||||
"/spawnitem fireworkgun",
|
||||
"/spawnitem flamingdemonsword",
|
||||
"/spawnitem doomcannon",
|
||||
"/spawnitem hunterrifle",
|
||||
"/spawnitem hokucide"
|
||||
],
|
||||
|
||||
"bossweapons" : [
|
||||
"/spawnitem erchiuseye",
|
||||
"/spawnitem ixodoomclaw",
|
||||
"/spawnitem soluskatana",
|
||||
"/spawnitem miniknoglauncher",
|
||||
"/spawnitem kluexstaff",
|
||||
"/spawnitem dragonhead"
|
||||
],
|
||||
|
||||
"craftedweapons" : [
|
||||
"/spawnitem brokenprotectoratebroadsword",
|
||||
"/spawnitem protectoratebroadsword",
|
||||
"/spawnitem ironbroadsword",
|
||||
"/spawnitem ironshortsword",
|
||||
"/spawnitem tungstenaxe",
|
||||
"/spawnitem tungstenhammer",
|
||||
"/spawnitem titaniumdagger",
|
||||
"/spawnitem titaniumspear",
|
||||
"/spawnitem durasteelbroadsword",
|
||||
"/spawnitem durasteelshortsword",
|
||||
"/spawnitem violiumbroadsword",
|
||||
"/spawnitem violiumshortsword",
|
||||
"/spawnitem aegisaltbow",
|
||||
"/spawnitem aegisaltpistol",
|
||||
"/spawnitem feroziumwand",
|
||||
"/spawnitem feroziumstaff",
|
||||
"/spawnitem ironassaultrifle",
|
||||
"/spawnitem ironrevolver",
|
||||
"/spawnitem tungstenmagnum",
|
||||
"/spawnitem tungstenshotgun",
|
||||
"/spawnitem titaniummachinepistol",
|
||||
"/spawnitem titaniumsniperrifle",
|
||||
"/spawnitem durasteelassaultrifle",
|
||||
"/spawnitem durasteelrevolver",
|
||||
"/spawnitem bow",
|
||||
"/spawnitem tungstenbow",
|
||||
"/spawnitem compoundbow"
|
||||
],
|
||||
|
||||
"alluniquemonsters" : [
|
||||
"/spawnmonster crustoise",
|
||||
"/spawnmonster iguarmor",
|
||||
"/spawnmonster oculob",
|
||||
"/spawnmonster pulpin",
|
||||
"/spawnmonster snaggler",
|
||||
"/spawnmonster tintic",
|
||||
"/spawnmonster triplod",
|
||||
"/spawnmonster agrobat",
|
||||
"/spawnmonster batong",
|
||||
"/spawnmonster bobfae",
|
||||
"/spawnmonster monopus",
|
||||
"/spawnmonster paratail",
|
||||
"/spawnmonster pteropod",
|
||||
"/spawnmonster scandroid",
|
||||
"/spawnmonster ignome",
|
||||
"/spawnmonster lumoth",
|
||||
"/spawnmonster nautileech",
|
||||
"/spawnmonster pyromantle",
|
||||
"/spawnmonster skimbus",
|
||||
"/spawnmonster spookit",
|
||||
"/spawnmonster squeem",
|
||||
"/spawnmonster wisper",
|
||||
"/spawnmonster adultpoptop",
|
||||
"/spawnmonster anglure",
|
||||
"/spawnmonster bobot",
|
||||
"/spawnmonster bulbop",
|
||||
"/spawnmonster capricoat",
|
||||
"/spawnmonster crabcano",
|
||||
"/spawnmonster crutter",
|
||||
"/spawnmonster fennix",
|
||||
"/spawnmonster gleap",
|
||||
"/spawnmonster hemogoblin",
|
||||
"/spawnmonster hypnare",
|
||||
"/spawnmonster lilodon",
|
||||
"/spawnmonster mandraflora",
|
||||
"/spawnmonster miasmop",
|
||||
"/spawnmonster narfin",
|
||||
"/spawnmonster nutmidge",
|
||||
"/spawnmonster oogler",
|
||||
"/spawnmonster orbide",
|
||||
"/spawnmonster peblit",
|
||||
"/spawnmonster petricub",
|
||||
"/spawnmonster pipkin",
|
||||
"/spawnmonster poptop",
|
||||
"/spawnmonster quagmutt",
|
||||
"/spawnmonster ringram",
|
||||
"/spawnmonster scaveran",
|
||||
"/spawnmonster smoglin",
|
||||
"/spawnmonster snaunt",
|
||||
"/spawnmonster sporgus",
|
||||
"/spawnmonster taroni",
|
||||
"/spawnmonster toumingo",
|
||||
"/spawnmonster trictus",
|
||||
"/spawnmonster voltip",
|
||||
"/spawnmonster yokat"
|
||||
],
|
||||
|
||||
"dyes" : [
|
||||
"/spawnitem dyeremover 100",
|
||||
"/spawnitem blackdye 100",
|
||||
"/spawnitem greydye 100",
|
||||
"/spawnitem whitedye 100",
|
||||
"/spawnitem reddye 100",
|
||||
"/spawnitem orangedye 100",
|
||||
"/spawnitem yellowdye 100",
|
||||
"/spawnitem greendye 100",
|
||||
"/spawnitem bluedye 100",
|
||||
"/spawnitem purpledye 100",
|
||||
"/spawnitem pinkdye 100",
|
||||
"/spawnitem browndye 100"
|
||||
],
|
||||
|
||||
"rails" : [
|
||||
"/spawnitem compositerail 1000",
|
||||
"/spawnitem rustyrail 1000",
|
||||
"/spawnitem compositerailplatform 10",
|
||||
"/spawnitem rustyrailplatform 10",
|
||||
"/spawnitem railstop 100",
|
||||
"/spawnitem railswitch 100",
|
||||
"/spawnitem railbumper 100",
|
||||
"/spawnitem railsensor 100",
|
||||
"/spawnitem railhook 1"
|
||||
],
|
||||
|
||||
"fishing" : [
|
||||
"/spawnitem fishingrod",
|
||||
"/spawnitem durablefishingrod",
|
||||
"/spawnitem fishingreelfast 10",
|
||||
"/spawnitem fishingreelstrong 10",
|
||||
"/spawnitem fishingreellong 10",
|
||||
"/spawnitem fishinglurelight 10",
|
||||
"/spawnitem fishingluresinking 10",
|
||||
"/spawnitem fishinglurecontrol 10"
|
||||
],
|
||||
|
||||
"disarm" : [
|
||||
"/entityeval npc.setItemSlot(\"primary\", nil)",
|
||||
"/entityeval npc.setItemSlot(\"alt\", nil)"
|
||||
],
|
||||
|
||||
"magneto" : [
|
||||
"/spawnitem glitchtier2head 1 '{\"colorIndex\":4}'",
|
||||
"/spawnitem apextier2chest 1 '{\"colorIndex\":4}'",
|
||||
"/spawnitem apextier2pants 1 '{\"colorIndex\":4}'",
|
||||
"/spawnitem raggedcapeback 1 '{\"colorIndex\":9}'",
|
||||
"/spawnitem magnorbs"
|
||||
],
|
||||
|
||||
"spawndevs" : [
|
||||
"/spawnnpc human devabi",
|
||||
"/spawnnpc human devadam",
|
||||
"/spawnnpc human devdonna",
|
||||
"/spawnnpc human devdoris",
|
||||
"/spawnnpc human devharriet",
|
||||
"/spawnnpc human devjay",
|
||||
"/spawnnpc human devkyren",
|
||||
"/spawnnpc human devlili",
|
||||
"/spawnnpc human devmeta",
|
||||
"/spawnnpc human devmolly",
|
||||
"/spawnnpc human devrosie",
|
||||
"/spawnnpc human devstephen",
|
||||
"/spawnnpc human devtiy",
|
||||
"/spawnnpc human devtomkat",
|
||||
"/spawnnpc human devwilliam",
|
||||
"/spawnnpc human devtom",
|
||||
"/spawnnpc human devgeorge"
|
||||
],
|
||||
|
||||
"tier6weapons" : [
|
||||
"/spawnitem rarebroadsword 1 '{\"level\":6}'",
|
||||
"/spawnitem rarehammer 1 '{\"level\":6}'",
|
||||
"/spawnitem rarespear 1 '{\"level\":6}'",
|
||||
"/spawnitem raredagger 2 '{\"level\":6}'",
|
||||
"/spawnitem rareshortsword 2 '{\"level\":6}'",
|
||||
"/spawnitem rareaxe 1 '{\"level\":6}'",
|
||||
|
||||
"/spawnitem rarepistol 2 '{\"level\":6}'",
|
||||
"/spawnitem rareshotgun 1 '{\"level\":6}'",
|
||||
"/spawnitem raresniperrifle 1 '{\"level\":6}'",
|
||||
"/spawnitem rareassaultrifle 1 '{\"level\":6}'",
|
||||
"/spawnitem rarerocketlauncher 1 '{\"level\":6}'",
|
||||
"/spawnitem raregrenadelauncher 1 '{\"level\":6}'"
|
||||
],
|
||||
|
||||
"clues" : [
|
||||
"/spawnitem floranwebbing",
|
||||
"/spawnitem floranspinneret",
|
||||
"/spawnitem ixolingpike",
|
||||
"/spawnitem librarymodel",
|
||||
"/spawnitem pagodaaquarium",
|
||||
"/spawnitem hylotlmusicbox",
|
||||
"/spawnitem kluexmural2",
|
||||
"/spawnitem kluexstatue1",
|
||||
"/spawnitem kluexstatue2",
|
||||
"/spawnitem minidronerack",
|
||||
"/spawnitem miniknogintel1",
|
||||
"/spawnitem miniknognewspaper",
|
||||
"/spawnitem glitchdecree",
|
||||
"/spawnitem glitchhorndisplay",
|
||||
"/spawnitem glitchscribe"
|
||||
],
|
||||
|
||||
"terraformers" : [
|
||||
"/spawnitem terraformergarden",
|
||||
"/spawnitem terraformerforest",
|
||||
"/spawnitem terraformerjungle",
|
||||
"/spawnitem terraformeralien",
|
||||
"/spawnitem terraformerdesert",
|
||||
"/spawnitem terraformersavannah",
|
||||
"/spawnitem terraformersnow",
|
||||
"/spawnitem terraformertundra",
|
||||
"/spawnitem terraformermidnight",
|
||||
"/spawnitem terraformervolcanic",
|
||||
"/spawnitem terraformerscorched"
|
||||
],
|
||||
|
||||
"microformers" : [
|
||||
"/spawnitem microformeralpine 10",
|
||||
"/spawnitem microformerbioluminescence 10",
|
||||
"/spawnitem microformerbones 10",
|
||||
"/spawnitem microformereyepatch 10",
|
||||
"/spawnitem microformerflesh 10",
|
||||
"/spawnitem microformergeode 10",
|
||||
"/spawnitem microformergiantflowers 10",
|
||||
"/spawnitem microformerhive 10",
|
||||
"/spawnitem microformerluminouscaves 10",
|
||||
"/spawnitem microformermushrooms 10",
|
||||
"/spawnitem microformerrust 10",
|
||||
"/spawnitem microformerslimecaves 10",
|
||||
"/spawnitem microformersteamspring 10",
|
||||
"/spawnitem microformertar 10",
|
||||
"/spawnitem microformerwilderness 10"
|
||||
]
|
||||
}
|
111
assets/devel/dialog/friendlyminer.config
Normal file
|
@ -0,0 +1,111 @@
|
|||
{
|
||||
"converse" : {
|
||||
"default" : {
|
||||
"default" : [ "I'm a miner! Can you tell?" ]
|
||||
},
|
||||
"apex" : {
|
||||
"default" : [
|
||||
"I'm doing some research into nearby planetary ores.",
|
||||
"I'm a miner by trade. Gathering local ores is my skill.",
|
||||
"I used to mine for the Miniknog. I prefer this position.",
|
||||
"I'll collect some ores for you, come visit me now and then!",
|
||||
"I'm scouting the area for ores. I'll give you some if I find any!"
|
||||
]
|
||||
},
|
||||
"human" : {
|
||||
"default" : [
|
||||
"I'm surveying the area for ores. I hope I'll find some!",
|
||||
"Always wear a hard hat when you're out mining! Safety first!",
|
||||
"If I find any cool ores in my expeditions, I'll let you know!",
|
||||
"Folks like me know how to find ores where no-one else can.",
|
||||
"If I find some ores, I'll give you a share!"
|
||||
]
|
||||
},
|
||||
"floran" : {
|
||||
"default" : [
|
||||
"Floran sssearch for rocksss in ground. Will ssshare, maybe.",
|
||||
"You wantsss some shiny rocksss? Floran can find sssome for you.",
|
||||
"Floran wantsss to find ssshiny rocksss in ground.",
|
||||
"Floran hunting! Not for ssstabbing, but finding shiny rocksss.",
|
||||
"Floran wantsss to ssstab rocksss with pickaxe! Might ssshare sssome, too."
|
||||
]
|
||||
},
|
||||
"avian" : {
|
||||
"default" : [
|
||||
"Have you found any interesting things on your mining journeys?",
|
||||
"If I find anything exciting whilst mining, I'll try to share with you!",
|
||||
"Would you like me to gather some ores for you?",
|
||||
"I can find ores where no-one else can - I have a keen eye!",
|
||||
"My keen eye helps me find ores that no-one else can!"
|
||||
]
|
||||
},
|
||||
"glitch" : {
|
||||
"default" : [
|
||||
"Eager. I am excited to search for local ores.",
|
||||
"Friendly. I'm searching for ores, and I'll let you have some if I find any.",
|
||||
"Excited. I have a feeling that I'll find lots of ores!",
|
||||
"Nervous. I'm not sure how many ores I can find around here.",
|
||||
"Welcoming. I wish to share some ores with you, once I find some."
|
||||
]
|
||||
},
|
||||
"hylotl" : {
|
||||
"default" : [
|
||||
"There is an art to gathering materials from the ground beneath us.",
|
||||
"I am venturing for rare ores. I could give you some if I find any extra.",
|
||||
"Your digging tool sure is elegant. Maybe one day I could find one for myself.",
|
||||
"Mining with a pickaxe is the traditional method. There's an art to it!",
|
||||
"I shall share any ores I find with you."
|
||||
]
|
||||
}
|
||||
},
|
||||
"rent" : {
|
||||
"default" : {
|
||||
"default" : [
|
||||
"Here's some ore!",
|
||||
"Take this ore!"
|
||||
]
|
||||
},
|
||||
"apex" : {
|
||||
"default" : [
|
||||
"I have found some ores for you!",
|
||||
"Here - Take these ores as thanks.",
|
||||
"Take this ore as thanks for your time."
|
||||
]
|
||||
},
|
||||
"human" : {
|
||||
"default" : [
|
||||
"I found some ores! Here you go!",
|
||||
"I found some ores! Here's some for you.",
|
||||
"Here's something I found around here. It's for you!"
|
||||
]
|
||||
},
|
||||
"avian" : {
|
||||
"default" : [
|
||||
"Kluex has blessed me with finding some useful ores. Take some, as thanks!",
|
||||
"My venturing has paid off! Here are some materials for you.",
|
||||
"I have found these materials for you. Hopefullythey are to your liking."
|
||||
]
|
||||
},
|
||||
"floran" : {
|
||||
"default" : [
|
||||
"Floran found ssssome ssshiny rocksss!",
|
||||
"Floran found ssshiny thing!",
|
||||
"Floran found sssome things. You ssshould take!"
|
||||
]
|
||||
},
|
||||
"hylotl" : {
|
||||
"default" : [
|
||||
"I am feeling altruistic, please take these ores I mined.",
|
||||
"I've stumbled upon some raw materials you might want.",
|
||||
"I hope these ores I mined bring you happiness."
|
||||
]
|
||||
},
|
||||
"glitch" : {
|
||||
"default" : [
|
||||
"Pleased. My venture was a success.",
|
||||
"Altruistic. Please take these ores I found.",
|
||||
"Generous. I found some ores you might be interested in."
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
162
assets/devel/dungeon_worlds.config.patch
Normal file
|
@ -0,0 +1,162 @@
|
|||
[
|
||||
{
|
||||
"op" : "add",
|
||||
"path" : "/testmission",
|
||||
"value" : {
|
||||
"primaryDungeon" : "testmission",
|
||||
"threatLevel" : 2,
|
||||
"gravity" : 80,
|
||||
"worldSize" : [2000, 2000],
|
||||
"dungeonBaseHeight" : 1000,
|
||||
"ambientLightLevel" : [200, 200, 200],
|
||||
"musicTrack" : "/music/ocean-battle1-loop.ogg",
|
||||
"biome": "alien"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/pathtest",
|
||||
"value": {
|
||||
"primaryDungeon": "pathtest",
|
||||
"threatLevel": 1,
|
||||
"gravity": 80,
|
||||
"worldSize": [2000, 2000],
|
||||
"dungeonBaseHeight": 1000,
|
||||
"ambientLightLevel": [200,200,200],
|
||||
"musicTrack": "/music/casiopeia.ogg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/humanprisontest",
|
||||
"value": {
|
||||
"primaryDungeon" : "humanprisontest",
|
||||
"threatLevel" : 4,
|
||||
"gravity" : 80,
|
||||
"worldSize" : [2000, 2000],
|
||||
"dungeonBaseHeight" : 1000,
|
||||
"dungeonSurfaceHeight" : 1025,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"biome" : "desert",
|
||||
"musicTrack" : "/music/casiopeia.ogg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/perftest",
|
||||
"value": {
|
||||
"primaryDungeon" : "perftest",
|
||||
"threatLevel" : 1,
|
||||
"gravity" : 80,
|
||||
"worldSize" : [1100, 600],
|
||||
"dungeonBaseHeight" : 550,
|
||||
"dungeonSurfaceHeight" : 200,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"biome" : "garden",
|
||||
"musicTrack" : "/music/casiopeia.ogg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/emptyworld",
|
||||
"value": {
|
||||
"primaryDungeon" : "emptyworld",
|
||||
"threatLevel" : 1,
|
||||
"gravity" : 80,
|
||||
"worldSize" : [500, 500],
|
||||
"dungeonBaseHeight" : 250,
|
||||
"dungeonSurfaceHeight" : 250,
|
||||
"ambientLightLevel" : [32, 32, 32]
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/spacetest3",
|
||||
"value": {
|
||||
"primaryDungeon" : "spaceencounter",
|
||||
"threatLevel" : 3,
|
||||
"gravity" : 0,
|
||||
"worldSize" : [1200, 200],
|
||||
"dungeonBaseHeight" : 150,
|
||||
"dungeonSurfaceHeight" : 150,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
|
||||
"musicTrack" : "/music/lava-exploration1.ogg",
|
||||
"environmentStatusEffects" : ["dontstarve"],
|
||||
"worldEdgeForceRegions" : "TopAndBottom",
|
||||
"biome" : "space"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/spacetest4",
|
||||
"value": {
|
||||
"primaryDungeon" : "spaceencounter",
|
||||
"threatLevel" : 4,
|
||||
"gravity" : 0,
|
||||
"worldSize" : [1200, 200],
|
||||
"dungeonBaseHeight" : 150,
|
||||
"dungeonSurfaceHeight" : 150,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
|
||||
"musicTrack" : "/music/lava-exploration1.ogg",
|
||||
"environmentStatusEffects" : ["dontstarve"],
|
||||
"worldEdgeForceRegions" : "TopAndBottom",
|
||||
"biome" : "space"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/spacetest5",
|
||||
"value": {
|
||||
"primaryDungeon" : "spaceencounter",
|
||||
"threatLevel" : 5,
|
||||
"gravity" : 0,
|
||||
"worldSize" : [1200, 200],
|
||||
"dungeonBaseHeight" : 150,
|
||||
"dungeonSurfaceHeight" : 150,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
|
||||
"musicTrack" : "/music/lava-exploration1.ogg",
|
||||
"environmentStatusEffects" : ["dontstarve"],
|
||||
"worldEdgeForceRegions" : "TopAndBottom",
|
||||
"biome" : "space"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/spacetest6",
|
||||
"value": {
|
||||
"primaryDungeon" : "spaceencounter",
|
||||
"threatLevel" : 6,
|
||||
"gravity" : 0,
|
||||
"worldSize" : [1200, 200],
|
||||
"dungeonBaseHeight" : 150,
|
||||
"dungeonSurfaceHeight" : 150,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
|
||||
"musicTrack" : "/music/lava-exploration1.ogg",
|
||||
"environmentStatusEffects" : ["dontstarve"],
|
||||
"worldEdgeForceRegions" : "TopAndBottom",
|
||||
"biome" : "space"
|
||||
}
|
||||
},
|
||||
{
|
||||
"op": "add",
|
||||
"path": "/playerstationtest",
|
||||
"value": {
|
||||
"primaryDungeon" : "playerstation",
|
||||
"threatLevel" : 1,
|
||||
"gravity" : 0,
|
||||
"worldSize" : [1200, 200],
|
||||
"dungeonBaseHeight" : 150,
|
||||
"dungeonSurfaceHeight" : 150,
|
||||
"ambientLightLevel" : [32, 32, 32],
|
||||
"ambientNoises" : "/sfx/environmental/space_loop4.ogg",
|
||||
"musicTrack" : "/music/lava-exploration1.ogg",
|
||||
"environmentStatusEffects" : ["dontstarve"],
|
||||
"worldEdgeForceRegions" : "TopAndBottom",
|
||||
"biome" : "space"
|
||||
}
|
||||
}
|
||||
]
|
20
assets/devel/dungeons/emptyworld/emptyworld.dungeon
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"metadata" : {
|
||||
"name" : "emptyworld",
|
||||
"species" : "generic",
|
||||
"rules" : [],
|
||||
"anchor" : [ "emptyworld" ],
|
||||
"maxRadius" : 1000,
|
||||
"maxParts" : 1,
|
||||
"protected" : false
|
||||
},
|
||||
|
||||
"parts" : [
|
||||
{
|
||||
"name" : "emptyworld",
|
||||
"rules" : [],
|
||||
"def" : [ "tmx", "emptyworld.json" ],
|
||||
"chance" : 1
|
||||
}
|
||||
]
|
||||
}
|
271
assets/devel/dungeons/emptyworld/emptyworld.json
Normal file
|
@ -0,0 +1,271 @@
|
|||
{ "backgroundcolor":"#000000",
|
||||
"height":10,
|
||||
"layers":[
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJw7xMDAcGiQ4CODwA3I2IAApoWdAAFuRzs=",
|
||||
"encoding":"base64",
|
||||
"height":10,
|
||||
"name":"back",
|
||||
"opacity":0.5,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":10,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJxjYBgFuIABAUwLAACakAGB",
|
||||
"encoding":"base64",
|
||||
"height":10,
|
||||
"name":"front",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":10,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#5555ff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"mods",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"objects",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ffff00",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - lights & guns",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"monsters & npcs",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#00ffff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - locked door",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"outside the map",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"anchors etc",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"items",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"nextobjectid":871,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tileheight":8,
|
||||
"tilesets":[
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/materials.json"
|
||||
},
|
||||
{
|
||||
"firstgid":193,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/miscellaneous.json"
|
||||
},
|
||||
{
|
||||
"firstgid":215,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/liquids.json"
|
||||
},
|
||||
{
|
||||
"firstgid":243,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/supports.json"
|
||||
},
|
||||
{
|
||||
"firstgid":279,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/generic.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2173,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/ancient.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2335,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/apex.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2705,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/avian.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3010,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/floran.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3205,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/glitch.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3431,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/human.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3710,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/hylotl.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3941,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-race\/novakid.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4004,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/crafting.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4083,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/decorative.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5490,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/door.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5617,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5692,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/furniture.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6036,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/light.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6467,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/other.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6769,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/pot.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7066,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/sapling.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7067,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/spawner.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7083,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/storage.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7314,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/teleporter.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7346,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/tools.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7351,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/trap.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7555,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-category\/wire.json"
|
||||
},
|
||||
{
|
||||
"firstgid":7768,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-type\/container.json"
|
||||
},
|
||||
{
|
||||
"firstgid":8050,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-type\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":8128,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-type\/loungeable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":8402,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-type\/noisy.json"
|
||||
},
|
||||
{
|
||||
"firstgid":8443,
|
||||
"source":"..\/..\/..\/packed\/tilesets\/packed\/objects-by-type\/teleporter.json"
|
||||
}],
|
||||
"tilewidth":8,
|
||||
"version":1,
|
||||
"width":10
|
||||
}
|
483
assets/devel/dungeons/human/humanbunkernew/bunkerChamber1.json
Normal file
|
@ -0,0 +1,483 @@
|
|||
{ "backgroundcolor":"#000000",
|
||||
"height":59,
|
||||
"layers":[
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJzt2MkNgCAQQFGq9GotNGElFmhMNDEcGIdtWP7hn0xk3gFCOJ1zJxERDdsxaZgx39\/3ycKMGfM8Yca8qtl6vlrFzP7JesZSvR7MmDGPH2bMK5utZ6yVdPcMs55XU6n3MGsHZp31j3nUPZ7jw5xn9plZmlP39JYZZsy97ueW5m+YMWNe15x6RvdkDpPO8pLmlvewXsy9JJmt56tVzLziexjm8cOMGbP9rJjrmjX\/aXFvLLWWdPeMpZlD+lfLtTBjpjm7AO6tznM=",
|
||||
"encoding":"base64",
|
||||
"height":59,
|
||||
"name":"back",
|
||||
"opacity":0.5,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":61,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJzt2kFywjAMBVDfNFfJKXqRbNhxptygw4DBUWTFDrL8caSZv+vEfv0QqNMQfHzGnOVicfMnN4C9aYVauPkbNNL03huoeX6lu4PsR8wZ87TPTML9jEU2+9Ayx+uT+8NM0us+9d6D5K4xZ7yQZslday5ZC8W8uNnNbr60mfsM\/EUzjWTuuPfTxpK42c0AJjdjm+k6bgY13wc234Weue8ka5kBwrwG9jwj2\/NjuL+3C93ztN2TqnX6XPPQy5171JoL3V3NkvesObqjnUtr8\/pce5fkbCR7nveNmZik95aqOffaSn8njc1hSfq1Nsd+U7eROV2zR8+btazMAD2bmw+6tuq4uTk9N0Hp2ei+PVrP2dDPKpCeQ2LORsl8lJY972JlBujZ3HyVnlM3Ss9Hz541zSg9W5pH6bnk\/xlQe5Yimcn1RBdKzyXRMqP0bGn2nr1n77l\/tMxcz\/H8UzP0jFmzZ+bZTVW3LbyVz1KyqX12M0Kkkb57\/nLc7GafMecftSnpgw==",
|
||||
"encoding":"base64",
|
||||
"height":59,
|
||||
"name":"front",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":61,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#5555ff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"mods",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"objects",
|
||||
"objects":[
|
||||
{
|
||||
"gid":2825,
|
||||
"height":64,
|
||||
"id":795,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":64,
|
||||
"x":216,
|
||||
"y":408
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":796,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":104,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":797,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":120,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":798,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":136,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":800,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":344,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":801,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":376,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2637,
|
||||
"height":16,
|
||||
"id":802,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":16,
|
||||
"x":360,
|
||||
"y":232
|
||||
},
|
||||
{
|
||||
"gid":2732,
|
||||
"height":40,
|
||||
"id":810,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":8,
|
||||
"x":392,
|
||||
"y":328
|
||||
},
|
||||
{
|
||||
"gid":2732,
|
||||
"height":40,
|
||||
"id":811,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":8,
|
||||
"x":392,
|
||||
"y":280
|
||||
},
|
||||
{
|
||||
"gid":2147486361,
|
||||
"height":32,
|
||||
"id":813,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":32,
|
||||
"x":280,
|
||||
"y":408
|
||||
},
|
||||
{
|
||||
"gid":2713,
|
||||
"height":32,
|
||||
"id":814,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":32,
|
||||
"x":184,
|
||||
"y":408
|
||||
},
|
||||
{
|
||||
"gid":2732,
|
||||
"height":40,
|
||||
"id":816,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":8,
|
||||
"x":96,
|
||||
"y":280
|
||||
},
|
||||
{
|
||||
"gid":2732,
|
||||
"height":40,
|
||||
"id":817,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":8,
|
||||
"x":96,
|
||||
"y":328
|
||||
}],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ffff00",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - lights & guns",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"monsters & npcs",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#00ffff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - locked door",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"outside the map",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"anchors etc",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"items",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"nextobjectid":818,
|
||||
"orientation":"orthogonal",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"renderorder":"right-down",
|
||||
"tileheight":8,
|
||||
"tilesets":[
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/materials.json"
|
||||
},
|
||||
{
|
||||
"firstgid":179,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/miscellaneous.json"
|
||||
},
|
||||
{
|
||||
"firstgid":197,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/liquids.json"
|
||||
},
|
||||
{
|
||||
"firstgid":223,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/supports.json"
|
||||
},
|
||||
{
|
||||
"firstgid":257,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/generic.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1556,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/ancient.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1659,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/apex.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1996,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/avian.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2273,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/floran.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2444,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/glitch.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2636,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/human.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2896,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/hylotl.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3098,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/novakid.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3123,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/crafting.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3183,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/decorative.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4181,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/door.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4274,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4346,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/furniture.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4627,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/light.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4998,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/other.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5192,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/pot.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5452,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/sapling.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5453,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/spawner.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5468,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/storage.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5663,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/teleporter.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5687,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/tools.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5692,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/wire.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5838,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/container.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6076,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6149,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/loungeable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6360,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/noisy.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6401,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/teleporter.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6424,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/huge-objects.json"
|
||||
}],
|
||||
"tilewidth":8,
|
||||
"version":1,
|
||||
"width":61
|
||||
}
|
1939
assets/devel/dungeons/human/humanbunkernew/bunkerEntrance1left.json
Normal file
1939
assets/devel/dungeons/human/humanbunkernew/bunkerEntrance1right.json
Normal file
307
assets/devel/dungeons/human/humanbunkernew/bunkerHallway1.json
Normal file
|
@ -0,0 +1,307 @@
|
|||
{ "backgroundcolor":"#000000",
|
||||
"height":31,
|
||||
"layers":[
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJzt1LENADAIA0FvyizsxIBUaTKAQ8QXV7\/cuCQVAAD4Uhjd7TR1c2DbZdpu2nvaju7x+kexTwNa70+f",
|
||||
"encoding":"base64",
|
||||
"height":31,
|
||||
"name":"back",
|
||||
"opacity":0.5,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":31,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"compression":"zlib",
|
||||
"data":"eJzt1LENACAMA8FsypAMkNXo05MIcSe5\/s4RAMCrVuOq3Tht7d\/a2dzO0p\/8FrjtAOrmrJE=",
|
||||
"encoding":"base64",
|
||||
"height":31,
|
||||
"name":"front",
|
||||
"opacity":1,
|
||||
"type":"tilelayer",
|
||||
"visible":true,
|
||||
"width":31,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#5555ff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"mods",
|
||||
"objects":[
|
||||
{
|
||||
"height":24,
|
||||
"id":790,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
"allowOverdrawing":"true",
|
||||
"material":"concrete"
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":216,
|
||||
"x":16,
|
||||
"y":104
|
||||
},
|
||||
{
|
||||
"height":24,
|
||||
"id":791,
|
||||
"name":"",
|
||||
"properties":
|
||||
{
|
||||
"allowOverdrawing":"true",
|
||||
"material":"concrete"
|
||||
},
|
||||
"rotation":0,
|
||||
"type":"",
|
||||
"visible":true,
|
||||
"width":216,
|
||||
"x":16,
|
||||
"y":208
|
||||
}],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"objects",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ffff00",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - lights & guns",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#ff0000",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"monsters & npcs",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"color":"#00ffff",
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"wiring - locked door",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"outside the map",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"anchors etc",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"draworder":"topdown",
|
||||
"height":0,
|
||||
"name":"items",
|
||||
"objects":[],
|
||||
"opacity":1,
|
||||
"type":"objectgroup",
|
||||
"visible":true,
|
||||
"width":0,
|
||||
"x":0,
|
||||
"y":0
|
||||
}],
|
||||
"nextobjectid":851,
|
||||
"orientation":"orthogonal",
|
||||
"properties":
|
||||
{
|
||||
|
||||
},
|
||||
"renderorder":"right-down",
|
||||
"tileheight":8,
|
||||
"tilesets":[
|
||||
{
|
||||
"firstgid":1,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/materials.json"
|
||||
},
|
||||
{
|
||||
"firstgid":179,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/miscellaneous.json"
|
||||
},
|
||||
{
|
||||
"firstgid":197,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/liquids.json"
|
||||
},
|
||||
{
|
||||
"firstgid":223,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/supports.json"
|
||||
},
|
||||
{
|
||||
"firstgid":257,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/generic.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1556,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/ancient.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1659,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/apex.json"
|
||||
},
|
||||
{
|
||||
"firstgid":1996,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/avian.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2273,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/floran.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2444,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/glitch.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2636,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/human.json"
|
||||
},
|
||||
{
|
||||
"firstgid":2896,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/hylotl.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3098,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-race\/novakid.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3123,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/crafting.json"
|
||||
},
|
||||
{
|
||||
"firstgid":3183,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/decorative.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4181,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/door.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4274,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4346,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/furniture.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4627,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/light.json"
|
||||
},
|
||||
{
|
||||
"firstgid":4998,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/other.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5192,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/pot.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5452,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/sapling.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5453,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/spawner.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5468,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/storage.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5663,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/teleporter.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5687,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/tools.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5692,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-category\/wire.json"
|
||||
},
|
||||
{
|
||||
"firstgid":5838,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/container.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6076,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/farmable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6149,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/loungeable.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6360,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/noisy.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6401,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/objects-by-type\/teleporter.json"
|
||||
},
|
||||
{
|
||||
"firstgid":6424,
|
||||
"source":"..\/..\/..\/tilesets\/packed\/huge-objects.json"
|
||||
}],
|
||||
"tilewidth":8,
|
||||
"version":1,
|
||||
"width":31
|
||||
}
|
400
assets/devel/dungeons/human/humanbunkernew/chamber1.json
Normal file
|
@ -0,0 +1,400 @@
|
|||
{
|
||||
"backgroundcolor" : "#000000",
|
||||
"height" : 59,
|
||||
"layers" : [ {
|
||||
"compression" : "zlib",
|
||||
"data" : "eJzt2MkNgCAQQFGq9GotNGEdlmhMNDEcGIdtWP7hn0xk3gFCOJ1zJxERDdsxaZgx39/3ycKMGfM8Yca8qtl6vlrFzP7JesZSvR7MmDGPH2bMK5utZ6yVdPcMs55XU6n3MGsHZp31j3nUPZ7jw5xn9plZmlP39JYZZsy97ueW5m+YMWNe15x6RvdkDpPO8pLmlvewXsy9JJmt56tVzLziexjm8cOMGbP9rJjrmjX/aXFvLLWWdPeMpZlD+lfLtTBjpjm7AJ65v4c=",
|
||||
"encoding" : "base64",
|
||||
"height" : 59,
|
||||
"name" : "back",
|
||||
"opacity" : 0.5,
|
||||
"type" : "tilelayer",
|
||||
"visible" : true,
|
||||
"width" : 61,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"compression" : "zlib",
|
||||
"data" : "eJzt2kFywjAMBVDfNFfJKXqNbNhxptyhw4DBUWTFDrL8caSZv+vEfv0QqNMQfHzGnOVicfMnN4C9aYVauPkbNNL03huoeX6lu4PsR8wZ87TPTML9jEU2+9Ayx+uT+8NM0us+9d6D5K4xZ7yQZslday5ZC8W8uNnNbr60mfsM/EUzjWTuuPfTxpK42c0AJjdjm+k6bgY13wc234Weue8ka5kBwrwG9jwj2/NjuL+3C93ztN2TqnX6XPPQy5171JoL3V3NkvesObqjnUtr8/pce5fkbCR7nveNmZik95aqOffaSn8njc1hSfq1Nsd+U7eROV2zR8+btazMAD2bmw+6tuq4uTk9N0Hp2ei+PVrP2dDPKpCeQ2LORsl8lJY972JlBujZ3HyVnlM3Ss9Hz541zSg9W5pH6bnk/xlQe5Yimcn1RBdKzyXRMqP0bGn2nr1n77l/tMxcz/H8UzP0jFmzZ+bZTVW3LbyVz1KyqX12M0Kkkb57/nLc7GafMecfZHrJMw==",
|
||||
"encoding" : "base64",
|
||||
"height" : 59,
|
||||
"name" : "front",
|
||||
"opacity" : 1,
|
||||
"type" : "tilelayer",
|
||||
"visible" : true,
|
||||
"width" : 61,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#5555ff",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "mods",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ff0000",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "objects",
|
||||
"objects" : [ {
|
||||
"gid" : 2668,
|
||||
"height" : 64,
|
||||
"id" : 795,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 64,
|
||||
"x" : 216,
|
||||
"y" : 408
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 796,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 104,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 797,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 120,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 798,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 136,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 800,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 344,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 801,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 376,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2480,
|
||||
"height" : 16,
|
||||
"id" : 802,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 16,
|
||||
"x" : 360,
|
||||
"y" : 232
|
||||
}, {
|
||||
"gid" : 2575,
|
||||
"height" : 40,
|
||||
"id" : 810,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 8,
|
||||
"x" : 392,
|
||||
"y" : 328
|
||||
}, {
|
||||
"gid" : 2575,
|
||||
"height" : 40,
|
||||
"id" : 811,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 8,
|
||||
"x" : 392,
|
||||
"y" : 280
|
||||
}, {
|
||||
"gid" : 2147486204,
|
||||
"height" : 32,
|
||||
"id" : 813,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 32,
|
||||
"x" : 280,
|
||||
"y" : 408
|
||||
}, {
|
||||
"gid" : 2556,
|
||||
"height" : 32,
|
||||
"id" : 814,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 32,
|
||||
"x" : 184,
|
||||
"y" : 408
|
||||
}, {
|
||||
"gid" : 2575,
|
||||
"height" : 40,
|
||||
"id" : 816,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 8,
|
||||
"x" : 96,
|
||||
"y" : 280
|
||||
}, {
|
||||
"gid" : 2575,
|
||||
"height" : 40,
|
||||
"id" : 817,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 8,
|
||||
"x" : 96,
|
||||
"y" : 328
|
||||
} ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ffff00",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "wiring - lights & guns",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ff0000",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "monsters & npcs",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#00ffff",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "wiring - locked door",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "outside the map",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "anchors etc",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "items",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
} ],
|
||||
"nextobjectid" : 818,
|
||||
"orientation" : "orthogonal",
|
||||
"properties" : {
|
||||
},
|
||||
"renderorder" : "right-down",
|
||||
"tileheight" : 8,
|
||||
"tilesets" : [ {
|
||||
"firstgid" : 1,
|
||||
"source" : "../../../tilesets/packed/materials.json"
|
||||
}, {
|
||||
"firstgid" : 175,
|
||||
"source" : "../../../tilesets/packed/miscellaneous.json"
|
||||
}, {
|
||||
"firstgid" : 193,
|
||||
"source" : "../../../tilesets/packed/liquids.json"
|
||||
}, {
|
||||
"firstgid" : 219,
|
||||
"source" : "../../../tilesets/packed/supports.json"
|
||||
}, {
|
||||
"firstgid" : 252,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/generic.json"
|
||||
}, {
|
||||
"firstgid" : 1462,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/ancient.json"
|
||||
}, {
|
||||
"firstgid" : 1565,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/apex.json"
|
||||
}, {
|
||||
"firstgid" : 1894,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/avian.json"
|
||||
}, {
|
||||
"firstgid" : 2117,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/floran.json"
|
||||
}, {
|
||||
"firstgid" : 2288,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/glitch.json"
|
||||
}, {
|
||||
"firstgid" : 2479,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/human.json"
|
||||
}, {
|
||||
"firstgid" : 2738,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/hylotl.json"
|
||||
}, {
|
||||
"firstgid" : 2930,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/novakid.json"
|
||||
}, {
|
||||
"firstgid" : 2955,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/crafting.json"
|
||||
}, {
|
||||
"firstgid" : 3015,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/decorative.json"
|
||||
}, {
|
||||
"firstgid" : 3927,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/door.json"
|
||||
}, {
|
||||
"firstgid" : 4015,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/farmable.json"
|
||||
}, {
|
||||
"firstgid" : 4087,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/furniture.json"
|
||||
}, {
|
||||
"firstgid" : 4356,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/light.json"
|
||||
}, {
|
||||
"firstgid" : 4717,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/other.json"
|
||||
}, {
|
||||
"firstgid" : 4911,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/pot.json"
|
||||
}, {
|
||||
"firstgid" : 5149,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/sapling.json"
|
||||
}, {
|
||||
"firstgid" : 5150,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/spawner.json"
|
||||
}, {
|
||||
"firstgid" : 5165,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/storage.json"
|
||||
}, {
|
||||
"firstgid" : 5358,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/teleporter.json"
|
||||
}, {
|
||||
"firstgid" : 5368,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/tools.json"
|
||||
}, {
|
||||
"firstgid" : 5373,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/wire.json"
|
||||
}, {
|
||||
"firstgid" : 5512,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/container.json"
|
||||
}, {
|
||||
"firstgid" : 5748,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/farmable.json"
|
||||
}, {
|
||||
"firstgid" : 5821,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/loungeable.json"
|
||||
}, {
|
||||
"firstgid" : 6025,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/noisy.json"
|
||||
}, {
|
||||
"firstgid" : 6066,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/teleporter.json"
|
||||
}, {
|
||||
"firstgid" : 6089,
|
||||
"source" : "../../../tilesets/packed/huge-objects.json"
|
||||
} ],
|
||||
"tilewidth" : 8,
|
||||
"version" : 1,
|
||||
"width" : 61
|
||||
}
|
1585
assets/devel/dungeons/human/humanbunkernew/entrance1left.json
Normal file
1585
assets/devel/dungeons/human/humanbunkernew/entrance1right.json
Normal file
259
assets/devel/dungeons/human/humanbunkernew/hallway1.json
Normal file
|
@ -0,0 +1,259 @@
|
|||
{
|
||||
"backgroundcolor" : "#000000",
|
||||
"height" : 31,
|
||||
"layers" : [ {
|
||||
"compression" : "zlib",
|
||||
"data" : "eJzt1LENADAIA0FvyixsxIhUaTKAQ8QXV7/cuCQVAAD4Uhjd7TR1c2DbZdpu2nvaju7x+kexTwPzHETT",
|
||||
"encoding" : "base64",
|
||||
"height" : 31,
|
||||
"name" : "back",
|
||||
"opacity" : 0.5,
|
||||
"type" : "tilelayer",
|
||||
"visible" : true,
|
||||
"width" : 31,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"compression" : "zlib",
|
||||
"data" : "eJzt1LENACAMA8FsyogMkOXo05MIcSe5/s4RAMCrVuOq3Tht7d/a2dzO0p/8FrjtAHD2qSk=",
|
||||
"encoding" : "base64",
|
||||
"height" : 31,
|
||||
"name" : "front",
|
||||
"opacity" : 1,
|
||||
"type" : "tilelayer",
|
||||
"visible" : true,
|
||||
"width" : 31,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#5555ff",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "mods",
|
||||
"objects" : [ {
|
||||
"height" : 24,
|
||||
"id" : 790,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
"allowOverdrawing" : "true",
|
||||
"material" : "concrete"
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 216,
|
||||
"x" : 16,
|
||||
"y" : 104
|
||||
}, {
|
||||
"height" : 24,
|
||||
"id" : 791,
|
||||
"name" : "",
|
||||
"properties" : {
|
||||
"allowOverdrawing" : "true",
|
||||
"material" : "concrete"
|
||||
},
|
||||
"rotation" : 0,
|
||||
"type" : "",
|
||||
"visible" : true,
|
||||
"width" : 216,
|
||||
"x" : 16,
|
||||
"y" : 208
|
||||
} ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ff0000",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "objects",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ffff00",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "wiring - lights & guns",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#ff0000",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "monsters & npcs",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"color" : "#00ffff",
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "wiring - locked door",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "outside the map",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "anchors etc",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
}, {
|
||||
"draworder" : "topdown",
|
||||
"height" : 0,
|
||||
"name" : "items",
|
||||
"objects" : [ ],
|
||||
"opacity" : 1,
|
||||
"type" : "objectgroup",
|
||||
"visible" : true,
|
||||
"width" : 0,
|
||||
"x" : 0,
|
||||
"y" : 0
|
||||
} ],
|
||||
"nextobjectid" : 851,
|
||||
"orientation" : "orthogonal",
|
||||
"properties" : {
|
||||
},
|
||||
"renderorder" : "right-down",
|
||||
"tileheight" : 8,
|
||||
"tilesets" : [ {
|
||||
"firstgid" : 1,
|
||||
"source" : "../../../tilesets/packed/materials.json"
|
||||
}, {
|
||||
"firstgid" : 175,
|
||||
"source" : "../../../tilesets/packed/miscellaneous.json"
|
||||
}, {
|
||||
"firstgid" : 193,
|
||||
"source" : "../../../tilesets/packed/liquids.json"
|
||||
}, {
|
||||
"firstgid" : 219,
|
||||
"source" : "../../../tilesets/packed/supports.json"
|
||||
}, {
|
||||
"firstgid" : 252,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/generic.json"
|
||||
}, {
|
||||
"firstgid" : 1462,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/ancient.json"
|
||||
}, {
|
||||
"firstgid" : 1565,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/apex.json"
|
||||
}, {
|
||||
"firstgid" : 1894,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/avian.json"
|
||||
}, {
|
||||
"firstgid" : 2117,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/floran.json"
|
||||
}, {
|
||||
"firstgid" : 2288,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/glitch.json"
|
||||
}, {
|
||||
"firstgid" : 2479,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/human.json"
|
||||
}, {
|
||||
"firstgid" : 2738,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/hylotl.json"
|
||||
}, {
|
||||
"firstgid" : 2930,
|
||||
"source" : "../../../tilesets/packed/objects-by-race/novakid.json"
|
||||
}, {
|
||||
"firstgid" : 2955,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/crafting.json"
|
||||
}, {
|
||||
"firstgid" : 3015,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/decorative.json"
|
||||
}, {
|
||||
"firstgid" : 3927,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/door.json"
|
||||
}, {
|
||||
"firstgid" : 4015,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/farmable.json"
|
||||
}, {
|
||||
"firstgid" : 4087,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/furniture.json"
|
||||
}, {
|
||||
"firstgid" : 4356,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/light.json"
|
||||
}, {
|
||||
"firstgid" : 4717,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/other.json"
|
||||
}, {
|
||||
"firstgid" : 4911,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/pot.json"
|
||||
}, {
|
||||
"firstgid" : 5149,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/sapling.json"
|
||||
}, {
|
||||
"firstgid" : 5150,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/spawner.json"
|
||||
}, {
|
||||
"firstgid" : 5165,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/storage.json"
|
||||
}, {
|
||||
"firstgid" : 5358,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/teleporter.json"
|
||||
}, {
|
||||
"firstgid" : 5368,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/tools.json"
|
||||
}, {
|
||||
"firstgid" : 5373,
|
||||
"source" : "../../../tilesets/packed/objects-by-category/wire.json"
|
||||
}, {
|
||||
"firstgid" : 5512,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/container.json"
|
||||
}, {
|
||||
"firstgid" : 5748,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/farmable.json"
|
||||
}, {
|
||||
"firstgid" : 5821,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/loungeable.json"
|
||||
}, {
|
||||
"firstgid" : 6025,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/noisy.json"
|
||||
}, {
|
||||
"firstgid" : 6066,
|
||||
"source" : "../../../tilesets/packed/objects-by-type/teleporter.json"
|
||||
}, {
|
||||
"firstgid" : 6089,
|
||||
"source" : "../../../tilesets/packed/huge-objects.json"
|
||||
} ],
|
||||
"tilewidth" : 8,
|
||||
"version" : 1,
|
||||
"width" : 31
|
||||
}
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"metadata" : {
|
||||
"name" : "humanbunkernew",
|
||||
"species" : "human",
|
||||
"rules" : [
|
||||
],
|
||||
"anchor" : [ "entrance1right" ],
|
||||
"gravity" : 80,
|
||||
"maxRadius" : 1000000,
|
||||
"maxParts" : 100,
|
||||
"extendSurfaceFreeSpace" : 100,
|
||||
"protected" : false
|
||||
},
|
||||
|
||||
"parts" : [
|
||||
{
|
||||
"name" : "entrance1left",
|
||||
"rules" : [
|
||||
[ "maxSpawnCount", [1] ]
|
||||
],
|
||||
"def" : [ "tmx", "entrance1left.json" ]
|
||||
},
|
||||
{
|
||||
"name" : "entrance1right",
|
||||
"rules" : [
|
||||
[ "maxSpawnCount", [1] ]
|
||||
],
|
||||
"def" : [ "tmx", "entrance1right.json" ]
|
||||
},
|
||||
{
|
||||
"name" : "chamber1",
|
||||
"rules" : [
|
||||
[ "maxSpawnCount", [1] ]
|
||||
],
|
||||
"def" : [ "tmx", "chamber1.json" ]
|
||||
},
|
||||
{
|
||||
"name" : "hallway1",
|
||||
"rules" : [
|
||||
[ "maxSpawnCount", [6] ]
|
||||
],
|
||||
"def" : [ "tmx", "hallway1.json" ]
|
||||
}
|
||||
]
|
||||
}
|
After Width: | Height: | Size: 107 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 111 B |
After Width: | Height: | Size: 113 B |
After Width: | Height: | Size: 114 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 109 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 140 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 145 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 123 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 124 B |
After Width: | Height: | Size: 130 B |
After Width: | Height: | Size: 103 B |
After Width: | Height: | Size: 105 B |
After Width: | Height: | Size: 99 B |
BIN
assets/devel/dungeons/human/testhumanprison/cell1left.png
Normal file
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 110 B |
After Width: | Height: | Size: 140 B |
BIN
assets/devel/dungeons/human/testhumanprison/cell1nleft.png
Normal file
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 142 B |
BIN
assets/devel/dungeons/human/testhumanprison/cell1nright.png
Normal file
After Width: | Height: | Size: 237 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 167 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 143 B |
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 112 B |
After Width: | Height: | Size: 98 B |
BIN
assets/devel/dungeons/human/testhumanprison/cell1right.png
Normal file
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 152 B |
After Width: | Height: | Size: 126 B |
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 124 B |
After Width: | Height: | Size: 127 B |
After Width: | Height: | Size: 283 B |
BIN
assets/devel/dungeons/human/testhumanprison/courtyard1a.png
Normal file
After Width: | Height: | Size: 432 B |
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/entranceleft1.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/entranceleft2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/entranceright1.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/entranceright2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/exitleft1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/exitleft2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/exitright1.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/exitright2.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 468 B |
BIN
assets/devel/dungeons/human/testhumanprison/guardroom1a.png
Normal file
After Width: | Height: | Size: 422 B |
After Width: | Height: | Size: 467 B |
BIN
assets/devel/dungeons/human/testhumanprison/guardroom1b.png
Normal file
After Width: | Height: | Size: 431 B |
After Width: | Height: | Size: 429 B |
BIN
assets/devel/dungeons/human/testhumanprison/guardroom1c.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
assets/devel/dungeons/human/testhumanprison/key with grid.png
Normal file
After Width: | Height: | Size: 263 KiB |
BIN
assets/devel/dungeons/human/testhumanprison/key.png
Normal file
After Width: | Height: | Size: 220 KiB |
After Width: | Height: | Size: 484 B |
BIN
assets/devel/dungeons/human/testhumanprison/messhall1a.png
Normal file
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 484 B |
BIN
assets/devel/dungeons/human/testhumanprison/messhall1b.png
Normal file
After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 729 B |
BIN
assets/devel/dungeons/human/testhumanprison/prisonblock1a.png
Normal file
After Width: | Height: | Size: 847 B |
After Width: | Height: | Size: 673 B |
BIN
assets/devel/dungeons/human/testhumanprison/prisonblock1b.png
Normal file
After Width: | Height: | Size: 870 B |