what is wrong with this? i keep getting "did not apply".
<remove xpath="/entity_classes/entity_class[@name='ZombieStripper']/property[@name='HandItem']" />
i've tried:
<append xpath="/items/item[@name='resourceConcreteMix']">
<property name="CraftingIngredientTime" value="0.01"/>
</append>
but that doesnt do anything.
i've deleted chunks of off the side of my prefab but there's some sort of indestructible material left over and when i choose Update Bounds, its still showing the same size. selecting and then deleting doesnt seem to remove it. how do i change the size of my prefab?
i tried creating my own version of the blade trap in blocks.xml but by default, the icon appears blank.
when i tried using CustomIcon using the value bladetrap:
<property name="CustomIcon" value="bladetrap"/>
it shows up as a different icon and not as...
this used to work in A17:
<set xpath="/items/item[@name='meleeToolStoneAxe']/effect_group/passive_effect[@name='DamageModifier' and @tags='wood']/@value">50</set>
but doesnt anymore in A18. anyone have any ideas how to make this work?
i want to increase the max health & stamina points from its current 200 and tried editing progression.xml:
<config>
<set xpath="/attributes/attribute[@name='attFortitude']/effect_group/passive_effect[@name='HealthMax' and @level='1,9']/@value">100,480</set>
<set...