Delta-v/Content.Shared/Actions
keronshb c8466055ef
Action, Action Container, and Action Upgrade changes (#24005)
* Added TransferActionWithNewAttached and TransferAllActionsWithNewAttached and OnActionAdded event method to ActionContainerSystem. These are needed where the action needs to have a different attached entity for usage.  Fixed a bug with not being able to upgrade actions between levels.  Added a way to grant and remove a singular action.

* adds an action container component to mind on action added to fix tests

* Swaps trycomp for hascomp

* Maybe this will fix the thests

* Grants action container to performer as well

* Wait that makes no sense, removing that

* fixes mind action grant logic

* Changes ent check back to netent check

* Reverts unintended container changes
2024-01-14 23:37:38 -07:00
..
Events Adds Hellspawn (Nar'Sie demon mob) (#20291) 2024-01-04 05:53:15 -07:00
ActionContainerComponent.cs Action container rejig (#20260) 2023-09-23 18:49:39 +10:00
ActionContainerSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-14 23:37:38 -07:00
ActionEvents.cs Action container rejig (#20260) 2023-09-23 18:49:39 +10:00
ActionUpgradeComponent.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-14 23:37:38 -07:00
ActionUpgradeSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-14 23:37:38 -07:00
ActionsComponent.cs Action container rejig (#20260) 2023-09-23 18:49:39 +10:00
BaseActionComponent.cs Action Upgrade System (#22277) 2023-12-15 02:41:44 -07:00
BaseTargetActionComponent.cs Refactor actions to be entities with components (#19900) 2023-09-08 18:16:05 -07:00
EntityTargetActionComponent.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
InstantActionComponent.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
SharedActionsSystem.cs Action, Action Container, and Action Upgrade changes (#24005) 2024-01-14 23:37:38 -07:00
WorldTargetActionComponent.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00