mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
5f656cd863
commit
9096f38777
@ -24,5 +24,5 @@ _player setVariable ["ACE_hasEarPlugsIn", true, true];
|
||||
|
||||
[localize "STR_ACE_Hearing_EarPlugs_Are_On"] call EFUNC(common,displayTextStructured);
|
||||
|
||||
/*// No Ear Plugs in inventory, telling user
|
||||
/*// No Earplugs in inventory, telling user
|
||||
[localize "STR_ACE_Hearing_NoPlugs"] call EFUNC(common,displayTextStructured);*/
|
||||
|
@ -2,7 +2,7 @@
|
||||
<Project name="ACE">
|
||||
<Package name="Hearing">
|
||||
<Key ID="STR_ACE_Hearing_EarPlugs_Name">
|
||||
<English>Ear Plugs</English>
|
||||
<English>Earplugs</English>
|
||||
<German>Ohrenstöpsel</German>
|
||||
<Spanish>Tapones para los oídos</Spanish>
|
||||
<Polish>Stopery do uszu</Polish>
|
||||
@ -14,7 +14,7 @@
|
||||
<Italian>Tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Hearing_EarPlugs_Description">
|
||||
<English>Protective Ear Plugs allow the wearer to be near loud weaponry without damage to his hearing.</English>
|
||||
<English>Protective Earplugs allow the wearer to be near loud weaponry without damage to his hearing.</English>
|
||||
<German>Schützende Ohrenstöpsel, die es dem Träger ermöglichen, sich in der Nähe lauter Waffen aufzuhalten ohne Gehörschäden davonzutragen..</German>
|
||||
<Spanish>Los tapones para los oídos permiten al usuario operar armamento ruidoso sin sufrir pérdida de audición.</Spanish>
|
||||
<Polish>Stopery do uszu umożliwiają użytkownikowi przebywać w pobliżu głośnej broni bez poniesienia konsekwencji jaką jest utrata słuchu.</Polish>
|
||||
@ -74,7 +74,7 @@
|
||||
<Italian>Levati i tappi auricolari</Italian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Hearing_NoPlugs">
|
||||
<English>You have no ear plugs</English>
|
||||
<English>You have no earplugs</English>
|
||||
<German>Keine Ohrenstöpsel im Inventar</German>
|
||||
<Spanish>No tienes tapones para los oídos</Spanish>
|
||||
<Polish>Nie masz stoperów</Polish>
|
||||
|
@ -12,18 +12,18 @@ parent: wiki
|
||||
Introduces hearing damage caused by nearby explosions and large-caliber weapons.
|
||||
|
||||
### 1.2 Earplugs
|
||||
Adds ear plugs to mitigate that effect. Soldiers with high caliber weapons or
|
||||
Adds earplugs to mitigate that effect. Soldiers with high caliber weapons or
|
||||
missile launchers will be equipped with those, but remember to put them in.
|
||||
|
||||
## 2. Usage
|
||||
|
||||
### 2.1 Equipping earplugs
|
||||
- For this you need the `Ear plugs` item.
|
||||
- For this you need the `Earplugs` item.
|
||||
- Press the self interaction key <kbd>CTRL</kbd> + <kbd>Left Windows</kbd> (ACE3 default key bind `Self Interaction Key`).
|
||||
- Select `Equipment`.
|
||||
- Select `Earplugs in`.
|
||||
- Same method to remove them but the option is `Earplugs out`.
|
||||
- Note: you're able to re-use ear plugs.
|
||||
- Note: you're able to re-use earplugs.
|
||||
|
||||
## 3. Dependencies
|
||||
|
||||
|
@ -107,7 +107,7 @@ ACE_M84 | M84 Stun Grenade |
|
||||
|
||||
classname | in game name | type |
|
||||
--------- | --------- | ---------
|
||||
ACE_EarPlugs | Ear Plugs | ACE_ItemCore |
|
||||
ACE_EarPlugs | Earplugs | ACE_ItemCore |
|
||||
|
||||
### Kestrel
|
||||
`added in 3.0.0.3`
|
||||
|
Loading…
Reference in New Issue
Block a user