Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Xedra Evolved ] Salamander eruption mutable special #69553

Open
wants to merge 64 commits into
base: master
Choose a base branch
from

Conversation

Maleclypse
Copy link
Member

Summary

Mods "Xedra Evolved: Salamander Eruption"

Purpose of change

Paraclesian starts need to have dungeons that allow them to gather the materials they need to mutate. This is the first of those. I've based it off of the mines to start once I've got it working I'll build separate finales for it.

Describe the solution

Mutable special, need help with mutable structure. I always mess up there.

Describe alternatives you've considered

Making much smaller eruptions. That would be intelligent. Maybe I could make some one tile micro intrusions.

Testing

In progress.

Additional context

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Map / Mapgen Overmap, Mapgen, Map extras, Map display Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Mods: Xedra Evolved Anything to do with Xedra Evolved labels Nov 19, 2023
@Maleclypse
Copy link
Member Author

@John-Candlebury if you have a minute to make recommendations on the connections section? I always get so confused on mutables at this point. I think I've got the z-0 and z-1 connections complete. I need to get the z-0 to z.-1 connection working basically the ground floor to eruption entrance. Basically I'm removing the mine shaft layer and then I'm having difficulties there. I think once I'm past that I can rename all the mine overmaps to my salamander overmaps?

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-requesting reviews from non-collaborators: @GuardianDll

@github-actions github-actions bot added the astyled astyled PR, label is assigned by github actions label Nov 19, 2023
@John-Candlebury
Copy link
Member

If I understand your intentions here, I think you just want a simple connection type for both the 0 to +1 gap and another one for the 0 to -1 gap.
So in this case the vertical connections function just like the simple horizontal tunnel_to_tunnel connections

@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Nov 19, 2023
@Maleclypse
Copy link
Member Author

So I'm getting these two errors on start now.

16:35:02.026 ERROR : C:\Users\colli\Documents\GitHub\Cataclysm-DDA\src\overmap.cpp:1524 [finalize] invalid join id tunnel_entrance_to_tunnels in overmap tunnel_entrance in overmap special Salamander eruption
16:35:07.623 ERROR : C:\Users\colli\Documents\GitHub\Cataclysm-DDA\src\overmap.cpp:1675 [finalize] phase of overmap special Salamander eruption specifies overmap salamander_eruption_entrance which is not defined for that special

@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Nov 20, 2023
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Nov 20, 2023
@github-actions github-actions bot added json-styled JSON lint passed, label assigned by github actions and removed json-styled JSON lint passed, label assigned by github actions labels Nov 21, 2023
@Maleclypse Maleclypse marked this pull request as draft November 12, 2024 05:26
@github-actions github-actions bot removed the BasicBuildPassed This PR builds correctly, label assigned by github actions label Nov 12, 2024
Co-authored-by: Anton Burmistrov <Night_Pryanik@mail.ru>
@Maleclypse Maleclypse marked this pull request as ready for review November 24, 2024 05:05
@github-actions github-actions bot removed the json-styled JSON lint passed, label assigned by github actions label Nov 24, 2024
@github-actions github-actions bot added the json-styled JSON lint passed, label assigned by github actions label Dec 14, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 14, 2024
Copy link
Contributor

Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details.

Click to expand
  • Tezcatlipoca's blood
  • salamagman
  • salamagman battle axe
  • salamagman battle axes
  • salamagman champion
  • salamagman champions
  • salamagman hand axe
  • salamagman hand axes
  • salamagman warlord
  • salamagman warlords
  • salamagmans

This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to tools/spell_checker/dictionary.txt so they will not trigger an alert next time.

Hints for adding a new word to the dictionary
  • If the word is normally in all lowercase, such as the noun word or the verb does, add it in its lower-case form; if the word is a proper noun, such as the surname George, add it in its initial-caps form; if the word is an acronym or has special letter case, such as the acronym CDDA or the unit mW, add it by preserving the case of all the letters. A word in the dictionary will also match its initial-caps form (if the word is in all lowercase) and all-uppercase form, so a word should be added to the dictionary in its normal letter case even if used in a different letter case in a sentence.
  • For a word to be added to the dictionary, it should either be a real, properly-spelled modern American English word, a foreign loan word (including romanized foreign names), or a foreign or made-up word that is used consistently and commonly enough in the game. Intentional misspelling (including eye dialect) of a word should not be added unless it has become a common terminology in the game, because while someone may have a legitimate use for it, another person may spell it that way accidentally.

@github-actions github-actions bot removed the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 15, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 15, 2024
@github-actions github-actions bot removed the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Items: Ammo / Guns Ammunition for all kinds of weapons and these weapons themselves [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Map / Mapgen Overmap, Mapgen, Map extras, Map display Melee Melee weapons, tactics, techniques, reach attack Mods: Xedra Evolved Anything to do with Xedra Evolved Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants