Open xFrednet opened 4 years ago
Create an option to add conditions to the pools of LootTables. This is useful when specific items should only be dropped when the object was destroyed in a specific way.
For example:
"condition": "damage_source == HOT", "condition": "destroyed_by == meteoroid" "condition": "rand() < 0.5" ....
Related to #27
What conditions would you like to have? @leit2
Create an option to add conditions to the pools of LootTables. This is useful when specific items should only be dropped when the object was destroyed in a specific way.
For example:
Related to #27