ACE3/addons/dragon/stringtable.xml
PabstMirror 8763184b6a
CSW/Dragon cleanup and rearm compat (#7068)
* Dragon work

cleanup
remove unused p3ds
add pos_gunner_dir/pos_gunner to static
add [csw] prefix to arsenal version
add sight interaction icons

* Update fnc_staticWeaponInit_unloadExtraMags.sqf

* ace_rearm compat

allows pulling carry mags out of rearm trucks

* Update fnc_ai_handleFired.sqf

* Re-add 3den attributes

* cleanup and move A2 staticweapon strings to ace_csw
2019-07-05 17:57:22 -05:00

27 lines
1020 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="dragon">
<Key ID="STR_ACE_dragon_dragonNameCarry">
<English>[CSW] M47 Super-Dragon</English>
</Key>
<Key ID="STR_ACE_dragon_dragonName">
<English>M47 Super-Dragon</English>
</Key>
<Key ID="STR_ACE_dragon_attachSight">
<English>Attach Sight</English>
</Key>
<Key ID="STR_ACE_dragon_detachSight">
<English>Detach Sight</English>
</Key>
<Key ID="STR_ACE_dragon_sightName">
<English>SU-36/P Daysight</English>
</Key>
<Key ID="STR_ACE_dragon_sightDescription">
<English>A light, cheap sight used for daytime operations. Contains the guidance computer for the whole system</English>
</Key>
<Key ID="STR_ACE_dragon_dragonDescription">
<English>A Wire-Guided SACLOS missile with a unique flight characteristic</English>
</Key>
</Package>
</Project>