-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:
MaddMugsy
2012-11-16 09:02:24 +00:00
parent 85b682183e
commit d15a13925a
3 changed files with 21 additions and 1 deletions
+6 -1
View File
@@ -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
;******************************************************************************************************************************
+11
View File
@@ -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>
+4
View File
@@ -84,4 +84,8 @@
<id>536870912</id>
<name>Money</name>
</ItemClass>
<ItemClass>
<id>1073741824</id>
<name>Random Item</name>
</ItemClass>
</JA2Data>