Newer
Older
atlantis / ATL / lisp-test2.atl
; Just a very small file to test whether the load function works properly
; @author Daniel Vedder
; @date 18/05/2015

define-race "Elf"
	description "The oldest and wisest race of Middle Earth"

define-race "Dwarf"
	description "Sons of the Earth, descendants of Durin"

define-race "Hobbit"
	description "Peace-loving and kind, true gentlemen"

define-class "Warrior"
	description "Fighting as a passion!"

define-class "Wizard"
	description "Ancient, powerful, keepers of the Knowledge..."
	special-item "staff"

define-class "Burglar"
	description "Breaking and entering taken to the max!"
	special-item "lockpick"
	special-item "torch"

load-file lisp-test.atl
load-file test-extension.lisp