Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Make lootchance item specific #41

Description

@ErikOverflow

Is your feature request related to a problem? Please describe.
Current lootrate is attached to the enemy's general droprate. The lootrate should still be configurable on a per-enemy basis, but it should be item specific.

Describe the solution you'd like
Combine both the item and the loot rate into a struct on the CharacterLoot class. Hold an array of LootStructs, rather than just an array of Items.

Additional context
Will require modifications to CharacterLoot.cs and EnemyTemplate.cs. May require changes to EnemyHook.cs

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions