Blocking and Shields (#8584)
* Blocking * Fixes Bodytype bug * Blocking Damage Modifier * Storing bodytype * Consolidates Stop Blocking code * Consolidates more methods * Some cleanup, hitbox fix * Shield Textures * Passive blocking modifier check * Localization, popups, and more cleanup * Small cleanup * Relay event * Fixes a shutdown bug, adds specific containers and sets * Popups and sounds * Fixes typo * Removes whitespace, adds comment * Some requested changes * Remove Shared * Audio fix * More changes * More requested changes * Properly remove on shutdown * Adds riot shields to seclathes * SecTech Riot shield * Constant variable * Relay transfer to user blocking system * More destruction behavior * Adds a shape field * Riot shield cleanup * More requested changes. * Prevents blocking attempt where a user cannot be anchored * Listen for anchor change * Unused using cleanup * More shields. * Buckler * Construction * Linter fix
This commit is contained in:
10
Resources/Locale/en-US/actions/actions/blocking.ftl
Normal file
10
Resources/Locale/en-US/actions/actions/blocking.ftl
Normal file
@@ -0,0 +1,10 @@
|
||||
action-name-blocking = Block
|
||||
action-description-blocking = Raise or lower your shield.
|
||||
|
||||
action-popup-blocking-user = You raise your {$shield}!
|
||||
action-popup-blocking-disabling-user = You lower your {$shield}!
|
||||
|
||||
action-popup-blocking-other = {$blockerName} raises their {$shield}!
|
||||
action-popup-blocking-disabling-other = {$blockerName} lowers their {$shield}!
|
||||
|
||||
action-popup-blocking-user-cant-block = The gravity here prevents you from blocking.
|
||||
Reference in New Issue
Block a user