mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
cc414de8d1
* Initial commit advanced fatigue * Added animation changes * Fixes, rewrites * Broadcast 3den attribute and fix UBC * Further animation tweaks * Added Eden attribute and CBA settings * Switch to CBA events * Add beautified component name * Rewrites, fixes, tweaks * Move setVars to GVARs * Add setting to disable * Switch to status effect handler for sprint and jog blocking * Add component name * Failsafe for early unit player EH * Removed raised weapon penalty for pistols * Added respawn compatibility * Tweaked side jog animation speed * Added support for virtual load * Added stamina bar * Remove debug flags * Added custom duty factor functions and values * Added structural comments * Disabled CBA settings, added ACE settings * Fixed config * Added readme * Remove leftover debug diag_logs * Improved stringtable
58 lines
3.2 KiB
XML
58 lines
3.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project name="ACE">
|
|
<Package name="Advanced_Fatigue">
|
|
<Key ID="STR_ACE_Advanced_Fatigue_PerformanceFactor">
|
|
<English>Performance Factor</English>
|
|
<German>Leistungsfaktor</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_PerformanceFactor_Description">
|
|
<English>Influences the overall performance of all players with no custom factor. Higher means better.</English>
|
|
<German>Beinflusst die Leistungsfähigkeit aller Spieler ohne eigenen Leistungsfaktor. Ein höherer Wert bedeutet bessere Leistung.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_PerformanceFactor_EdenDescription">
|
|
<English>Influences the overall performance of this unit. Higher means better.</English>
|
|
<German>Beinflusst die Leistungsfähigkeit dieser Einheit. Ein höherer Wert bedeutet bessere Leistung.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_RecoveryFactor">
|
|
<English>Recovery Factor</English>
|
|
<German>Erholungsfaktor</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_RecoveryFactor_Description">
|
|
<English>Changes how fast the player recovers when resting. Higher is faster.</English>
|
|
<German>Ändert, wie schnell ein Spieler Ausdauer regeneriert. Ein höherer Wert bedeutet eine schnellere Regeneration.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_LoadFactor">
|
|
<English>Load Factor</English>
|
|
<German>Gewichtsfaktor</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_LoadFactor_Description">
|
|
<English>Increases or decreases how much weight influences the players performance. Zero means equipment weight has no performance influence.</English>
|
|
<German>Erhöht oder verringert, wie viel Einfluss das Ausrüstungsgewicht auf die Leistung hat. Null heißt, dass es keinen Einfluss hat.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_TerrainGradientFactor">
|
|
<English>Terrain Gradient Factor</English>
|
|
<German>Terrainsteigungsfaktor</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_TerrainGradientFactor_Description">
|
|
<English>Sets how much steep terrain increases stamina loss. Higher means higher stamina loss.</English>
|
|
<German>Beeinflusst, wie stark Steigungen den Ausdauerverbrauch erhöhen. Ein höherer Wert erhöht den Ausdauerverbrauch.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_Enabled">
|
|
<English>Enabled</English>
|
|
<German>Aktiv</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_Enabled_Description">
|
|
<English>Enables/disables Advanced Fatigue.</English>
|
|
<German>Aktiviert/deaktiviert Advanced Fatigue.</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_EnableStaminaBar">
|
|
<English>Show stamina bar</English>
|
|
<German>Zeige Ausdauerleiste</German>
|
|
</Key>
|
|
<Key ID="STR_ACE_Advanced_Fatigue_EnableStaminaBar_Description">
|
|
<English>Shows the stamina bar.</English>
|
|
<German>Zeigt die Ausdauerleiste an.</German>
|
|
</Key>
|
|
</Package>
|
|
</Project>
|