• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

what's the customicon for the blade trap? [A19]

darchon

Refugee
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 https://7daystodie.gamepedia.com/File:BladeTrap.png

whats the right value to get it to show the right icon?

 
The name in A19  is

<property name="CustomIcon" value="bladeTrap"/>


have to watch the upper and lower cases ..  also to tell yours apart from the original you could add custom tint colour to the icon

<property name="CustomIconTint" value="ff0000"/>






Hope this helps

Ragsy !!

 
Last edited by a moderator:
man, how did i mess that spelling error? 😆

and tx a lot for the CustomIconTint tip, i didnt even know that existed!

 
Does this also allow you to change the color of the blade trap?

 
Last edited by a moderator:
Back
Top