timesynk/test/rolls.tsc

49 lines
551 B
Plaintext

; We're using a timesynk config format to test out rolls.
warrior {
hp 24
stats {
finesse 3
kinetic 4
luck 2
}
skills {
swords 1
}
armor {
name chainmail
resist {
physical 3
}
}
weapon {
name sword of fire
damage {
physical 4
fire 1
}
skill swords
}
}
nupi {
hp 12
stats {
finesse 2
kinetic 2
luck 3
}
armor {
name rags
resist {
physical 1
}
}
weapon {
name club
damage {
physical 1
}
skill bludgeon
}
}