FateWeaver Posted December 18, 2015 Share Posted December 18, 2015 Was thinking when I heard Wilson saying "I'm going to need a bigger boat" that there should totally be a giant, ravenous shark in the game inspired by Jaws. It would be a rare spawn triggered under certain circumstances, and yes, you will totally need a bigger boat. http://static1.squarespace.com/static/51b3dc8ee4b051b96ceb10de/t/527160d1e4b03475d0dd3f55/1383162075322/Dan-Mumford-Jaws.jpg Reason I went with Maws is well, copyright. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/ Share on other sites More sharing options...
JYM Posted December 18, 2015 Share Posted December 18, 2015 Was thinking when I heard Wilson saying "I'm going to need a bigger boat" that there should totally be a giant, ravenous shark in the game inspired by Jaws. It would be a rare spawn triggered under certain circumstances, and yes, you will totally need a bigger boat. http://static1.squarespace.com/static/51b3dc8ee4b051b96ceb10de/t/527160d1e4b03475d0dd3f55/1383162075322/Dan-Mumford-Jaws.jpg Reason I went with Maws is well, copyright. They are still working in new conten like the in the tiger shark, the dragoon (no dragonfly), coffee, more characters, snake-dens, possible implements of RoG stuff and lot more that is coming. Just wait for it. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698588 Share on other sites More sharing options...
Auth Posted December 18, 2015 Share Posted December 18, 2015 How about a giant pengull boss? That'd be pretty interesting. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698610 Share on other sites More sharing options...
rezecib Posted December 18, 2015 Share Posted December 18, 2015 @JYM, Spoiler that stuff! Also, (warning, major spoilers) Doydoys and "typhoon", which is apparently a giant. The other characters are Watricia, Wastien, and Woodlegs (who will be unlocked by some set piece with a locked cage and a key that you find elsewhere, in buried treasure perhaps). Also, the volcano will be able to be "appeased", with the One True Earring being the best at doing this (heh, Lord of the Rings), and will have a cave-like level of its own which contains obsidian workbenches, lava, and coffee. Snakedens already exist, those are the snakey bushes. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698613 Share on other sites More sharing options...
OrderedChaos Posted December 18, 2015 Share Posted December 18, 2015 @JYM, Spoiler that stuff!Also, (warning, major spoilers) Doydoys and "typhoon", which is apparently a giant. The other characters are Watricia, Wastien, and Woodlegs (who will be unlocked by some set piece with a locked cage and a key that you find elsewhere, in buried treasure perhaps).Also, the volcano will be able to be "appeased", with the One True Earring being the best at doing this (heh, Lord of the Rings), and will have a cave-like level of its own which contains obsidian workbenches, lava, and coffee.Snakedens already exist, those are the snakey bushes.Source? Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698642 Share on other sites More sharing options...
rezecib Posted December 18, 2015 Share Posted December 18, 2015 @OrderedChaos, The files. Most of these are referenced in a bunch of places, but I'll try to pull out one meaningful one for each:Doydoy: map/tasks/island.lua has some interesting stuff on Doydoygirl and Doydoyboy islands. cooking.lua has recipe values for doydoy eggs.Typhoon: Oops, I misremembered this. Actually called "twister". It's in basehasslers.lua, which is where the giants are stored. It's listed as being for the "wet" season, aka Hurricane Season / Winter.Watricia, Wastien, and Woodlegs all have speech_watricia.lua, etc. They don't have prefab files yet. There's also one for Wepeatski but there was a post by Bryce, if I remember correctly, saying Wepeatski would not actually be a character.Woodlegs: The cage is referenced in map/rooms/volcano, and the keys (3 of them? not sure if all are needed) are referenced in map/treasurehunt.lua, among other places.Volcano appeasement: this is all over the place. Tons of items have an "appeasement value" listed. One True Earring has APPEASEMENT_HUGE, which is the largest one listed in tuning.lua.Snakeden: prefabs/snakeden.lua makes it clear that it uses the viney bush appearance and gives you a viney bush if you dig it up.Tigershark: It has stats listed in tuning.lua, as well as a brain. There's also stuff for "sharkittens", which appear to be its offspring :3. components/tigersharker.lua has a bunch of logic for when it spawns; it gets spawned by fishing/net related actions. It looks like it can behave differently on land and in the water.Dragoon: It has an egg referenced in components/volcanomanager.lua, and it has a brain. It sounds like the dragonfly.Coffee: all over the place. Cooking values in cooking.lua, a recipe for coffee in preparedfoods.lua, spawn locations in map/rooms/volcano.lua, etc. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698656 Share on other sites More sharing options...
OrderedChaos Posted December 18, 2015 Share Posted December 18, 2015 @OrderedChaos, The files. Most of these are referenced in a bunch of places, but I'll try to pull out one meaningful one for each:Doydoy: map/tasks/island.lua has some interesting stuff on Doydoygirl and Doydoyboy islands. cooking.lua has recipe values for doydoy eggs.Typhoon: Oops, I misremembered this. Actually called "twister". It's in basehasslers.lua, which is where the giants are stored. It's listed as being for the "wet" season, aka Hurricane Season / Winter.Watricia, Wastien, and Woodlegs all have speech_watricia.lua, etc. They don't have prefab files yet. There's also one for Wepeatski but there was a post by Bryce, if I remember correctly, saying Wepeatski would not actually be a character.Woodlegs: The cage is referenced in map/rooms/volcano, and the keys (3 of them? not sure if all are needed) are referenced in map/treasurehunt.lua, among other places.Volcano appeasement: this is all over the place. Tons of items have an "appeasement value" listed. One True Earring has APPEASEMENT_HUGE, which is the largest one listed in tuning.lua.Snakeden: prefabs/snakeden.lua makes it clear that it uses the viney bush appearance and gives you a viney bush if you dig it up.Tigershark: It has stats listed in tuning.lua, as well as a brain. There's also stuff for "sharkittens", which appear to be its offspring :3. components/tigersharker.lua has a bunch of logic for when it spawns; it gets spawned by fishing/net related actions. It looks like it can behave differently on land and in the water.Dragoon: It has an egg referenced in components/volcanomanager.lua, and it has a brain. It sounds like the dragonfly.Coffee: all over the place. Cooking values in cooking.lua, a recipe for coffee in preparedfoods.lua, spawn locations in map/rooms/volcano.lua, etc.Oh cool. I'm stoked for this volcano dungeon!Although keep in mind not everything referenced in the files would necessarily make it into the game, as evidenced by wepeakski. Link to comment https://forums.kleientertainment.com/forums/topic/60915-suggestion-maws/#findComment-698661 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.