primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
13
veloren/assets/world/manifests/spots/jungle/outpost.ron
Normal file
13
veloren/assets/world/manifests/spots/jungle/outpost.ron
Normal file
@@ -0,0 +1,13 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.jungle_outpost",
|
||||
center: (32, 28, 33),
|
||||
custom_indices: {
|
||||
8: Filled(Air, (r: 255, g: 255, b: 255)),
|
||||
156: Sprite(FireBowlGround),
|
||||
157: EntitySpawner("common.entity.wild.aggressive.occult_saurok", 1.0),
|
||||
},
|
||||
),
|
||||
]
|
||||
12
veloren/assets/world/manifests/spots/jungle/saurok-altar.ron
Normal file
12
veloren/assets/world/manifests/spots/jungle/saurok-altar.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.saurok-altar",
|
||||
center: (10, 13, 3),
|
||||
custom_indices: {
|
||||
105: Filled(GlowingRock, (r: 161, g: 255, b: 133)),
|
||||
113: Filled(GlowingRock, (r: 139, g: 245, b: 104)),
|
||||
},
|
||||
),
|
||||
]
|
||||
12
veloren/assets/world/manifests/spots/jungle/saurok_totem.ron
Normal file
12
veloren/assets/world/manifests/spots/jungle/saurok_totem.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.saurok_totem_0",
|
||||
center: (8, 8, 20)
|
||||
),
|
||||
(
|
||||
specifier: "world.structure.spots.saurok_totem_1",
|
||||
center: (8, 8, 20)
|
||||
),
|
||||
]
|
||||
12
veloren/assets/world/manifests/spots/jungle/temple_small.ron
Normal file
12
veloren/assets/world/manifests/spots/jungle/temple_small.ron
Normal file
@@ -0,0 +1,12 @@
|
||||
#![enable(unwrap_newtypes)]
|
||||
|
||||
[
|
||||
(
|
||||
specifier: "world.structure.spots.temple_small_0",
|
||||
center: (11, 25, 27)
|
||||
),
|
||||
(
|
||||
specifier: "world.structure.spots.temple_small_1",
|
||||
center: (11, 11, 27)
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user