Dungeon tinkering

Nothing gameplay-affecting here.
This commit is contained in:
WayofTime 2020-11-15 12:07:01 -05:00
parent 6d07184b18
commit 71ba0229c5
35 changed files with 1173 additions and 1 deletions

View file

@ -0,0 +1,56 @@
{
"dungeonWeight": 4,
"structureMap": {
"bloodmagic:four_way_corridor": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"north": [
{
"x": 5,
"y": 0,
"z": 0
}
],
"south": [
{
"x": 5,
"y": 0,
"z": 10
}
],
"west": [
{
"x": 0,
"y": 0,
"z": 5
}
],
"east": [
{
"x": 10,
"y": 0,
"z": 5
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 11,
"y": 6,
"z": 11
},
"blockPosCache": [],
"cache": true
}
]
}

View file

@ -0,0 +1,56 @@
{
"dungeonWeight": 1,
"structureMap": {
"bloodmagic:four_way_corridor_loot": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"north": [
{
"x": 5,
"y": 5,
"z": 0
}
],
"south": [
{
"x": 5,
"y": 5,
"z": 10
}
],
"west": [
{
"x": 0,
"y": 5,
"z": 5
}
],
"east": [
{
"x": 10,
"y": 5,
"z": 5
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 11,
"y": 11,
"z": 11
},
"blockPosCache": [],
"cache": true
}
]
}

View file

@ -0,0 +1,69 @@
{
"dungeonWeight": 8,
"structureMap": {
"bloodmagic:ore_hold_1": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"north": [
{
"x": 5,
"y": 0,
"z": 0
},
{
"x": 2,
"y": 5,
"z": 0
},
{
"x": 12,
"y": 5,
"z": 0
}
],
"south": [
{
"x": 5,
"y": 0,
"z": 14
},
{
"x": 2,
"y": 5,
"z": 14
},
{
"x": 12,
"y": 5,
"z": 14
}
],
"west": [
{
"x": 0,
"y": 5,
"z": 7
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 15,
"y": 12,
"z": 15
},
"blockPosCache": [],
"cache": true
}
]
}

View file

@ -0,0 +1,3 @@
[
"bloodmagic:t_corridor"
]

View file

@ -0,0 +1,42 @@
{
"dungeonWeight": 4,
"structureMap": {
"bloodmagic:straight_corridor": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"west": [
{
"x": 0,
"y": 0,
"z": 2
}
],
"east": [
{
"x": 10,
"y": 0,
"z": 2
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 11,
"y": 5,
"z": 5
},
"blockPosCache": [],
"cache": true
}
]
}

View file

@ -0,0 +1,49 @@
{
"dungeonWeight": 12,
"structureMap": {
"bloodmagic:t_corridor": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"north": [
{
"x": 5,
"y": 0,
"z": 0
}
],
"west": [
{
"x": 0,
"y": 0,
"z": 5
}
],
"east": [
{
"x": 10,
"y": 0,
"z": 5
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 11,
"y": 5,
"z": 8
},
"blockPosCache": [],
"cache": true
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B