Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
standard base has 3 metals
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Apr 20, 2024
1 parent 953ff2d commit 23e945c
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion doodads/ores/aether_1.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ radius = 60
buildable = true

[starting]
distance = 500, 600
distance = 250, 300
count = 1, 1

[preview]
Expand Down
2 changes: 1 addition & 1 deletion doodads/ores/crystals_1.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ radius = 60
buildable = true

[starting]
distance = 300, 400
distance = 200, 250
count = 1, 1

[preview]
Expand Down
4 changes: 2 additions & 2 deletions doodads/ores/crystals_2.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ prototype = unnatural/base/ores/crystals_deposit.proto

[generating]
count = 3
priority = 14
priority = 17

[requirements]
radius = 60
buildable = true

[starting]
distance = 500, 600
count = 0, 1
count = 1, 2

[preview]
height = 100
2 changes: 1 addition & 1 deletion doodads/ores/metal_1.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ radius = 60
buildable = true

[starting]
distance = 100, 200
distance = 100, 150
count = 1, 1

[preview]
Expand Down
4 changes: 2 additions & 2 deletions doodads/ores/metal_2.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ prototype = unnatural/base/ores/metal_deposit.proto

[generating]
count = 0
priority = 10
priority = 11

[requirements]
radius = 60
buildable = true

[starting]
distance = 200, 300
distance = 150, 200
count = 1, 1

[preview]
Expand Down
6 changes: 3 additions & 3 deletions doodads/ores/metal_3.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ prototype = unnatural/base/ores/metal_deposit.proto

[generating]
count = 0
priority = 10
priority = 12

[requirements]
radius = 60
buildable = true

[starting]
distance = 400, 500
count = 0, 1
distance = 200, 250
count = 1, 1

[preview]
height = 50
6 changes: 3 additions & 3 deletions doodads/ores/metal_4.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ package = unnatural/base/ores/ores.pack
prototype = unnatural/base/ores/metal_deposit.proto

[generating]
count = 10
priority = 10
count = 5
priority = 18

[requirements]
radius = 60
buildable = true

[starting]
distance = 500, 600
count = 0, 1
count = 1, 3

[preview]
height = 50
4 changes: 2 additions & 2 deletions doodads/ores/oil_1.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ prototype = unnatural/base/ores/oil_deposit.proto

[generating]
count = 0
priority = 12
priority = 13

[requirements]
radius = 60
buildable = true

[starting]
distance = 300, 400
distance = 200, 250
count = 1, 1

[preview]
Expand Down
4 changes: 2 additions & 2 deletions doodads/ores/oil_2.doodad
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ prototype = unnatural/base/ores/oil_deposit.proto

[generating]
count = 3
priority = 12
priority = 16

[requirements]
radius = 60
buildable = true

[starting]
distance = 500, 600
count = 0, 1
count = 1, 2

[preview]
height = 100

0 comments on commit 23e945c

Please sign in to comment.