@colors: <"colors.over">
@behaviors: {
hostile: "hostile"
}
# Default attributes, can be overriden per-actor.
@default: {
speed: 1.0
visible: true
fov_radius: 16
}
# Used in tests only
@test: {
^: @default
name: "test"
c: '?'
color: @colors.white
hp: 0
behavior: @behaviors.hostile
}
test: @test
test_slow: {
^: @test
name: "test_slow"
speed: 3.5
}