-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into multi-fluff
- Loading branch information
Showing
10 changed files
with
310 additions
and
80 deletions.
There are no files selected for viewing
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
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,49 @@ | ||
MMSVersion: 2 | ||
name: Test Setup for Carryables | ||
planet: None | ||
description: A few units on a small map with a few carryable objects for testing; most objects predeployed, some to deploy | ||
map: buildingsnobasement/dropport2.board | ||
|
||
factions: | ||
- name: Test Player | ||
|
||
units: | ||
- fullname: Locust LCT-1M | ||
at: [ 9, 10 ] | ||
|
||
- fullname: Hunchback HBK-4G | ||
at: [ 10, 10 ] | ||
|
||
- fullname: Charger CGR-1A1 | ||
at: [ 11, 10 ] | ||
|
||
- fullname: Atlas AS7-D | ||
at: [ 10, 11 ] | ||
|
||
objects: | ||
- name: Test Paperweight (invulnerable) | ||
at: [ 14, 11 ] | ||
weight: 0.02 | ||
status: invulnerable | ||
|
||
- name: Crate (can be damaged) | ||
weight: 1 | ||
at: [ 3, 11 ] | ||
|
||
- name: This is medium weight (invulnerable) | ||
weight: 50 | ||
at: [ 2, 2 ] | ||
status: invulnerable | ||
|
||
- name: This is massive (can be damaged) | ||
weight: 150 | ||
at: [ 8, 15 ] | ||
|
||
- name: Deploy this (can be damaged) | ||
weight: 20 | ||
|
||
- name: Deploy this 2 (invulnerable) | ||
weight: 3 | ||
status: invulnerable | ||
|
||
|
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
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
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
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
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.