cataclysmbnteam / Cataclysm-BN

Cataclysm: Bright Nights, A fork/variant of Cataclysm:DDA by CleverRaven.
https://docs.cataclysmbn.org
Other
700 stars 272 forks source link

feat(balance): Electrical terrain/furn requires varying skills and lots of tools, easier to train #5722

Closed RoyalFox2140 closed 1 week ago

RoyalFox2140 commented 1 week ago

Checklist

Required

There was issues with the plutonium generator being too good. There's also an issue with not being able to field train electronics.

Describe the solution

I hit the entire community with the suffering bat, and now it takes pliers, wire cutting, fine screw driving, and a wrench to do low voltage electrical work, high voltage requires prying 2 (claws bars and up) and rubber gloves.

You can go from 0 to 6 easily at an electrical substation, and possibly to 7 or 8. Telecom cabinets also have skill.

Computers and lightning arresters are at 0, with some furniture for 1 2 3 and 4, and some for 5 and 6 now. You can deconstruct transformers and switchgears and what not for a clean progression. Descriptions were updated. Also the plutonium generator is at level 6. That's rough buddy.

Describe alternatives you've considered

idk

Testing

image image

Additional context

ITS TESTING TIME CHAOS

autofix-ci[bot] commented 1 week ago

Autofix has formatted code style violation in this PR.

I edit commits locally (e.g: git, github desktop) and want to keep autofix 1. Run `git pull`. this will merge the automated commit into your local copy of the PR branch. 2. Continue working.
I do not want the automated commit 1. [Format your code locally](https://docs.cataclysmbn.org/en/contribute/contributing/#code-style), then commit it. 2. Run `git push --force` to force push your branch. This will overwrite the automated commit on remote with your local one. 3. Continue working.

If you don't do this, your following commits will be based on the old commit, and cause MERGE CONFLICT.