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

14 lines
272 B
Plaintext

.{
.Talent = .{
.name = "Taschendiebstahl",
.system = .{
.kategorie = .koerperliche,
.behinderung = "@BE * 2",
.attribute1 = .MU,
.attribute2 = .IN,
.attribute3 = .FF,
}
}
}