iditacards/assets.toml

45 lines
937 B
TOML

# This file describes the assets of iditacards
# It is processed to produce the various source files that are then compiled
# into assets
# NOTE: [a. b] indicates that the object will be processed through the mako
# template templates/a.mako and output to generated/b. (templates/ and
# generated/ specified by arguments)
[card. "a_hat.tex"]
name = "A Hat"
costs.energy = 2
costs.health = 2
effects = { daydraw = "+1" }
image = "hat"
type = "attachment"
flavour = "I bet its a valve hat."
[card. "dog_chow.tex"]
name = "Dog Chow"
costs.energy = 3
cards.health = 3
effects = { speed = "+1" }
image = "dog_chow"
type = "attachment"
flavour = "A hungry dog is a slow dog."
[card. "good_dog.tex"]
name = "Good Dog"
costs.energy = 3
costs.health = 3
effects = { daydraw = "+1" }
image = "good_dog"
type = "dog"
flavour = "Good boy."
[deck. "starter1.mk"]
name = "starter1"
[deck. "starter1.mk". contents]
"A hat" = 1
"Breakfast" = 2