mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
-Added Random Item Class to Lookup/ItemClass.xml
-Added Lookup/AmmoFlag.xml -Updated description of MAP_ITEM_CHANCE_OVERRIDE in Ja2_Options.INI git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1561 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -2398,7 +2398,12 @@ ENABLE_ALL_TERRORISTS = TRUE
|
||||
|
||||
ENABLE_ALL_WEAPON_CACHES = FALSE
|
||||
|
||||
; force preplaced map items to disappear, regardless of original existance chance (0 = off, 100 = always appear)
|
||||
;******************************************************************************************************************************
|
||||
; Override each map's percent likelihood of an item appearing.
|
||||
; Valid range = 0-100, where 0 uses the map values.
|
||||
; (Mainly for modders, can possibly take the fun out of the game)
|
||||
;******************************************************************************************************************************
|
||||
|
||||
MAP_ITEM_CHANCE_OVERRIDE = 0
|
||||
|
||||
;******************************************************************************************************************************
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<JA2Data>
|
||||
<AmmoFlag>
|
||||
<id>0</id>
|
||||
<name>None</name>
|
||||
</AmmoFlag>
|
||||
<AmmoFlag>
|
||||
<id>1</id>
|
||||
<name>Neurotoxin</name>
|
||||
</AmmoFlag>
|
||||
</JA2Data>
|
||||
@@ -84,4 +84,8 @@
|
||||
<id>536870912</id>
|
||||
<name>Money</name>
|
||||
</ItemClass>
|
||||
<ItemClass>
|
||||
<id>1073741824</id>
|
||||
<name>Random Item</name>
|
||||
</ItemClass>
|
||||
</JA2Data>
|
||||
Reference in New Issue
Block a user