Fix Singen talent in compendium

This commit is contained in:
Sven Balzer
2025-09-09 13:01:27 +02:00
parent 39c3f90240
commit e4067d46a3
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
.{
.Talent = .{
.name = "Singen",
.system = .{
.kategorie = .koerperliche,
.behinderung = "@BE - 3",
.attribute1 = .IN,
.attribute2 = .CH,
.attribute3 = .CH,
}
}
}