Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added InteractablesAPI #216

Merged
merged 3 commits into from
Oct 10, 2020
Merged

Added InteractablesAPI #216

merged 3 commits into from
Oct 10, 2020

Conversation

Phedg1Studios
Copy link
Contributor

Made scrap locating much more robust.
Added additional filtering when locating elite equipment.
Fixed special boss items not being added to the drop list by default.
Fixed Cleansing Pools being prevented from spawning.

Made scrap locating much more robust.
Added additional filtering when locating elite equipment.
Fixed special boss items not being added to the drop list by default.
Fixed Cleansing Pools being prevented from spawning.
…esAPI

SetCategoryWeight to override the weight of a category.
SetCategoryWeightToDefault undo any overrides to the weight of a category.
SetInteractableWeight to override the weight of an interactable type in a category.
SetInteractableWeightToDefault to undo any overrides to the weight of an interactable type in a category.
AddCategory to add a new category.
UnaddCategory to undo the adding of a new category.
RemoveCategory to remove an existing category.
UnremoveCategory to undo the removing of an existing category.
AddInteractable to add a new interactable type to a category.
UnaddInteractable to undo the adding of a new interactable type from a category.
RemoveInteractable to remove an existing interactable type from a category.
UnremoveInteractable to undo the removing of an existing interactable type from a category.
Fixed case in InteractablesAPI where a category is emptied.
Fixed case in InteractablesAPI where all interactables are removed.
@tristanmcpherson tristanmcpherson merged commit 71b4a62 into risk-of-thunder:master Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants