Skip to content

Commit

Permalink
Merge pull request #15 from JaithWraith/19.4
Browse files Browse the repository at this point in the history
19.4
  • Loading branch information
JaithWraith authored Mar 13, 2021
2 parents e1380fc + 3ed0037 commit 67aef10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions entityclasses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@

<entity_class name="zombieFatHawaiian" extends="zombieTemplateMale">
<property name="Tags" value="entity,zombie,walker"/>
<property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardHawaiianRagdoll.prefab"/>
<property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardHawaiianHDRagdoll.prefab"/>
<property name="SoundRandom" value="Enemies/Acid_Puking_Hulk/hulkroam"/>
<property name="SoundAlert" value="Enemies/Acid_Puking_Hulk/hulkalert"/>
<property name="SoundAttack" value="Enemies/Acid_Puking_Hulk/hulkattack"/>
Expand Down Expand Up @@ -1746,7 +1746,7 @@

<entity_class name="zombieFatHawaiianFeral" extends="zombieFatHawaiian">
<property name="Tags" value="entity,zombie,walker,feral"/>
<property name="ReplaceMaterial1" value="#Entities/Zombies?Zombies/Materials/feral_eye.mat"/>
<property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardHawaiianFeralHDRagdoll.prefab"/>

<!-- Gameplay -->
<property name="DismemberMultiplierHead" value="0"/><property name="DismemberMultiplierArms" value="0"/><property name="DismemberMultiplierLegs" value="0"/><!-- Feral -->
Expand Down Expand Up @@ -2378,7 +2378,7 @@

<entity_class name="zombieStripper" extends="zombieDarlene">
<property name="Tags" value="entity,zombie,walker"/>
<!-- <property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardCocktailWaitressHDRagdoll.prefab"/> -->
<property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardDarleneHDRagdoll.prefab"/>

<!-- Gameplay -->
<property name="HandItem" value="meleeHandZombieStripper"/>
Expand All @@ -2391,7 +2391,7 @@

<entity_class name="zombieStripperFeral" extends="zombieStripper">
<property name="Tags" value="entity,zombie,walker,feral"/>
<!-- <property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardCocktailWaitressFeralHDRagdoll.prefab"/> -->
<property name="Mesh" value="#Entities/Zombies?Zombies/zombieStandardDarleneHDRagdoll.prefab"/>

<!-- Gameplay -->
<property name="DismemberMultiplierHead" value="0"/><property name="DismemberMultiplierArms" value="0"/><property name="DismemberMultiplierLegs" value="0"/><!-- Feral -->
Expand Down Expand Up @@ -3797,7 +3797,7 @@ Kinda sorta works but is buggy and we don't have time for that.
<property name="MoveSpeedPanic" value="1.15"/>
<property name="CanClimbLadders" value="true"/>
<property name="IsEnemyEntity" value="true"/>
<property name="SurfaceCategory" value="earth"/>
<property name="SurfaceCategory" value="organic"/>
<property name="WalkType" value="7"/>
<property name="ParticleOnDeath" value="blood_death"/>
<property name="SoundRandomTime" value="200.0"/>
Expand Down Expand Up @@ -3853,7 +3853,7 @@ Kinda sorta works but is buggy and we don't have time for that.
<property name="Weight" value="70"/>
<property name="IsEnemyEntity" value="true"/>
<property name="SurfaceCategory" value="earth"/>
<property name="SurfaceCategory" value="organic"/>
<property name="WalkType" value="7"/>
<property name="ParticleOnDeath" value="blood_death"/>
<property name="SoundRandomTime" value="200.0"/>
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JaithWraith's 7DTD No Gore Mod - V1.7.2 (Alpha 19.2 Release)
JaithWraith's 7DTD No Gore Mod - V1.7.3 (Alpha 19.4 Release)
Author: JaithWraith

For additional information, you can find this project at www.github.com/JaithWraith/7dtd_nogore.
Expand All @@ -16,4 +16,4 @@ Always begin by making a backup of your entityclasses.xml, items.xml, and progre

Once the mod is extracted, copy the modified entityclasses.xml, items.xml, and progression.xml into the steamapps > common > 7 Days to Die > Data > Config folder and replace the existing files.

v1.7.2 is compatible with the Alpha 19.2 release.
v1.7.3 is compatible with the Alpha 19.4 release.

0 comments on commit 67aef10

Please sign in to comment.