mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
New modifiers for enemy item quality:
ADMIN_EQUIPMENT_QUALITY_MODIFIER = 0 REGULAR_EQUIPMENT_QUALITY_MODIFIER = 0 ELITE_EQUIPMENT_QUALITY_MODIFIER = 0 These modifiers work just like the existing ones for militia. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1844 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -969,6 +969,15 @@ ADMIN_CTH_BONUS_PERCENT = 0
|
|||||||
REGULAR_CTH_BONUS_PERCENT = 0
|
REGULAR_CTH_BONUS_PERCENT = 0
|
||||||
ELITE_CTH_BONUS_PERCENT = 10
|
ELITE_CTH_BONUS_PERCENT = 10
|
||||||
|
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
; Enemy item quality modifiers
|
||||||
|
; These settings modify coolness value for enemy item selection. Valid values are from -5 to 10
|
||||||
|
; Default is 0
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
ADMIN_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
REGULAR_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
ELITE_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Enemy damage resistance bonus
|
; Enemy damage resistance bonus
|
||||||
; These settings allows you to set a damage resistance of the enemies. All damage from bullets, explosives, blades and
|
; These settings allows you to set a damage resistance of the enemies. All damage from bullets, explosives, blades and
|
||||||
|
|||||||
@@ -968,6 +968,15 @@ ADMIN_CTH_BONUS_PERCENT = 0
|
|||||||
REGULAR_CTH_BONUS_PERCENT = 0
|
REGULAR_CTH_BONUS_PERCENT = 0
|
||||||
ELITE_CTH_BONUS_PERCENT = 5
|
ELITE_CTH_BONUS_PERCENT = 5
|
||||||
|
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
; Enemy item quality modifiers
|
||||||
|
; These settings modify coolness value for enemy item selection. Valid values are from -5 to 10
|
||||||
|
; Default is 0
|
||||||
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
ADMIN_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
REGULAR_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
ELITE_EQUIPMENT_QUALITY_MODIFIER = 0
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Enemy damage resistance bonus
|
; Enemy damage resistance bonus
|
||||||
; These settings allows you to set a damage resistance of the enemies. All damage from bullets, explosives, blades and
|
; These settings allows you to set a damage resistance of the enemies. All damage from bullets, explosives, blades and
|
||||||
|
|||||||
Reference in New Issue
Block a user