Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwing Mini-Update 1 #1434

Merged
merged 9 commits into from
Jan 5, 2025

Conversation

angelofallars
Copy link
Member

@angelofallars angelofallars commented Jan 5, 2025

Description

Bug fixes:

  • Re-enable damage examine for embeddable passive damage after the Wizmerge for Station AI wiped it (Wizmerge for Station AI #1351)
  • Fixed a bug where emags did not have embed passive damage (due to DamageOtherOnHitStartupEvent only raising when MeleeWeaponComponent exists on the entity)

Tweaks:

  • Added a stamina cost to spears, 6 stamina, and removed spears dealing damage to itself when thrown
  • Floor tiles will now break when thrown 10 times instead of 4 times
  • Added the MetalThud sound effect for structures when thrown, and increased the base thrown damage of structures slightly from 8 to 9

Damage examine is now sorted properly. From top to bottom:

  • Gun damage
  • Melee weapon damage
  • Throwing weapon damage
  • Embed passive damage

Media

Laser rifle sorted damage examine

image

Spear sorted damage examine

image

Emag stats

image

Changelog

🆑 Skubman

  • fix: Fixed embeddable damage over time not showing when examining an item's damage values.
  • fix: Fixed the emag not dealing passive damage when embedded on a target.
  • tweak: Examining an item's damage values now shows values in a sorted order. From top to bottom: gun damage, melee damage, throwing damage, embedded damage.
  • tweak: Spears now have a 6 stamina cost when thrown, and they no longer break when thrown enough times.
  • tweak: Floor tiles now break when thrown 10 times instead of 4 times.
  • tweak: Closets, lockers and crates now play the proper sound effect when thrown (by Space Wind).

@github-actions github-actions bot added Changes: C# Changes any cs files Changes: YML Changes any yml files labels Jan 5, 2025
@angelofallars angelofallars changed the title Throwing Mini-Updates 1 Throwing Mini-Update 1 Jan 5, 2025
Copy link
Member

@VMSolidus VMSolidus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wild that this got disabled accidentally

@VMSolidus VMSolidus merged commit 6c70875 into Simple-Station:master Jan 5, 2025
10 of 11 checks passed
SimpleStation14 added a commit that referenced this pull request Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants