* Flatpacker and flatpacks
* ok that's good enough
* convert solars/AME to flatpacks
* mats, mats, we are the mats
* basic mechanics are DONE
* thing
* final UI
* sloth
* rped jumpscare
* rename
* working on depleted uranium shotgun ammo
* added depleted uranium to more ammo
* Last changes and additions
* Forgot something, theoretically resolved the merge conflict too
* Nerfed the DU munitions, renamed em to uranium because it's not really DU
* made the ammo more expensive, also fixing the crash at the same time
* Fixed the last error, theoretically at least
* Revert "Fixed the last error, theoretically at least"
This reverts commit a875d2ac320478e4cb407564d704d915d0ef158b.
* copyright changes, small sprite changes, last references of depleted uranium removed
* Revert "copyright changes, small sprite changes, last references of depleted uranium removed"
This reverts commit 93a12bf20bc72581a0bdc32a3cdc7d887f50de3f.
* Update meta.json
* Update meta.json
* Update lathe.yml
* Update arsenal.yml
* Added cryo syringe, sprite courtesy of Ubaser
* I failed to put a comma in meta.json file because I was so shocked by jeneral that I couldn't think clearly
* IN MY DEFENSE JENERAL IS SCARY I THINK THE FORMATTING IS FIXED NOW
* added canReact at the wrong place, fixed now
* made the transfer good
* more issues with the sprites
* not much to say, one must imagine sisyphus happy
* mmm yes give me 0 of layers
* I oughta double check shit more
* Should be all done!
* I didn't add it to the lathe, I am le stupide
* Forgot to add the recipe somewhere
* final touches, can actually be made at the medlathe now
* added the recipe to the protolathe as well
* Moves sheetifier research unlock from civilian services to industrial
* Makes wood insertable into the sheetifier and makes paper a lathable material
* Adds a paper crate to the cargo catalog
* Adds localizations
* book bag to literacy module, bucket n plant bag to gardening
* split gardening into gardening and harvesting
* book bag whitelist document, also dumpable
* fix
* new icon
* Added basic alternative fire mode system for the CHIMP
* Redesign of the CHIMP handcannon
- the CHIMP now has an internal rechargable battery (10 shots at 100% charge)
- it has three alternative fire modes, one for each particle type, that its user can easily switch between
- syndicate scientists have access to an experimental version which can also fire omega particles (4 TC)
- each particle type now has a distinct color and damage type: delta (red): heat, epsilon (green): radiation, zeta (yellow): shock, omega (purple): heat + radiation. This affects A.P.E.s as well
- CHIMP particles now do 10 damage (up from 5)
- all CHIMP particle cartridges have been removed from the game (including the syndicate omega particle ammo pack)
* Code revisions
* Code revisions
- Removed changes to particle damage and damage types
- The experimental CHIMP was removed from the syndicate uplink and replaced with an upgrade kit, which when used on a standard CHIMP will convert it to an experimental one
* Code revisions
- Added a 2 second DoAfter for applying the upgrade kit
* Fixed spelling mistake
* Update projectiles.yml
Removed commented code
* Update Content.Server/Weapons/Ranged/Systems/AlternativeFireModesSystem.cs
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
* Code revisions
- Implemented changes requested by EmoGarbage
- Removed UpgradeKitComponent in favor of using a construction graph
- Renamed AlternativeFireModesComponent.cs to BatteryWeaponFireModesComponent.cs
Textures
- Reverted omega particle to being a green color
- Epsilon particles are now a cyan color
* Added comments
* Revisions
- Moved BatteryWeaponFireModesComponent from Shared to Server
- Restricted access to this component to BatteryWeaponFireModesSystem
- Changed the CHIMP upgrade kit to a chip
- Updated the localization files to reflect this change
* Delete interaction-upgrade-kit-component.ftl
This file is no longer needed
* Update battery_guns.yml
Added new description for the experimental CHIMP
* Update battery_guns.yml
Updated experimental CHIMP description again...
* Fixed issue with ItemComponent
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>