From 6924efdf61fffc1b66732607eb6277e20ddd2da7 Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 24 Mar 2014 20:06:38 +0000 Subject: [PATCH] Updates/Fixes (by Sevenfm) - Added grenade throwing range modifier to item_settings.ini: RANGE_GRENADE_MODIFIER = 1.0 This modifier is applied to grenades and regular thrown items. - Added xml tags for merge type <13>: you can use u.knife on tripwire roll to get 2 tripwires. Status of tripwire roll will be reduced by 2 points. Also lookup table for merges is updated for xml editor to work correctly. - Added several new loadscreenhints. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2000 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Item_Settings.ini | 1 + gamedir/Data-1.13/TableData/Items/Merges.xml | 8 ++++ .../Data-1.13/TableData/LoadScreenHints.xml | 45 +++++++++++++++++++ .../Data-1.13/TableData/Lookup/MergeType.xml | 4 ++ gamedir/Data/Item_Settings.ini | 1 + 5 files changed, 59 insertions(+) diff --git a/gamedir/Data-1.13/Item_Settings.ini b/gamedir/Data-1.13/Item_Settings.ini index ece19a517..f42694741 100644 --- a/gamedir/Data-1.13/Item_Settings.ini +++ b/gamedir/Data-1.13/Item_Settings.ini @@ -103,6 +103,7 @@ RANGE_AR_MODIFIER = 1.0 RANGE_LMG_MODIFIER = 1.0 RANGE_SHOTGUN_MODIFIER = 1.0 RANGE_LAUNCHER_MODIFIER = 1.0 +RANGE_GRENADE_MODIFIER = 1.0 ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/gamedir/Data-1.13/TableData/Items/Merges.xml b/gamedir/Data-1.13/TableData/Items/Merges.xml index 8b65f30a8..5cf58d03f 100644 --- a/gamedir/Data-1.13/TableData/Items/Merges.xml +++ b/gamedir/Data-1.13/TableData/Items/Merges.xml @@ -2217,6 +2217,14 @@ 20 + 299 + 1640 + 1524 + 1524 + 13 + 20 + + 300 194 1022 diff --git a/gamedir/Data-1.13/TableData/LoadScreenHints.xml b/gamedir/Data-1.13/TableData/LoadScreenHints.xml index 13811daa1..6407844c8 100644 --- a/gamedir/Data-1.13/TableData/LoadScreenHints.xml +++ b/gamedir/Data-1.13/TableData/LoadScreenHints.xml @@ -644,4 +644,49 @@ The other tags determine in what category this hint falls, and will be displayed In tactical screen, pressing and holding [RIGHT-MOUSE-BUTTON] over your merc will open up merc's menu similar to the one you have on strategic screen map. 1 + + 124 + Press [CTRL]+[C] to open Cover Display Menu. + 1 + + + 125 + Press [CTRL]+[V] to open useful Inventory Manipulations Menu. + 1 + + + 126 + Press [D] to enter turn-based mode immediately, if there is enemy in sector. + 1 + + + 127 + Press [CTRL]+[D] to end your interrupt, and there will be no interrupts until next turn. + 1 + + + 128 + [ALT]+[RIGHTCLICK] opens Skills Menu, where you can call reinforcements with your radio or order artillery strike. + 1 + + + 129 + You can safely place defensive minefields in captured towns and SAMs, your mercs and militia will avoid them. + 1 + + + 130 + You can inspect trap before trying to disarm it. Recommended if you are happy with your current number of extremities. + 1 + + + 131 + Click with hand cursor on a blue flag, and you will be able to remove flag or inspect trap with useful Disarm Menu. + 1 + + + 132 + Placing mines, concertina or sandbags is more convenient with [SHIFT] key - you don't need to manually take new item from your inventory. + 1 + \ No newline at end of file diff --git a/gamedir/Data-1.13/TableData/Lookup/MergeType.xml b/gamedir/Data-1.13/TableData/Lookup/MergeType.xml index b76f1392e..4b82a04b7 100644 --- a/gamedir/Data-1.13/TableData/Lookup/MergeType.xml +++ b/gamedir/Data-1.13/TableData/Lookup/MergeType.xml @@ -52,4 +52,8 @@ 12 Tripwire Roll + + 13 + Use (Drain Status) + \ No newline at end of file diff --git a/gamedir/Data/Item_Settings.ini b/gamedir/Data/Item_Settings.ini index ece19a517..f42694741 100644 --- a/gamedir/Data/Item_Settings.ini +++ b/gamedir/Data/Item_Settings.ini @@ -103,6 +103,7 @@ RANGE_AR_MODIFIER = 1.0 RANGE_LMG_MODIFIER = 1.0 RANGE_SHOTGUN_MODIFIER = 1.0 RANGE_LAUNCHER_MODIFIER = 1.0 +RANGE_GRENADE_MODIFIER = 1.0 ;****************************************************************************************************************************** ;******************************************************************************************************************************