Merge pull request #10037 from OmegaBolt/d2k-terrain
Fixes #4243. Fixes #8317.
This commit is contained in:
@@ -65,6 +65,7 @@ sandworm:
|
||||
TerrainSpeeds:
|
||||
Sand: 100
|
||||
Dune: 100
|
||||
SpiceSand: 100
|
||||
Spice: 100
|
||||
Targetable:
|
||||
TargetTypes: Ground
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
Rock: 100
|
||||
Transition: 100
|
||||
Concrete: 100
|
||||
SpiceSand: 100
|
||||
Spice: 100
|
||||
SpiceBlobs: 100
|
||||
Dune: 50
|
||||
@@ -169,6 +170,7 @@
|
||||
Rock: 100
|
||||
Transition: 100
|
||||
Concrete: 100
|
||||
SpiceSand: 100
|
||||
Spice: 100
|
||||
SpiceBlobs: 100
|
||||
Dune: 80
|
||||
|
||||
@@ -4,7 +4,7 @@ crate:
|
||||
Name: Crate
|
||||
Crate:
|
||||
Lifetime: 120
|
||||
TerrainTypes: Sand, Dune, Rock
|
||||
TerrainTypes: Sand, Dune, Rock, SpiceSand
|
||||
GiveCashCrateAction@1:
|
||||
Amount: 750
|
||||
SelectionShares: 25
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
ValuePerUnit: 25
|
||||
Name: Spice
|
||||
PipColor: green
|
||||
AllowedTerrainTypes: Sand
|
||||
AllowedTerrainTypes: SpiceSand
|
||||
AllowUnderActors: true
|
||||
LoadWidgetAtGameStart:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user