-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6caca8c
commit 8129abf
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project name="ACE"> | ||
<Package name="IRON_DOME"> | ||
<Key ID="STR_ACE_IRON_DOME_enable_description"> | ||
<English>Enable the Iron Dome system</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_category"> | ||
<English>ACE Iron Dome</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_targetRecycleTime_setting"> | ||
<English>Target Recycle Time</English> | ||
<Key ID="STR_ACE_IRON_DOME_enable_description"> | ||
<English>Enable the Iron Dome system</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_targetRecycleTime_description"> | ||
<English>How many seconds until another launcher can consider firing at the target</English> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableAngle_description"> | ||
<English>How many degrees offset the launcher can be before firing</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableAngle_setting"> | ||
<English>Launch Acceptable Angle</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableAngle_description"> | ||
<English>How many degrees offset the launcher can be before firing</English> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableElevation_description"> | ||
<English>The minimum number of degrees the launcher has to be pointing up/down before firing</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableElevation_setting"> | ||
<English>Launch Acceptable Elevation</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_launchAcceptableElevation_description"> | ||
<English>The minimum number of degrees the launcher has to be pointing up/down before firing</English> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseFailureChance_description"> | ||
<English>Chance for proximity fuse to fail to destroy target</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_timeBetweenLaunches_setting"> | ||
<English>Time Between Launches</English> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseFailureChance_setting"> | ||
<English>Proximity Fuse Failure Chance</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_timeBetweenLaunches_description"> | ||
<English>Minimum number of seconds between each launch of an interceptor for a single launcher</English> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseRange_description"> | ||
<English>How close the interceptor has to be to the target in order to detonate</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseRange_setting"> | ||
<English>Proximity Fuse Range</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseRange_description"> | ||
<English>How close the interceptor has to be to the target in order to detonate</English> | ||
<Key ID="STR_ACE_IRON_DOME_targetRecycleTime_description"> | ||
<English>How many seconds until another launcher can consider firing at the target</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseFailureChance_setting"> | ||
<English>Proximity Fuse Failure Chance</English> | ||
<Key ID="STR_ACE_IRON_DOME_targetRecycleTime_setting"> | ||
<English>Target Recycle Time</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_proximityFuseFailureChance_description"> | ||
<English>Chance for proximity fuse to fail to destroy target</English> | ||
<Key ID="STR_ACE_IRON_DOME_timeBetweenLaunches_description"> | ||
<English>Minimum number of seconds between each launch of an interceptor for a single launcher</English> | ||
</Key> | ||
<Key ID="STR_ACE_IRON_DOME_timeBetweenLaunches_setting"> | ||
<English>Time Between Launches</English> | ||
</Key> | ||
</Package> | ||
</Project> | ||
</Project> |