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