Skip to content

Commit

Permalink
Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
Porenutak committed May 27, 2024
1 parent 4abac7b commit 6ed4e30
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mods/d2k/maps/simpletestmap/Rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Player:
ClassicProductionQueue@Infantry:
PayUpFront: true
ClassicProductionQueue@Building:
PayUpFront: true
ClassicProductionQueue@Armor:
PayUpFront: true
ClassicProductionQueue@Aircraft:
PayUpFront: true
ClassicProductionQueue@Starport:
PayUpFront: true
Binary file added mods/d2k/maps/simpletestmap/map.bin
Binary file not shown.
Binary file added mods/d2k/maps/simpletestmap/map.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions mods/d2k/maps/simpletestmap/map.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
MapFormat: 12

RequiresMod: d2k

Title: simple test map

Author: Your name here

Tileset: ARRAKIS

MapSize: 50,50

Bounds: 1,1,48,48

Visibility: Lobby

Categories: Conquest

Players:
PlayerReference@Neutral:
Name: Neutral
OwnsWorld: True
NonCombatant: True
Faction: Random
PlayerReference@Creeps:
Name: Creeps
NonCombatant: True
Faction: Random
Enemies: Multi0
PlayerReference@Multi0:
Name: Multi0
Playable: True
Faction: Random
Enemies: Creeps

Actors:
Actor0: mpspawn
Owner: Neutral
Location: 24,28
Actor1: construction_yard
Owner: Multi0
Location: 17,22
Actor2: wind_trap
Owner: Multi0
Location: 19,17
Actor3: wind_trap
Owner: Multi0
Location: 22,17
Actor4: wind_trap
Owner: Multi0
Location: 24,17
Actor5: wind_trap
Owner: Multi0
Location: 27,17
Actor6: wind_trap
Owner: Multi0
Location: 30,17
Actor7: wind_trap
Owner: Multi0
Location: 33,17
Actor8: refinery
Owner: Multi0
Location: 36,22
Actor9: heavy_factory
Owner: Multi0
Location: 34,27
Actor10: starport
Owner: Multi0
Location: 29,32
Actor11: outpost
Owner: Multi0
Location: 30,23
Actor12: barracks
Owner: Multi0
Location: 26,22
Actor13: light_factory
Owner: Multi0
Location: 27,27

Rules: Rules.yaml

0 comments on commit 6ed4e30

Please sign in to comment.