7 Days to Die

7 Days to Die

Ver estatísticas:
how do i edit feral zombie block damage?
I want to make feral zombie more dangerous, i changed their walk type to 5 which makes them move like spider zombies and i increased their approach speed to like 1.7, but i also want to make them do signifigantly more damage to blocks only, and only feral zombies, id like regular zombie's damage values to remain the same.
Última edição por ZuffaZombie505; 19/out./2015 às 23:43
< >
Exibindo comentários 17 de 7
Spacepiggio 19/out./2015 às 16:14 
You adjust the block durability I would think.
Spider 19/out./2015 às 16:23 
First this should be in the Modding section.

You want to look in your item.xml file for
<item id="72" name="handCopZombie">
Then you want to go down to this line
<property name="DamageBlock" value="5" />
And increase that 5 to something higher
Última edição por Spider; 19/out./2015 às 16:24
ZuffaZombie505 19/out./2015 às 23:43 
Escrito originalmente por Spider:
First this should be in the Modding section.

You want to look in your item.xml file for
<item id="72" name="handCopZombie">
Then you want to go down to this line
<property name="DamageBlock" value="5" />
And increase that 5 to something higher
ah ok. thanks... I googled this question as well and i got answers about using grim's uae (unity asset editor?) to edit some exported xml file called model_05 but couldnt' get that done. that is a lot easier. is handcopzombie assigned only to ferals?
Shimrod201 20/out./2015 às 7:08 
Escrito originalmente por Zuffa Zombie:
is handcopzombie assigned only to ferals?
Handcopzombie is also used by the Cop zomb, the Fatso zomb, the Snow zombs, and someone named Zombie Moe, whoever that is.
ZuffaZombie505 20/out./2015 às 9:24 
Escrito originalmente por Shimrod201:
Escrito originalmente por Zuffa Zombie:
is handcopzombie assigned only to ferals?
Handcopzombie is also used by the Cop zomb, the Fatso zomb, the Snow zombs, and someone named Zombie Moe, whoever that is.
aw darn... there isn't a seperate value for just feral zombie?
Valmar 20/out./2015 às 10:21 
If you want a seperate value for the feral zombie you'd need to make a new item. This is simple enough. Copy paste the item code for the current handcopzombie. Now rename it handferal. Make sure the ID is different, give it an ID not used by any other item. Now in the entiy classes under the feral zombie change the hand item.

<property name="HandItem" value="handferal" />
Última edição por Valmar; 20/out./2015 às 10:21
ZuffaZombie505 20/out./2015 às 10:54 
Escrito originalmente por Valmar:
If you want a seperate value for the feral zombie you'd need to make a new item. This is simple enough. Copy paste the item code for the current handcopzombie. Now rename it handferal. Make sure the ID is different, give it an ID not used by any other item. Now in the entiy classes under the feral zombie change the hand item.

<property name="HandItem" value="handferal" />
perfect. thank you!!
< >
Exibindo comentários 17 de 7
Por página: 1530 50

Publicado em: 19/out./2015 às 16:12
Mensagens: 7