Advertisement
Guest User

Ocean Donut world

a guest
Oct 30th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.72 KB | None | 0 0
  1. name: STRINGS.NAMEGEN.DUPLICANT.NAME.NB.CRUDMUFFIN
  2. description: STRINGS.WORLDS.FOREST_LUSH.DESCRIPTION
  3. spriteName: asteroid_underlay
  4. coordinatePrefix: CIRCLE
  5. disableWorldTraits: true
  6. difficulty: 2
  7. tier: 2
  8.  
  9. worldsize:
  10.   X: 384
  11.   Y: 384
  12. layoutMethod: PowerTree
  13.  
  14. subworldFiles:
  15.   - name: subworlds/space/Space
  16.   - name: subworlds/ocean/Ocean
  17.  
  18. startSubworldName: subworlds/forest/ForestStart
  19. startingBaseTemplate: forestBase
  20.  
  21. unknownCellsAllowedSubworlds:
  22.   - tagcommand: Default
  23.     command: Replace
  24.     subworldNames:
  25.      - subworlds/space/Space
  26.   - tagcommand: DistanceFromTag
  27.     tag: AtStart
  28.     minDistance: 3
  29.     maxDistance: 3
  30.     command: Replace
  31.     subworldNames:
  32.      - subworlds/ocean/Ocean
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement