Skip to content

potential monster structure #16

Description

@seiyria

monsters should be able to have different configs based on the ratings they have, so, at least something like this:

skills_-2: []
skills_-1: ['Slash']
skills_0: ['Eat Spinach', 'Slash']
skills_1: ['Slash', 'Slash', 'Smash', 'Smash']
skills_2: ['Slash', 'Slash', 'Smash', 'Bash', 'Eat Spinach', 'Bash']

As an example. Obviously +2s would be rare and -2..0 would be more common, but anomalies can happen.

Monsters should have a level range at which they appear, otherwise there will be no fundamental difference in monsters and there really should be.

There should be an xpGainBonus for some monsters, because some will just be harder than others, but they should give an XP bonus. XP will normally be calculated based on the rating of the monster. XP will be essentially "number of kills" instead of actual XP in this sense.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions