Jump to content

Guarenteed Loot Item


Dryzler

Recommended Posts

Hello,

 

if i write a lootcontainer like this:

 

<lootcontainer name="birdNest" count="1" ...>
	<item name="foodEgg" loot_prob_template="guaranteed"/>
	<item name="resourceFeather" count="1,5" loot_prob_template="guaranteed"/>
</lootcontainer>

 

I do get either an egg or some feathers.

 

How to always get an egg AND always get some feathers?

 

Thanks.

Link to comment
Share on other sites

meganoth is correct.  Count = 1 means you have a chance of getting either feathers or eggs.  Count = 2 would be two picks, which can be 2 groups of feathers, 2 groups of eggs, or one of each.  Count all would mean that each loot group would have a chance of procc'ing.

 

For an example of count="all", check the Hardened Chests in the loot file.  The T4 chest would pull an item from 9 different loot groups.

 

 

Edited by BFT2020 (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...