Skip to content

Wayshells

Example wayshell
wayshells:
  - id: "example_wayshell" # required
    display_name: "Example Wayshell" # required
    lore_text: "meow" # required
    mech_description: "meow" # optional
    lore_text_extended: "meow" # optional
    image: "wayshells/example.png" # optional
    tags: [example_tag] # optional
    generate: # required
      regions:
        - :unlocked_region_list # will only generate regions they've discovered
        - - [2, 1] # generate the length of the list (this is kinda messy...)
        - - [saltedslabs, 100] # the regions and weights that can generate
          - [lonelyclot, 75]
          - [thegulf, 10]
          - [hangmanswharf, 200]
          - [alabasterislands, 25]
      distance:
        - [1, 2] # first number is the distance, second is the weight
        - [3, 3]
        - [5, 1]
      start_danger:
        - [1, 2]
        - [3, 3]
        - [5, 1]
      end_danger:
        - [1, 2]
        - [3, 3]
        - [5, 1]
      inscriptions:
        - :exclusive_list # won't generate the same element twice
        - - [0,1000] # number of list elements to generate
          - [1,100]
          - [2,5]

        - - ['fathomswatched', 1] # the options for the list items
          - ['ephemeral', 10]
          - ['chitinous', 20]
          - ['crumbling', 30]
          - ['emboldening', 30]