Jump to content

buff text


ProAleX68

Recommended Posts

Hello. Please tell me, how do I move the buff text away from the icon?
 

Spoiler

<Configs>

<append xpath="/buffs">
    <buff name="buffTraderSafeZone" remove_on_death="false">
        <stack_type value="ignore"/>
        <update_rate value=".1"/>

        <effect_group>    
            <triggered_effect trigger="onSelfBuffUpdate" action="AddBuff" buff="buffSafeZone" target="selfAOE" target_tags="player,vehicle" range="50"/>
        </effect_group>    
    </buff>

    <buff name="buffSafeZone" name_key="Безопасная зона трейдера" description_key="Эта область безопасна ТОЛЬКО для ИГРОКОВ" tooltip_key="Вы вошли в безопасную зону трейдера" icon="ui_game_symbol_skull" icon_color="0,255,0" icon_blink="true" remove_on_death="true">
        <display_value_key value="Безопасная зона трейдера"/> <display_value value="xxx"/>        
        <duration value="2"/>
        <stack_type value="replace"/>
        <update_rate value=".1"/>

        <effect_group>    
            <triggered_effect trigger="onSelfBuffUpdate" action="RemoveBuff" buff="buffSafeZone" target="self">
                <requirement name="!EntityTagCompare" tags="player" target="self"/>
                <requirement name="!EntityTagCompare" tags="vehicle" target="self"/>
            </triggered_effect>
        </effect_group>    
    </buff>
</append>

</Configs>

 

7 Days to Die Screenshot 2022.08.10 - 06.59.49.79.png

Edited by ProAleX68 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...