broken_seals/game/modules/planets/test_planet/dungeons/dungeon_l2.tres

37 lines
1.7 KiB
Plaintext

[gd_resource type="Resource" load_steps=12 format=2]
[ext_resource path="res://modules/planets/test_planet/dungeons/dungeon.gd" type="Script" id=1]
[ext_resource path="res://modules/species/Human/Female/character_models/huf_calf_left.tres" type="MeshDataResource" id=2]
[ext_resource path="res://modules/planets/test_planet/dungeons/dung_teleporter.tscn" type="PackedScene" id=3]
[ext_resource path="res://modules/core_models/ceiling.tres" type="MeshDataResource" id=4]
[ext_resource path="res://modules/core_models/wall_xp.tres" type="MeshDataResource" id=5]
[ext_resource path="res://modules/core_models/wall_xn.tres" type="MeshDataResource" id=6]
[ext_resource path="res://modules/core_models/floor.tres" type="MeshDataResource" id=7]
[ext_resource path="res://modules/core_models/wall_zn.tres" type="MeshDataResource" id=8]
[ext_resource path="res://modules/core_models/wall_zp.tres" type="MeshDataResource" id=9]
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_1_albedo.png" type="Texture" id=10]
[ext_resource path="res://modules/planets/test_planet/voxel_library/textures/stone_dungeon_1_albedo.png" type="Texture" id=11]
[resource]
posy = -79
sizex = 40
sizey = 3
sizez = 40
script = ExtResource( 1 )
level_room_count = 9
min_room_dimension = 5
max_room_dimension = 8
enemy_count = 14
spawn_mobs = true
dung_floor = ExtResource( 7 )
dung_ceiling = ExtResource( 4 )
dung_wall_xp = ExtResource( 5 )
dung_wall_xn = ExtResource( 6 )
dung_wall_zp = ExtResource( 9 )
dung_wall_zn = ExtResource( 8 )
wall_texture = ExtResource( 11 )
floor_texture = ExtResource( 10 )
ceiling_texture = ExtResource( 10 )
dung_entrance_mdr = ExtResource( 2 )
dung_entrance_scene = ExtResource( 3 )