Skip to content

Mining Hotfixes + Balance Pass #8569

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

Conversation

VmpOS2NHSkhkejA9
Copy link
Contributor

About The Pull Request

Feature:

  • Ore boxes are climbable

Balance:

  • Platinum charge damage: 50 -> 25/35 obstacles/target
  • Gold spike damage: 40 -> 25
  • Golem squad size in levels 3 & 4: 5 -> 4
  • Increased iron & coal golem weights

Fix:

  • Platinum golems use attack_generic() instead of explosion_act() and thus properly respect structures being unbreakable
  • loops in get_golem_spawns() start from 1 instead of 0 so that the intended number of golems spawn instead of way too many.

Why It's Good For The Game

The game not being way more difficult than intended is good 👍
also bugfixes

Testing

Climbed an orebox.
Spawned a platinum golem, got gored slower than before.
Spawned a gold golem. Got skewered slower than before.
Opened a level 3 cave. Saw 4 golems spawn per squad, as intended.
Spawned a platinum golem. Hid behind an orebox. Orebox didn't get deleted.

Changelog

🆑
tweak: Ore boxes are climbable
balance: Platinum golems deal much less charge damage
balance: Gold golems deal much less spike damage
balance: Less golems spawn on seismic levels 3 & 4
balance: Coal and Iron golems are more common
fix: Correct number of golems spawn on all seismic levels. 1-3 less depending on seismic level.
fix: Platinum golems no longer bypass oreboxes being unbreakable
/:cl:

Wrill added 30 commits January 21, 2025 17:37
this should not have taken me 4 hours but it did so here we are.
there's still an issue where they'll stay locked onto their target permanently once they charge.
still need to test coal!!!
limited CPU and its consequences on the human race
it knocks players out in only a few shots- it's disproportionately strong for the level it's introduced at.
Wrill and others added 24 commits March 9, 2025 22:25
i forgot to commit and then i made another change and then i was like "oh one more change" and i still didn't commit and now here we are
map changes jumpscare
- Remove tile-based resources and the noise datum that generates them. Nothing used them anyway.
- Remove advanced ore detector, it only existed to detect the now-removed tile resources.
- More KARL fixes
- Add some description_info text to mining equipment to make it more clear what to do.
Co-authored-by: SirRichardFrancis <[email protected]>
@VmpOS2NHSkhkejA9
Copy link
Contributor Author

VmpOS2NHSkhkejA9 commented Mar 22, 2025

Oh shit conflicts. Also should've opened a new branch for the 5 billion commits, but oh well.

@VmpOS2NHSkhkejA9
Copy link
Contributor Author

This PR should be considered "as-is". I no longer intend to contribute to this codebase; if any changes are requested the PR should instead be closed immediately

@VmpOS2NHSkhkejA9 VmpOS2NHSkhkejA9 closed this by deleting the head repository Apr 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants