* mapping public stores update
* base selling platform update
* basic UI setup
* Update coin icon textures
Refreshed the c, g, p, and s coin images in the interface textures. This likely improves their appearance or corrects previous visual issues.
* parse requests data into UI
* selling platform UI state now include price
Updated the selling platform UI to display the calculated price of placed items. Moved the UpdateSellingUIState logic from the shared system to the server system, and modified the CP14SellingPlatformUiState to include a price field. The client window now uses the state-provided price instead of a hardcoded value.
* Update selling UI state on item placed or removed
Added event subscriptions for ItemPlacedEvent and ItemRemovedEvent to update the selling UI state when items are placed or removed from the selling platform. Refactored UpdateSellingUIState to remove the user parameter, as it is no longer needed.
* sell button works now
Replaces the previous sell request mechanism with a new CP14TradingSellAttempt message for selling items on the platform. Updates client and server logic to use this new message, adds a CanSell helper for item validation, and refactors related UI and event handling code for improved clarity and maintainability.
* auto pricing requirements
* Refactor reputation reward to use cashback rate
Reputation rewards for selling requests are now calculated as a percentage (cashback) of the sale price, rather than a fixed value. Updated the relevant UI, server logic, and prototype fields to reflect this change. Also cleaned up the brad_potions.yml prototype file by removing a duplicate entry and correcting an ID.
* request rerolling
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>
* mind upgrade works only on followers
* wrath of lumera, removing memory points
* enable lumera for players
* add lumera to maps
* job desc update
* guidebook
* Work for a madman
* God, that's a lot of hardcoding
* Fixed belt2 smartequip and cleaned up
* Continued clean up
* No scope creep!
* Replaced belt1 for upstream default belt
* Moved CP14OpenSkillMenu to CP14ContentContexts
* Changed naming of belt1 textures to just belt
* Updated new belt1 refrences
* I forgot to edit the RSI meta
* fix all BELT1 Texture instance
---------
Co-authored-by: Red <96445749+TheShuEd@users.noreply.github.com>
* Added reset all (non-free) skills
* I don't know why I didn't do this the first time
* Formatting fixes
* Removed old code and made removal function iterate in reverse order
* Use distinct action labels for toggling internals on and off.
* Implement specific actions for enabling/disabling internals
Avoids potential confusing race conditions where two people might perform the "Toggle Internals On" action an the same person,
which would have jsut toggled twice.
* If no gas tank, will give popup
---------
Co-authored-by: beck-thompson <beck314159@hotmail.com>