From fb0149ac6b7e1b7db47217ba41699785bfc1cb2e Mon Sep 17 00:00:00 2001 From: silversurfer Date: Mon, 22 Apr 2019 11:13:06 +0000 Subject: [PATCH] Feature enhancement: Drop All now allows to use the following settings: 0 = Drop All is off and drop chances are used 1 = Drop All is on and everything is dropped 2 = Mild Drop All which means that everything is dropped (like 1) but items that are usually not dropped (like 0) are severely damaged. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2475 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++-- gamedir/Data/Ja2_Options.INI | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index b3e7d4855..14f0d9b5d 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -1232,9 +1232,12 @@ ASSIGN_SKILL_TRAITS_TO_MILITIA = TRUE ASSIGNED_SKILL_TRAITS_RARITY = 0 ;------------------------------------------------------------------------------------------------------------------------------ -; This controls whether NPCs drop all their items when they are killed (TRUE) or the drop chances etc. come into play (FALSE). +; This controls whether NPCs drop all their items when they are killed or the drop chances etc. come into play. +; 0 = Drop All is off and drop chances are used +; 1 = Drop All is on and everything is dropped +; 2 = Mild Drop All which means that everything is dropped (like 1) but items that are usually not dropped (like 0) are severely damaged. ;------------------------------------------------------------------------------------------------------------------------------ -DROP_ALL = FALSE +DROP_ALL = 0 ;------------------------------------------------------------------------------------------------------------------------------ ; This setting determines whether militia can drop their equipment when they die, like enemies do. diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 8ca54b181..f51d285ba 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -1244,9 +1244,12 @@ ASSIGN_SKILL_TRAITS_TO_MILITIA = FALSE ASSIGNED_SKILL_TRAITS_RARITY = 10 ;------------------------------------------------------------------------------------------------------------------------------ -; This controls whether NPCs drop all their items when they are killed (TRUE) or the drop chances etc. come into play (FALSE). +; This controls whether NPCs drop all their items when they are killed or the drop chances etc. come into play. +; 0 = Drop All is off and drop chances are used +; 1 = Drop All is on and everything is dropped +; 2 = Mild Drop All which means that everything is dropped (like 1) but items that are usually not dropped (like 0) are severely damaged. ;------------------------------------------------------------------------------------------------------------------------------ -DROP_ALL = FALSE +DROP_ALL = 0 ;------------------------------------------------------------------------------------------------------------------------------ ; This setting determines whether militia can drop their equipment when they die, like enemies do.