Husk sounds & event, removing logfiles with cleanbuild command,
This commit is contained in:
BIN
Subsurface/Content/Characters/Husk/Husk1.ogg
Normal file
BIN
Subsurface/Content/Characters/Husk/Husk1.ogg
Normal file
Binary file not shown.
BIN
Subsurface/Content/Characters/Husk/Husk2.ogg
Normal file
BIN
Subsurface/Content/Characters/Husk/Husk2.ogg
Normal file
Binary file not shown.
BIN
Subsurface/Content/Characters/Husk/Husk3.ogg
Normal file
BIN
Subsurface/Content/Characters/Husk/Husk3.ogg
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1,5 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Character name="husk" humanoid="true" needsair="false" doesbleed="false">
|
||||
|
||||
<sound file="Content/Characters/Husk/Husk1.ogg" state="Attack" range="1000"/>
|
||||
<sound file="Content/Characters/Husk/Husk2.ogg" state="Attack" range="1000"/>
|
||||
<sound file="Content/Characters/Husk/Husk3.ogg" state="Attack" range="1000"/>
|
||||
|
||||
<ragdoll headposition="134" torsoposition="108"
|
||||
stepsize="42.0, 12.0"
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<MeleeWeapon slots="Any,RightHand,LeftHand"
|
||||
aimpos="50,0" handle1="-5,0" holdangle="10" reload="1.0">
|
||||
<Attack damage="2" stun="0.2" damagetype="Blunt" sound="Content/Items/Weapons/smack.ogg"/>
|
||||
<StatusEffect type="OnUse" target="Contained,Character" Condition="-25.0" stun="20.0" disabledeltatime="true" sound="Content/Items/Weapons/stunbaton.ogg">
|
||||
<StatusEffect type="OnUse" target="Contained,Character" Condition="-25.0" stun="15.0" disabledeltatime="true" sound="Content/Items/Weapons/stunbaton.ogg">
|
||||
<RequiredItem name="Battery Cell" type="Contained" msg="Loaded Battery Cell required"/>
|
||||
<Explosion range="100.0" force="0.1" shockwave="false" flames="false" camerashake="5.0"/>
|
||||
</StatusEffect>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
characterfile="Content/Characters/Endworm/endworm.xml"
|
||||
spawndeep="true"
|
||||
commonness="1"
|
||||
difficulty="5"
|
||||
difficulty="20"
|
||||
minamount="1" maxamount="1"
|
||||
musictype="deep"/>
|
||||
|
||||
@@ -48,6 +48,13 @@
|
||||
difficulty="5"
|
||||
minamount="1" maxamount="1"/>
|
||||
|
||||
<MonsterEvent name="Under attack" description=""
|
||||
characterfile="Content/Characters/Husk/husk.xml"
|
||||
commonness="5"
|
||||
difficulty="15"
|
||||
minamount="2" maxamount="3"
|
||||
musictype="monster"/>
|
||||
|
||||
<ArtifactEvent name="Artifact" description=""
|
||||
itemname="Skyholder Artifact"
|
||||
commonness="1"
|
||||
|
||||
Reference in New Issue
Block a user