Advertisement
Guest User

Circle asteroid example

a guest
Oct 29th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.11 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. difficulty: 2
  6. tier: 2
  7.  
  8. worldsize:
  9.   X: 384
  10.   Y: 384
  11. layoutMethod: PowerTree
  12.  
  13. subworldFiles:
  14.   - name: subworlds/forest/ForestStart
  15.   - name: subworlds/forest/ForestMiniWater
  16.     weight: 0.5
  17.   - name: subworlds/forest/ForestMiniOxy
  18.   - name: subworlds/forest/ForestMiniMetal
  19.   - name: subworlds/forest/Forest
  20.   - name: subworlds/marsh/HotMarsh
  21.   - name: subworlds/jungle/Jungle
  22.   - name: subworlds/Impenetrable
  23.   - name: subworlds/magma/Bottom
  24.   - name: subworlds/oil/OilPatch
  25.     weight: 0.7
  26.   - name: subworlds/space/Space
  27.   - name: subworlds/space/Surface
  28.   - name: subworlds/ocean/Ocean
  29.   - name: subworlds/rust/Rust
  30.  
  31. startSubworldName: subworlds/forest/ForestStart
  32. startingBaseTemplate: forestBase
  33.  
  34. globalFeatureTemplates:
  35.   feature_geyser_generic: 12
  36.  
  37. unknownCellsAllowedSubworlds:
  38.   - tagcommand: Default
  39.     command: Replace
  40.     subworldNames:
  41.      - subworlds/space/Space
  42.   - tagcommand: DistanceFromTag
  43.     tag: AtStart
  44.     minDistance: 1
  45.     maxDistance: 1
  46.     command: Replace
  47.     subworldNames:
  48.      - subworlds/forest/ForestMiniOxy
  49.       - subworlds/forest/ForestMiniWater
  50.       - subworlds/forest/ForestMiniMetal
  51.   - tagcommand: DistanceFromTag
  52.     tag: AtStart
  53.     minDistance: 2
  54.     maxDistance: 2
  55.     command: Replace
  56.     subworldNames:
  57.      - subworlds/marsh/HotMarsh
  58.       - subworlds/ocean/Ocean
  59.   - tagcommand: DistanceFromTag
  60.     tag: AtStart
  61.     minDistance: 3
  62.     maxDistance: 3
  63.     command: Replace
  64.     subworldNames:
  65.      - subworlds/marsh/HotMarsh
  66.       - subworlds/jungle/Jungle
  67.       - subworlds/ocean/Ocean
  68.       - subworlds/rust/Rust
  69.       - subworlds/oil/OilPatch
  70.   - tagcommand: DistanceFromTag
  71.     tag: AtStart
  72.     minDistance: 4
  73.     maxDistance: 4
  74.     command: Replace
  75.     subworldNames:
  76.      - subworlds/marsh/HotMarsh
  77.       - subworlds/jungle/Jungle
  78.       - subworlds/ocean/Ocean
  79.       - subworlds/rust/Rust
  80.       - subworlds/forest/ForestStart
  81.       - subworlds/oil/OilPatch
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement