* Add BasePaperLabelable to base_item.yml
* CrateGeneric now parents from BasePaperLabelable
* TWO types of BaseParcelWrapable
* Body bags use BasePaperLabelable
* Artifact containers use BasePaperLabelable
* Lockers now use BasePaperLabelable
* Comment cleanup + redundancies
* Seeds now use BasePaperLabelable (but need more paper sprites in the future)
* Parcel wrap bugfix
* Remove redundant components from crates
* Fix testfail tied to ContainerContainer component
* Fixed bad line alignment
* Gas canisters now use BasePaperLabelableVisualized
* Comment updates
* Other comment update
* make door bolting powergaming no longer relevant anymore
port and remove moff guard comments
* update desc
* One line bugefix
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* upstream hushpup
* fixes incorrect filename in attribution
* sprite cleanup
* Make the YAML not ass
* Remove redundant line of code
* Resprite, attributes original sources
* More sourcing fixes
* Last minute sprite touchups
* So... don't accidentally copy paste stuff
* Fixes bolt being on the wrong side while wielded
* adjust rolloffFactor
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
* Resprite
* No more pegs
* Spanky mind controlled me to commit these changes
---------
Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
* Revert "Sometimes the Bagel Theater doesn't like showing up to work (#41787)"
This reverts commit c0e90815d9.
* Reapply "Sometimes the Bagel Theater doesn't like showing up to work (#41787)"
This reverts commit 114266990897d338ef25fa435d0ad7350457dd63.
* remove blank
* upd CL
* Addresses and resolves Issue #41145, creates a separate entity for green glowsticks, which were previously just the base glowstick.
* Adds old+new ID for green glowsticks to migration.yml, refactors formatting in glowstick.yml
* Double bullet speeds
The only reason we had it at 20m/s was tunneling reasons.
The quick maths is (BodyA size + BodyB size) / frametime. Currently the game is doing substepping AFAIK so we can use 0.016 as the frametime therefore with a 0.40 width body we can get up to 40.625 (assuming the target is no narrower than 0.25 which given my thindows change last year should be a decently safe assumption).
* Fix
* Fix impact visuals, as they overshoot otherwise
* Revert changes
---------
Co-authored-by: SlamBamActionman <slambamactionman@gmail.com>