Oddity
Jason R. Fink
jrf@adresearch.com
Wed Oct 16 01:00:00 GMT 2002
Attached is a tiny module I started
and I thought I might ask before I
piled anything else into it.
For some reason it consistently locks up
at the onset of an attack. I was wondering
if I had some sort of syntax or ordering error
in it, thanks,
j
-------------- next part --------------
(game-module "sfc"
(title "Star Frontiers Clarion")
(blurb "Clarion Station Battles")
(variants
(see-all true))
)
(side (name "UFP" (colors "blue")))
(side (name "SAF" (colors "red")))
(unit-type fighter
(image-name "space-fighter")
(help "star fighter")
(start-with 3)
)
(unit-type cruiser
(image-name "space-cruiser")
(help "star cruiser")
(start-with 1)
)
(add fighter acp-per-turn 5)
(add cruiser acp-per-turn 2)
(terrain-type space (image-name "space"))
(table unit-size-in-terrain
(fighter t* 0)
(cruiser t* 0)
)
(add (fighter cruiser) hp-max (8 20))
(table hit-chance
(fighter fighter 40)
(fighter cruiser 60)
(cruiser cruiser 50)
(cruiser fighter 30)
)
(table damage
(fighter fighter 2)
(fighter cruiser 1)
(cruiser cruiser 3)
(cruiser fighter 4)
)
More information about the Xconq7
mailing list