-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
5,481 additions
and
743 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/Base.SC2Data/GameData/AbilData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Catalog> | ||
<CAbilBuild id="TerranBuildDrop"> | ||
<!-- Override --> | ||
<InfoArray index="Build2" Unit="AP_DrakkenMiniLaserDrill" Time="120"> | ||
<Button DefaultButtonFace="Nexus"/> | ||
</InfoArray> | ||
</CAbilBuild> | ||
<CAbilBuild id="ProtossBuild"> | ||
<!-- Override --> | ||
<InfoArray index="Build1" Unit="AP_SlaynMissileTurret" Time="120"> | ||
<Button DefaultButtonFace="Nexus"/> | ||
</InfoArray> | ||
</CAbilBuild> | ||
</Catalog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/Base.SC2Data/GameData/UnitData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<Catalog> | ||
<CUnit id="AP_DrakkenMiniLaserDrill"> | ||
<!-- Override --> | ||
<LifeStart value="2000"/> | ||
<LifeMax value="2000"/> | ||
<CostResource index="Minerals" value="0"/> | ||
<CostResource index="Vespene" value="0"/> | ||
<AbilArray Link="BuildInProgress"/> | ||
<BehaviorArray Link="KorhalSporeCannonRegen"/> | ||
</CUnit> | ||
<CUnit id="AP_SlaynMissileTurret"> | ||
<!-- Override --> | ||
<LifeStart value="2000"/> | ||
<LifeMax value="2000"/> | ||
<AbilArray Link="BuildInProgress"/> | ||
<BehaviorArray Link="KorhalSporeCannonRegen"/> | ||
</CUnit> | ||
</Catalog> |
1 change: 0 additions & 1 deletion
1
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/ComponentList.SC2Components
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/DocumentHeader
Binary file not shown.
515 changes: 457 additions & 58 deletions
515
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/MapScript.galaxy
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/Minimap.tga
Binary file not shown.
1,286 changes: 754 additions & 532 deletions
1,286
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/Objects
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Maps/ArchipelagoCampaign/HotS/ap_planetfall.SC2Map/Objects.version
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.