Skip to content

Instantly share code, notes, and snippets.

@deontologician
Created July 12, 2009 23:25
Show Gist options
  • Save deontologician/145833 to your computer and use it in GitHub Desktop.
Save deontologician/145833 to your computer and use it in GitHub Desktop.
---
- Card:
name: Lumber Mill
type: Structure
cost: free
abilities:
- Produce: (L)
defense: 4
unit_slots: 1
- Card:
name: Saloon
type: Structure
cost: free
abilities:
- Produce: (P)
defense: 4
unit_slots: 2
- Card:
name: Factory
type: Structure
cost: free
abilities:
- Produce: (M)
defense: 4
unit_slots: 1
- Card:
name: Laboratory
type: Structure
cost: free
abilities:
- Produce: (D)
- tech_slot: 1
- Card:
name: Gunslinger
type: Unit
cost: (P)
abilities:
- Evolution
- WeaponTech
defense: 1
- Card:
name: 6 Shooters
type: WeaponTech
cost: (M)
abilities:
- unit_damage: 1
- Card:
name: Shotguns
type: WeaponTech
cost: (M)(L)
abilities:
- unit_damage: 2
- assembly_damage: 2
- Double Attack
- Card:
name: Cannon
type: WeaponTech
cost: (M)(M)(D)
abilities:
- assembly_damage: 2
- structure_damage: 1
- Confer Explosivity
- Card:
name: Luddites
type: Unit
cost: (P)
abilities:
- assembly_damage: 1
defense: 2
- Card:
name: Airship
type: Assembly
cost: (M)(M)(L)(L)(P)(D)
abilities:
- Crash
- Open Assembly
- Explosive
defense: 5
crew_size: 4
flavor: Oh the humanity!
- Card:
name: Child Labor
type: Technology
cost: (E)(P)(D)
abilities:
- freeform: |
Structures with no units in them can produce
an extra resource of any type they can produce
- Card:
name: Lexicon Technicum
type: Technology
cost: (D)(D)
abilities:
- freeform: |
Laboratories you control gain an additional tech slot
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment