Step three in implementing sandworms
Removed/fixed comments Code style fixes Fixed AttackWander, addressed style nits Fix Travis crash
This commit is contained in:
BIN
mods/d2k/bits/wormspawner.shp
Normal file
BIN
mods/d2k/bits/wormspawner.shp
Normal file
Binary file not shown.
Binary file not shown.
@@ -43,7 +43,7 @@ Players:
|
||||
Name: Creeps
|
||||
NonCombatant: True
|
||||
Race: atreides
|
||||
Enemies: Atreides,Harkonnen
|
||||
Enemies: Atreides, Harkonnen
|
||||
|
||||
Actors:
|
||||
Actor4: spicebloom
|
||||
@@ -106,7 +106,7 @@ Actors:
|
||||
Actor41: guntowera
|
||||
Location: 46,39
|
||||
Owner: Harkonnen
|
||||
Actor42: WormSpawnLocation
|
||||
Actor42: wormspawner
|
||||
Location: 46,64
|
||||
Owner: Creeps
|
||||
|
||||
|
||||
@@ -34,30 +34,21 @@ SANDWORM:
|
||||
Sand: 100
|
||||
Dune: 100
|
||||
Spice: 100
|
||||
Rock: 100 # TEMP
|
||||
TargetableUnit:
|
||||
TargetTypes: Underground
|
||||
RevealsShroud:
|
||||
Range: 32c0
|
||||
RenderUnit:
|
||||
BodyOrientation:
|
||||
BelowUnits:
|
||||
HiddenUnderFog:
|
||||
Sandworm:
|
||||
WanderMoveRadius: 10
|
||||
SelectionDecorations: # TEMP
|
||||
Selectable: # TEMP
|
||||
Voice: WormVoice # TEMP
|
||||
AppearsOnRadar:
|
||||
UseLocation: yes
|
||||
AttackSwallow:
|
||||
AttackRequiresEnteringCell: TRUE
|
||||
AttackRequiresEnteringCell: true
|
||||
AttackMove:
|
||||
AttackWander:
|
||||
AutoTarget:
|
||||
ScanRadius: 32
|
||||
Armament:
|
||||
Weapon: WormJaw
|
||||
|
||||
WormSpawnLocation:
|
||||
Immobile:
|
||||
WormSpawner:
|
||||
Weapon: WormJaw
|
||||
@@ -149,3 +149,9 @@ CAMERA:
|
||||
Range: 8c0
|
||||
BodyOrientation:
|
||||
|
||||
wormspawner:
|
||||
Immobile:
|
||||
OccupiesSpace: false
|
||||
RenderEditorOnly:
|
||||
BodyOrientation:
|
||||
WormSpawner:
|
||||
|
||||
@@ -11,7 +11,6 @@ World:
|
||||
BuildingInfluence:
|
||||
ChooseBuildTabOnSelect:
|
||||
WormManager:
|
||||
SpawnInterval: 10
|
||||
CrateSpawner:
|
||||
Minimum: 0
|
||||
Maximum: 2
|
||||
|
||||
@@ -267,6 +267,11 @@ waypoint:
|
||||
Start: 0
|
||||
Length: *
|
||||
|
||||
wormspawner:
|
||||
idle:
|
||||
Start: 0
|
||||
Length: *
|
||||
|
||||
sietch:
|
||||
idle: DATA
|
||||
Start: 2998
|
||||
|
||||
Reference in New Issue
Block a user