* Lanterns now break in two swings. I don't wanna see anyone saying that lanterns are a great one handed weapon again.
* Lanterns can survive one fireball, as a treat.
Introduces a maximum dash range to the dash system and spell effect, clamping the dash target if it exceeds the allowed distance. Updates configuration fields and prototype YAML to support the new range parameter.
* Execution option unlocked for Sharp weapons.
* Created CP14Execution component to avoid issues with SS14 standard core coding.
Removed Execution Component in preparation to add in CP14Execution component instead.
* Added CP14Execution as a modularPart modifier under the id: BaseWeaponExecution
Added BaseWeaponExecution to the following weapons:
-Axe
-Dagger
-Mace
-Rapier
-Scimitar
-Spear
-Sword
* Added Executions to all Tools in the ModularWeapon category.
* Removed redundant code and replace CP14Execution Component with original Execution Component. Removed Mace, Hammer, Hoe, Shovel and Pickaxe execution for now. Added Execution Component to BaseWeaponSharp modifier
* Added Execution to non-sharp weapons via modifier called BaseWeaponExecution.
* Exchanged prefix of blunt to cp14 and added the override values.
* networking problems
---------
Co-authored-by: Red <96445749+TheShuEd@users.noreply.github.com>
* Clarify the naming of the farming sacks. Make mops breakable. Add modular mophead craftable at a workbench. Add lucens mophead. Make all mops and other tools not meant for swinging at things break faster. Tweaked damage numbers on certain tools. Add lucens bucket. Make all buckets wearable as shitty helmets. Add recipes to (slowly) craft ropes from the inventory.
* Revert all changes to the CP14BaseMop, as it doesn't need to be touched. Use migration to replace it instead.
* Remove the old mop
* Correct sprites based on feedback from omsoyk. Dewhimsy the lucens mop and bucket--mop head looks more logical, bucket's rope color is plain rope. Correct certain mop sprites facing the wrong way.
* Bring mops up to speed with the belt changes
* Make lucens bucket just a norma bucket, in blue
* Fix the errors by removing unnecessary fields from the craft recipes, updating the crate loot to use the new preset mop
* One more attempt to fix linting errors
* Final(?) bugsquash. Remove unnecessary name field
* Add clumsy tranlated localization
* Revise bucket helmet sprite to sit higher on the head at a jaunty angle
* Update old guidebook mop references
* Minor shading mistake: 💀
* Move rope craft recipes to the workbench
* Remove construction component from rope
---------
Co-authored-by: Red <96445749+TheShuEd@users.noreply.github.com>