OtherDrops

226k Downloads

New drop configuration allowing ordered events?

Zarius opened this issue ยท 2 comments

commented

Just playing with ideas but a different config (using ordered lists) for the drops could be:

  GRASS:
    - drop:
        - tool: ANY
        - drop: APPLE
        - message: There's an apple!
        - delay: 20
        - event: LIGHTNING
        - message: And here's lightning!
        - delay: 60
        - command: [/time night]
        - message: And now it's night!
commented

How is this different from staggered drop groups?

GRASS:
  - dropgroup: mySequence
    tool: ANY
    drops:
      - drop: APPLE
        message: There's an apple!
      - delay: 20
        event: LIGHTNING
        message: And here's lightning!
      - delay: 60 # or 80, if you meant 60 after the lightning
        command: /time night
        message: And now it's night!
commented

You're right - it's not different :/ Closing this idea as already done :D