Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

Create Ravencrest Entrance MicroBiome #297

Closed CollinHerber closed 3 months ago

CollinHerber commented 3 months ago

Summary

Taking the build from #277

image

Build out the Microbiome which should just include this build. This will be the entrance to Ravencrest

Keep in mind the raven statue won't be there and will be replaced with an actual Raven NPC that can be interacted to "Follow" which will bring you to Ravencrest.

Reasonings

Will need to figure out how we want to share these things in the future. Do we just put the world file on the build ticket?

Programming Needed

mr-pus commented 3 months ago

Here is the file for this structure (I had to compress it as a zip file otherwise I am not able to upload it) Ravencrest_entrance3.zip

GabeHasWon commented 3 months ago

image Having trouble making this placeable on flat ground. I've got a thing that checks for flatness (average difference in elevation) and average depth, but usually this means it arcs over a gap or hangs off a ledge. Gonna need more polish, but occasionally this fits in perfectly.

GabeHasWon commented 3 months ago

image image image Alright, it seems consistent enough. Sometimes, it'll clip a bit into nearby generation, but not enough to make a major difference. Any large clips, like in a living tree or deep into a mountain, should be avoided automatically.