I think the title speak for itself. If at all possible; Maybe a command that takes X Owrongs and gives you a seed instead?
Thanks beforehand!
Solved Harvesting Owrongs always yields a single seed
Discussion in 'Plugin Requests' started by Tearlow, Jun 30, 2016.
-
Do you use the LootConfig plugin?
-
Okay... So, I've had a crack at it and getting a tad confused as to how it generates things. It seems random as many entries aren't following the same pattern. This is the Owrong's default entry.
Code:"Owrong": { "RollCount": 99999, "RollWithoutReplacement": true, "LootResult": null, "Children": [ { "Key": 30.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": { "ItemId": "Owrong", "StackSize": 1, "RandomVariance": 0 }, "Children": [] } }, { "Key": 30.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": null, "Children": [ { "Key": 0.5, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": { "ItemId": "OwrongSeeds", "StackSize": 2, "RandomVariance": 1 }, "Children": [] } }, { "Key": 0.5, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": null, "Children": [] } } ] } } ] },
Code:"Owrong": { "RollCount": 99999, "RollWithoutReplacement": true, "LootResult": null, "Children": [ { "Key": 30.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": { "ItemId": "Owrong", "StackSize": 1, "RandomVariance": 0 }, "Children": [] } }, { "Key": 30.0, "Value": { "RollCount": 1, "RollWithoutReplacement": true, "LootResult": { "ItemId": "OwrongSeeds", "StackSize": 1, "RandomVariance": 0 }, "Children": [] } } ] },
-
@Tearlow
I don't try to change this values, but I think that you read this right. If you change "StackSize:" to 5 you got every 5 seeds or Owrong. In this config is on the top multiplier for all Stacks if you change this to 5 and StackSize to 5 too you got every 5*5 seeds = 25but I only thinking about this, don't testing. I'll leave it up to you
-
Admittedly I'd like a simpler solution but I will in fact accept this for the moment; It works perfectly fine after all!
-
You're welcome