share/hedgewars/Data/Scripts/plist/Balanced Random Weapon.plist
author nemo
Thu, 15 Dec 2011 11:06:36 -0500
changeset 6530 dc6ce7eb556b
parent 5453 ea6f7631df4a
permissions -rw-r--r--
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5453
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     3
<plist version="1.0">
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     4
<dict>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     5
	<key>command</key>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     6
	<string>escript Scripts/Multiplayer/Balanced_Random_Weapon.lua</string>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     7
	<key>description</key>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     8
	<string></string>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
     9
	<key>scheme</key>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
    10
	<string>Default.plist</string>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
    11
	<key>weapon</key>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
    12
	<string></string>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
    13
</dict>
ea6f7631df4a add the ios friendly scripts
koda
parents:
diff changeset
    14
</plist>