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

xml buff extends

Umbrella

Refugee
Hello,

I have a first buff A with an effect group. I want to define a buff B with the same group, and an extra one.

I make B extends A, and add the extra group. However, the group from A seems to show up randomly in B.

How does <buff name="B" extends="A"> treats the <effect_group> from A ? Is it overridden with B.<effect_group> ? Does it depend on the name of the effect group ?

Thank you !

 
Back
Top