Delta-v/Content.Shared/Damage/Components
James a8e99ff65c
Death Nettle changes (#25253)
* Added ThornyComponent, ThornyImmuneComponent, and ThornySystem, as well as changed Botanists glove's to have the ThornyImmuneComponent, and for Death Nettle to have the ThornyComponent.

* Added heat damage to the player if they pickup nettle without gloves. Also displays a popup message .

* Revised OnHandPickUp method and reduced whitespace

* Touching death nettle without gloves now does damage split between heat and caustic, and does more damage.

* File-scoped namespace adherence

* Code revisions, and removal of old file.

* Removed thornyImmune key from botanist's gloves in gloves.yml for cleanup / yaml linter

* Adds new generic DamageOnPickup, still very WIP

* Starting on localization, removed _Notes.txt, adds immunity component

* Added OnPickupDamageImmune component to botanists gloves

* Removed botany specific components/system, moved to generic DamageOnPickup. Added code comments. Extra checks in component for whether to toss an item, damage an entity. Still WIP.

* changes to audio and popups

* Removes my system/component/ftl in favor of DamageOnInteract, tweaking values

* me stupid

* Death nettle will 'wilt' after 5 hits

* added interaction delay to stop spam clicking, added a 10% stun (paralyze) chance

* minor changes/cleanup

* more minor changes and cleanup

* Reduced maximum amatoxin within fly amanita spores.

* Readjusted to allow more than 5 amatoxin above 50 potency

* Remove Debug.Log statement from system

* Mark Death Nettle as major contraband.
2025-03-29 10:35:16 +01:00
..
ActiveStaminaComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
ClothingSlowOnDamageModifierComponent.cs Small strange jackboots buff (#30586) 2024-08-22 10:56:46 -04:00
DamageContactsComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
DamageExaminableComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
DamageOnAttackedComponent.cs Create Generic DamageOnInteract/Attacked Comps/Systems (#30244) 2024-08-09 15:32:41 +10:00
DamageOnAttackedProtectionComponent.cs Create Generic DamageOnInteract/Attacked Comps/Systems (#30244) 2024-08-09 15:32:41 +10:00
DamageOnHighSpeedImpactComponent.cs Fix roller skates debug assert (#23876) 2024-01-10 16:38:24 -05:00
DamageOnHoldingComponent.cs Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +11:00
DamageOnInteractComponent.cs Death Nettle changes (#25253) 2025-03-29 10:35:16 +01:00
DamageOnInteractProtectionComponent.cs Create Generic DamageOnInteract/Attacked Comps/Systems (#30244) 2024-08-09 15:32:41 +10:00
DamageProtectionBuffComponent.cs Add haloperidol, potassium iodide (#27454) 2024-08-03 03:12:08 +10:00
DamageableComponent.cs Changed Damage Overlay to check Burn Damage (#34535) 2025-03-03 12:11:58 +01:00
DamagedByContactComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
GodmodeComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
IgnoreSlowOnDamageComponent.cs Hivelord mob (#31322) 2024-09-11 09:52:27 -04:00
PassiveDamageComponent.cs Give player species slight passive regen (#20638) 2023-10-07 15:34:32 -04:00
RequireProjectileTargetComponent.cs Make projectiles not hit crates unless clicked on (#28072) 2024-06-03 09:04:07 -04:00
SlowOnDamageComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StaminaComponent.cs Remove AlertType and AlertCategory (#27933) 2024-05-23 22:43:04 -04:00
StaminaDamageOnCollideComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StaminaDamageOnEmbedComponent.cs Make throwable star damage stamina (#23527) 2024-01-14 20:10:50 +11:00
StaminaDamageOnHitComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
StaminaModifierComponent.cs stimulants increase stamina (#18754) 2023-08-06 21:06:23 +10:00