- Joined
- Nov 28, 2021
- Messages
- 147
- Reaction score
- 47
- First Language
- English
- Primarily Uses
- RMMV
Hi! 
I want to have my New Game + Switch (#360) control how the drop rate of items are changed!
so I looked into Extra enemy drops conditionals and I have this for my bandit enemy now:
The super high % values are just for testing...
Is this how I would correctly make the conditional? It seems to be working right when I turn on NG+ but Im not entirely sure haha
The things I notice when I kill 8 bandits per fight is:
1: the gold shows up, and 1 thing will show up only per category
Meaning, gold shows up, Banditry Emblem will show up, and maybe a cutlass,
but never a Banditry Emblem and a Casket of Wine or another item it's always just Banditry Emblem:

Another note is how do the percents work? Is 5% a 1/20 chance per kill to see the item? Or am I interpreting that wrong and if so can you explain!
Thank you for your time!
I want to have my New Game + Switch (#360) control how the drop rate of items are changed!
so I looked into Extra enemy drops conditionals and I have this for my bandit enemy now:
<Conditional Cutlass Drop>
Switch 360 ON: +5%
Switch 360 OFF: +2.5%
</Conditional Cutlass Drop>
<Conditional Hide Armor Drop>
Switch 360 ON: +4%
Switch 360 OFF: +2%
</Conditional Hide Armor Drop>
<Conditional Banditry Emblem Drop>
Switch 360 ON: +20%
Switch 360 OFF: +10%
</Conditional Banditry Emblem Drop>
<Conditional Casket of Wine Drop>
Switch 360 ON: +100%
Switch 360 OFF: +50%
<Conditional Casket of Wine Drop>
<Conditional Minor Upgrade Kit Drop>
Switch 360 ON: +50%
Switch 360 OFF: +0%
<Conditional Minor Upgrade Kit Drop>
<Conditional Sausage Links Drop>
Switch 360 ON: +75%
Switch 360 OFF: +25%
<Conditional Sausage Links Drop>
<Conditional Recruitment Guild's Casket Drop>
Switch 360 ON: +30%
Switch 360 OFF: +10%
<Conditional Recruitment Guild's Casket Drop>
<Conditional Cloakery Casket Drop>
Switch 360 ON: +2%
Switch 360 OFF: +1%
<Conditional Cloakery Casket Drop>
The super high % values are just for testing...
Is this how I would correctly make the conditional? It seems to be working right when I turn on NG+ but Im not entirely sure haha
The things I notice when I kill 8 bandits per fight is:
1: the gold shows up, and 1 thing will show up only per category
Meaning, gold shows up, Banditry Emblem will show up, and maybe a cutlass,
but never a Banditry Emblem and a Casket of Wine or another item it's always just Banditry Emblem:

Another note is how do the percents work? Is 5% a 1/20 chance per kill to see the item? Or am I interpreting that wrong and if so can you explain!
Thank you for your time!