Create HilbertSandTrap.lua#793
Merged
mheguy merged 8 commits intoRefactorio:developfrom Mar 13, 2019
R-Nukem:patch-1
Merged
Conversation
Adding today's map so everyone has access.
grilledham
reviewed
Feb 22, 2019
mheguy
reviewed
Feb 22, 2019
mheguy
reviewed
Feb 22, 2019
Member
|
Given the first play through, I'd say we need to override hydra settings for this map, before merging it local redmew_config = global.config
redmew_config.hail_hydra.enabled = true
redmew_config.hail_hydra.evolution_scale = 0.8
redmew_config.hail_hydra.hydras = {
-- spitters
['small-spitter'] = {['small-worm-turret'] = 0.1},
['medium-spitter'] = {['medium-worm-turret'] = 0.1},
['big-spitter'] = {['big-worm-turret'] = 0.1},
['behemoth-spitter'] = {['big-worm-turret'] = 0.4},
-- biters
['medium-biter'] = {['small-biter'] = 0.8},
['big-biter'] = {['medium-biter'] = 0.8},
['behemoth-biter'] = {['big-biter'] = 0.8},
-- worms
['small-worm-turret'] = {['small-biter'] = 1.5},
['medium-worm-turret'] = {['small-biter'] = 1.5, ['medium-biter'] = 0.6},
['big-worm-turret'] = {['small-biter'] = 3.8, ['medium-biter'] = 1.3, ['big-biter'] = 1.1}
}would allow you to override the default settings in config #795 would change this. The config should still work, but you might want the extra options that #795 gives |
Updated to include suggestions and hotfixes and generally clean up the code a little.
Contributor
Author
|
Code has been cleaned up a bit. |
Combined ghost and tile-ghost handling
mheguy
reviewed
Feb 28, 2019
added enable_water mapgen setting for use with grass_only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding today's map so everyone has access.