PC Blessed Metal removed?

Old Crow

Hunter
So this weapon mod used to be available in the Creative Menu, was it finally removed in A21? I can't seem to find it in there anymore.

 
I think it is still in the xml IIRC. I think it's either commented out or might just have its Creative bit set to None so it doesn't show at all. Not at my PC to check. 

 
Yeah, seems it was removed from the xml in A21. Here is the xml for it from A20:

<item_modifier name="modGunMeleeBlessedMetal" installable_tags="weapon,tool" modifier_tags="specialDamage" blocked_tags="noMods" type="attachment">
<property name="Extends" value="modGeneralMaster"/>
<property name="UnlockedBy" value="modGunMeleeBlessedMetalSchematic"/>
<!--Do double damage to evil / undead-->
<effect_group tiered="false">
<requirement name="EntityTagCompare" target="other" tags="zombie"/>
<passive_effect name="EntityDamage" operation="perc_add" value="1"/>
</effect_group>
</item_modifier>


And the icon, in case you wanna add it back in.

modGunMeleeBlessedMetal.png

 
What did the mod do?


It was kind of like the Hunter mod, but allowed your weapon to deal double damage to zombies.

Yeah, seems it was removed from the xml in A21. Here is the xml for it from A20:

<item_modifier name="modGunMeleeBlessedMetal" installable_tags="weapon,tool" modifier_tags="specialDamage" blocked_tags="noMods" type="attachment">
<property name="Extends" value="modGeneralMaster"/>
<property name="UnlockedBy" value="modGunMeleeBlessedMetalSchematic"/>
<!--Do double damage to evil / undead-->
<effect_group tiered="false">
<requirement name="EntityTagCompare" target="other" tags="zombie"/>
<passive_effect name="EntityDamage" operation="perc_add" value="1"/>
</effect_group>
</item_modifier>


And the icon, in case you wanna add it back in.

View attachment 30217


Ah, dang. Thanks for posting the code, though!

 
Back
Top