Removed duplicate clowngear from doctorgear.xml, event commonness/difficulty tweaking, nitroglycerine explodes more easily

This commit is contained in:
Regalis
2016-04-23 17:24:52 +03:00
parent 83081d98c0
commit 99072592bc
5 changed files with 16 additions and 48 deletions
@@ -57,38 +57,5 @@
<sprite texture="doctorgear.png" limb="LeftLeg" sourcerect="26,61,17,48" origin="0.5,0.5" depth="0.15" hidelimb="true"/> <sprite texture="doctorgear.png" limb="LeftLeg" sourcerect="26,61,17,48" origin="0.5,0.5" depth="0.15" hidelimb="true"/>
</Wearable> </Wearable>
</Item> </Item>
<Item
name="Clown Costume"
category="Equipment"
pickdistance="150"
tags="smallitem"
description="Praise the honkmother.">
<Sprite texture ="clownpants.png" sourcerect="0,62,53,18" depth="0.6"/>
<Body width="53" height="18" density="30"/>
<Wearable slots="Any,Torso+Legs">
<sprite texture="clownshirt.png" limb="Torso" sourcerect="0,3,30,58" origin="0.5,0.48" depth="0.02"/>
<sprite texture="clownshirt.png" limb="RightHand" sourcerect="47,0,15,49" origin="0.45,0.6" hidelimb="true"/>
<sprite texture="clownshirt.png" limb="LeftHand" sourcerect="47,0,15,49" origin="0.45,0.6" depth="0.14" hidelimb="true"/>
<sprite texture="clownshirt.png" limb="RightArm" sourcerect="30,0,17,42" origin="0.5,0.5" depth="0.005" hidelimb="true"/>
<sprite texture="clownshirt.png" limb="LeftArm" sourcerect="30,0,17,42" origin="0.5,0.5" depth="0.13" hidelimb="true"/>
<sprite texture="clownpants.png" limb="Waist" sourcerect="0,0,1,1" origin="0.5,0.5" hidelimb="true"/>
<sprite texture="clownpants.png" limb="RightThigh" sourcerect="0,0,38,50" origin="0.5,0.5" depth="0.01" hidelimb="true"/>
<sprite texture="clownpants.png" limb="LeftThigh" sourcerect="0,0,38,50" origin="0.5,0.5" depth="0.14" hidelimb="true"/>
<sprite texture="clownpants.png" limb="RightLeg" sourcerect="37,0,28,52" origin="0.55,0.5" depth="0.11" hidelimb="true"/>
<sprite texture="clownpants.png" limb="LeftLeg" sourcerect="37,0,28,52" origin="0.55,0.5" depth="0.15" hidelimb="true"/>
<sprite texture="clownpants.png" limb="RightFoot" sourcerect="65,41,15,39" origin="0.5,0.35" depth="0.11" hidelimb="true"/>
<sprite texture="clownpants.png" limb="LeftFoot" sourcerect="65,41,15,39" origin="0.5,0.35" depth="0.15" hidelimb="true"/>
</Wearable>
</Item>
</Items> </Items>
+2 -1
View File
@@ -3,7 +3,8 @@
name="Headset" name="Headset"
category="Equipment" category="Equipment"
pickdistance="150" pickdistance="150"
tags="smallitem"> tags="smallitem"
description="Allows remote communication between the crew.">
<Sprite texture ="headset.png" depth="0.6"/> <Sprite texture ="headset.png" depth="0.6"/>
@@ -110,7 +110,7 @@
spritecolor="1.0,1.0,1.0,1.0" spritecolor="1.0,1.0,1.0,1.0"
Tags="smallitem,chem,medical" Tags="smallitem,chem,medical"
pickdistance="150" pickdistance="150"
impacttolerance="5"> impacttolerance="4">
<Sprite texture ="Content/Items/Medical/med.png" sourcerect="24,16,8,16" depth="0.6"/> <Sprite texture ="Content/Items/Medical/med.png" sourcerect="24,16,8,16" depth="0.6"/>
+5 -5
View File
@@ -126,11 +126,11 @@
</CargoMission> </CargoMission>
<CargoMission <CargoMission
name="Handle with care" name="Handle with care"
description="Local reseachers are offering 2000 credits for delivering a large amount of nitroglycerine to [location2]." description="Local reseachers are offering 2000 credits for delivering a large amount of nitroglycerine to [location2]."
commonness="5" commonness="5"
reward="2000" reward="2000"
successmessage="The chemicals have been successfully delivered."> successmessage="The chemicals have been successfully delivered.">
<Items> <Items>
<Item name="Explosive Crate"> <Item name="Explosive Crate">
<Item name="Nitroglyserine" amount="10"/> <Item name="Nitroglyserine" amount="10"/>
+8 -8
View File
@@ -3,27 +3,27 @@
<MonsterEvent name="Under attack" description="" <MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Crawler/crawler.xml" characterfile="Content/Characters/Crawler/crawler.xml"
commonness="10" commonness="10"
difficulty="15" difficulty="10"
minamount="2" maxamount="3" minamount="2" maxamount="3"
musictype="monster"/> musictype="monster"/>
<MonsterEvent name="Under attack" description="" <MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/TigerThresher/tigerthresher.xml" characterfile="Content/Characters/TigerThresher/tigerthresher.xml"
commonness="10" commonness="10"
difficulty="30" difficulty="20"
minamount="1" maxamount="3" minamount="1" maxamount="3"
musictype="monster"/> musictype="monster"/>
<MonsterEvent name="Under attack" description="" <MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Moloch/moloch.xml" characterfile="Content/Characters/Moloch/moloch.xml"
commonness="10" commonness="10"
difficulty="50" difficulty="30"
musictype="monster"/> musictype="monster"/>
<MonsterEvent name="Under attack" description="" <MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Mantis/mantis.xml" characterfile="Content/Characters/Mantis/mantis.xml"
commonness="10" commonness="10"
difficulty="25" difficulty="15"
minamount="1" maxamount="2" minamount="1" maxamount="2"
musictype="monster"/> musictype="monster"/>
@@ -52,23 +52,23 @@
<MonsterEvent name="Under attack" description="" <MonsterEvent name="Under attack" description=""
characterfile="Content/Characters/Husk/husk.xml" characterfile="Content/Characters/Husk/husk.xml"
commonness="5" commonness="5"
difficulty="15" difficulty="10"
minamount="2" maxamount="3" minamount="2" maxamount="3"
musictype="monster"/> musictype="monster"/>
<ArtifactEvent name="Artifact" description="" <ArtifactEvent name="Artifact" description=""
itemname="Skyholder Artifact" itemname="Skyholder Artifact"
commonness="1" commonness="5"
difficulty="0"/> difficulty="0"/>
<ArtifactEvent name="Artifact" description="" <ArtifactEvent name="Artifact" description=""
itemname="Thermal Artifact" itemname="Thermal Artifact"
commonness="1" commonness="5"
difficulty="0"/> difficulty="0"/>
<ArtifactEvent name="Artifact" description="" <ArtifactEvent name="Artifact" description=""
itemname="Faraday Artifact" itemname="Faraday Artifact"
commonness="1" commonness="5"
difficulty="0"/> difficulty="0"/>
</Randomevents> </Randomevents>