dsa-4th-edition/zig/Items/Talente/Koerperbeherrschung.zon

14 lines
275 B
Plaintext

.{
.Talent = .{
.name = "Körperbeherrschung",
.system = .{
.kategorie = .koerperliche,
.behinderung = "@BE * 2",
.attribute1 = .MU,
.attribute2 = .IN,
.attribute3 = .GE,
}
}
}