Compare commits
3 Commits
2d576499df
...
d315a9370f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d315a9370f | ||
|
|
05e78b785d | ||
|
|
51d889d9cd |
@ -8,7 +8,7 @@ pub fn build(b: *std.Build) void {
|
|||||||
const compendium_creator = b.addExecutable(.{
|
const compendium_creator = b.addExecutable(.{
|
||||||
.name = "compendium_creator",
|
.name = "compendium_creator",
|
||||||
.root_source_file = b.path("zig/compendium_creator.zig"),
|
.root_source_file = b.path("zig/compendium_creator.zig"),
|
||||||
.target = b.host,
|
.target = b.standardTargetOptions (.{}),
|
||||||
.optimize = .Debug,
|
.optimize = .Debug,
|
||||||
});
|
});
|
||||||
compendium_creator.root_module.addImport("leveldb", leveldb);
|
compendium_creator.root_module.addImport("leveldb", leveldb);
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
.{
|
.{
|
||||||
.name = "dsa-4th-edition",
|
.name = .dsa41,
|
||||||
.version = "0.0.0",
|
.version = "0.0.0",
|
||||||
|
.fingerprint = 0x70fb7b387e6df0f7,
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
"build.zig.zon",
|
"build.zig.zon",
|
||||||
|
|||||||
11
zig/Items/Kampftalente/Anderthalbhaender.zon
Normal file
11
zig/Items/Kampftalente/Anderthalbhaender.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Anderthalbhänder",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Armbrust.zon
Normal file
11
zig/Items/Kampftalente/Armbrust.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Armbrust",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 5",
|
||||||
|
.steigern = .C,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Belagerungswaffen.zon
Normal file
11
zig/Items/Kampftalente/Belagerungswaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Belagerungswaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Blasrohr.zon
Normal file
11
zig/Items/Kampftalente/Blasrohr.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Blasrohr",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 5",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Bogen.zon
Normal file
11
zig/Items/Kampftalente/Bogen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Bogen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Diskus.zon
Normal file
11
zig/Items/Kampftalente/Diskus.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Diskus",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Dolche.zon
Normal file
11
zig/Items/Kampftalente/Dolche.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Dolche",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 1",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Fechtwaffen.zon
Normal file
11
zig/Items/Kampftalente/Fechtwaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Fechtwaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 1",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Hiebwaffen.zon
Normal file
11
zig/Items/Kampftalente/Hiebwaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Hiebwaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 4",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Infanteriewaffen.zon
Normal file
11
zig/Items/Kampftalente/Infanteriewaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Infanteriewaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Kettenstaebe.zon
Normal file
11
zig/Items/Kampftalente/Kettenstaebe.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Kettenstäbe",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 1",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Kettenwaffen.zon
Normal file
11
zig/Items/Kampftalente/Kettenwaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Kettenwaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Raufen.zon
Normal file
11
zig/Items/Kampftalente/Raufen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Raufen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .waffenlos,
|
||||||
|
.behinderung = "@BE",
|
||||||
|
.steigern = .C,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Ringen.zon
Normal file
11
zig/Items/Kampftalente/Ringen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Ringen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .waffenlos,
|
||||||
|
.behinderung = "@BE",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Saebel.zon
Normal file
11
zig/Items/Kampftalente/Saebel.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Säbel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Schleuder.zon
Normal file
11
zig/Items/Kampftalente/Schleuder.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Schleuder",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Schwerter.zon
Normal file
11
zig/Items/Kampftalente/Schwerter.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Schwerter",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Speere.zon
Normal file
11
zig/Items/Kampftalente/Speere.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Speere",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Staebe.zon
Normal file
11
zig/Items/Kampftalente/Staebe.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Stäbe",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Wurfbeile.zon
Normal file
11
zig/Items/Kampftalente/Wurfbeile.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Wurfbeile",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Wurfmesser.zon
Normal file
11
zig/Items/Kampftalente/Wurfmesser.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Wurfmesser",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .C,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Wurfspeere.zon
Normal file
11
zig/Items/Kampftalente/Wurfspeere.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Wurfspeere",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .fernkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .C,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Zweihand_Hiebwaffen.zon
Normal file
11
zig/Items/Kampftalente/Zweihand_Hiebwaffen.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Zweihand-Hiebwaffen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Zweihandflegel.zon
Normal file
11
zig/Items/Kampftalente/Zweihandflegel.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Zweihandflegel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 3",
|
||||||
|
.steigern = .D,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
11
zig/Items/Kampftalente/Zweihandschwerter_saebel.zon
Normal file
11
zig/Items/Kampftalente/Zweihandschwerter_saebel.zon
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.{
|
||||||
|
.Kampftalent = .{
|
||||||
|
.name = "Zweihandschwerter/-säbel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .nahkampf,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.steigern = .E,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Abrichten.zon
Normal file
13
zig/Items/Talente/Abrichten.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Abrichten",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Ackerbau.zon
Normal file
13
zig/Items/Talente/Ackerbau.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Ackerbau",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KO,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
12
zig/Items/Talente/Akrobatik.zon
Normal file
12
zig/Items/Talente/Akrobatik.zon
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Akrobatik",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE * 2",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .GE,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
13
zig/Items/Talente/Alchimie.zon
Normal file
13
zig/Items/Talente/Alchimie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Alchimie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Anatomie.zon
Normal file
13
zig/Items/Talente/Anatomie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Anatomie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
12
zig/Items/Talente/Athletik.zon
Normal file
12
zig/Items/Talente/Athletik.zon
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Athletik",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE * 2",
|
||||||
|
.attribute1 = .GE,
|
||||||
|
.attribute2 = .KO,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
13
zig/Items/Talente/Baukunst.zon
Normal file
13
zig/Items/Talente/Baukunst.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Baukunst",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Bergbau.zon
Normal file
13
zig/Items/Talente/Bergbau.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Bergbau",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .KO,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Betoeren.zon
Normal file
13
zig/Items/Talente/Betoeren.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Betören",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "BE - 2",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Bogenbau.zon
Normal file
13
zig/Items/Talente/Bogenbau.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Bogenbau",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Boote_Fahren.zon
Normal file
13
zig/Items/Talente/Boote_Fahren.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Boote Fahren",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .GE,
|
||||||
|
.attribute2 = .KO,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Brauer.zon
Normal file
13
zig/Items/Talente/Brauer.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Brauer",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Brett_Kartenspiel.zon
Normal file
13
zig/Items/Talente/Brett_Kartenspiel.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Brett-/Kartenspiel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Drucker.zon
Normal file
13
zig/Items/Talente/Drucker.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Drucker",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Etikette.zon
Normal file
13
zig/Items/Talente/Etikette.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Etikette",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "BE - 2",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Faehrtensuchen1.zon
Normal file
13
zig/Items/Talente/Faehrtensuchen1.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fährtensuchen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Faehrtensuchen2.zon
Normal file
13
zig/Items/Talente/Faehrtensuchen2.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fährtensuchen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .KO,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Fahrzeug_Lenken.zon
Normal file
13
zig/Items/Talente/Fahrzeug_Lenken.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fahrzeug Lenken",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Fallenstellen.zon
Normal file
13
zig/Items/Talente/Fallenstellen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fallenstellen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Falschspiel.zon
Normal file
13
zig/Items/Talente/Falschspiel.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Falschspiel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Feinmechanik.zon
Normal file
13
zig/Items/Talente/Feinmechanik.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Feinmechanik",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Fesseln_Entfesseln.zon
Normal file
13
zig/Items/Talente/Fesseln_Entfesseln.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fesseln/Entfesseln",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .FF,
|
||||||
|
.attribute2 = .GE,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Feuersteinbearbeitung.zon
Normal file
13
zig/Items/Talente/Feuersteinbearbeitung.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Feuersteinbearbeitung",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Fischen_Angeln.zon
Normal file
13
zig/Items/Talente/Fischen_Angeln.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fischen/Angeln",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Fleischer.zon
Normal file
13
zig/Items/Talente/Fleischer.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fleischer",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
12
zig/Items/Talente/Fliegen.zon
Normal file
12
zig/Items/Talente/Fliegen.zon
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Fliegen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .GE,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
13
zig/Items/Talente/Gassenwissen.zon
Normal file
13
zig/Items/Talente/Gassenwissen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Gassenwissen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "BE - 4",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
12
zig/Items/Talente/Gaukeleien.zon
Normal file
12
zig/Items/Talente/Gaukeleien.zon
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Gaukeleien",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE * 2",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
13
zig/Items/Talente/Geographie.zon
Normal file
13
zig/Items/Talente/Geographie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Geographie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Gerber_Kuerschner.zon
Normal file
13
zig/Items/Talente/Gerber_Kuerschner.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Gerber/Kürschner",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KO,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Geschichtswissen.zon
Normal file
13
zig/Items/Talente/Geschichtswissen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Geschichtswissen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Gesteinskunde.zon
Normal file
13
zig/Items/Talente/Gesteinskunde.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Gesteinskunde",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Glaskunst.zon
Normal file
13
zig/Items/Talente/Glaskunst.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Glaskunst",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .FF,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KO,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Goetter_Kulte.zon
Normal file
13
zig/Items/Talente/Goetter_Kulte.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Götter/Kulte",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Grobschmied.zon
Normal file
13
zig/Items/Talente/Grobschmied.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Grobschmied",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .FF,
|
||||||
|
.attribute2 = .KO,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Handel.zon
Normal file
13
zig/Items/Talente/Handel.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Handel",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Hauswirtschaft.zon
Normal file
13
zig/Items/Talente/Hauswirtschaft.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Hauswirtschaft",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Heilkunde_Gift.zon
Normal file
13
zig/Items/Talente/Heilkunde_Gift.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Heilkunde Gift",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Heilkunde_Krankheiten.zon
Normal file
13
zig/Items/Talente/Heilkunde_Krankheiten.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Heilkunde Krankheiten",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Heilkunde_Seele.zon
Normal file
13
zig/Items/Talente/Heilkunde_Seele.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Heilkunde Seele",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Heilkunde_Wunden.zon
Normal file
13
zig/Items/Talente/Heilkunde_Wunden.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Heilkunde Wunden",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Heraldik.zon
Normal file
13
zig/Items/Talente/Heraldik.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Heraldik",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Holzbearbeitung.zon
Normal file
13
zig/Items/Talente/Holzbearbeitung.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Holzbearbeitung",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Huettenkunde.zon
Normal file
13
zig/Items/Talente/Huettenkunde.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Hüttenkunde",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .KO,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Instrumentenbauer.zon
Normal file
13
zig/Items/Talente/Instrumentenbauer.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Instrumentenbauer",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Kartographie.zon
Normal file
13
zig/Items/Talente/Kartographie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Kartographie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Klettern.zon
Normal file
13
zig/Items/Talente/Klettern.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Klettern",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE * 2",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .GE,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Kochen.zon
Normal file
13
zig/Items/Talente/Kochen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Kochen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Koerperbeherrschung.zon
Normal file
13
zig/Items/Talente/Koerperbeherrschung.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Körperbeherrschung",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE * 2",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .GE,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Kriegskunst.zon
Normal file
13
zig/Items/Talente/Kriegskunst.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Kriegskunst",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Kristallzucht.zon
Normal file
13
zig/Items/Talente/Kristallzucht.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Kristallzucht",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Kryptographie.zon
Normal file
13
zig/Items/Talente/Kryptographie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Kryptographie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Lederarbeiten.zon
Normal file
13
zig/Items/Talente/Lederarbeiten.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Lederarbeiten",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Lehren.zon
Normal file
13
zig/Items/Talente/Lehren.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Lehren",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Magiekunde.zon
Normal file
13
zig/Items/Talente/Magiekunde.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Magiekunde",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Malen_Zeichnen.zon
Normal file
13
zig/Items/Talente/Malen_Zeichnen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Malen/Zeichnen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Maurer.zon
Normal file
13
zig/Items/Talente/Maurer.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Maurer",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .FF,
|
||||||
|
.attribute2 = .GE,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Mechanik.zon
Normal file
13
zig/Items/Talente/Mechanik.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Mechanik",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Menschenkenntnis.zon
Normal file
13
zig/Items/Talente/Menschenkenntnis.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Menschenkenntnis",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Metallguss.zon
Normal file
13
zig/Items/Talente/Metallguss.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Metallguss",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Musizieren.zon
Normal file
13
zig/Items/Talente/Musizieren.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Musizieren",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .CH,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Orientierung.zon
Normal file
13
zig/Items/Talente/Orientierung.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Orientierung",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .natur,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Pflanzenkunde.zon
Normal file
13
zig/Items/Talente/Pflanzenkunde.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Pflanzenkunde",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Philosophie.zon
Normal file
13
zig/Items/Talente/Philosophie.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Philosophie",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Rechnen.zon
Normal file
13
zig/Items/Talente/Rechnen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Rechnen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Rechtskunde.zon
Normal file
13
zig/Items/Talente/Rechtskunde.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Rechtskunde",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Reiten.zon
Normal file
13
zig/Items/Talente/Reiten.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Reiten",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE - 2",
|
||||||
|
.attribute1 = .CH,
|
||||||
|
.attribute2 = .GE,
|
||||||
|
.attribute3 = .KK,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Sagen_Legenden.zon
Normal file
13
zig/Items/Talente/Sagen_Legenden.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Sagen/Legenden",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Schaetzen.zon
Normal file
13
zig/Items/Talente/Schaetzen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Schätzen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .wissens,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .IN,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Schauspielerei.zon
Normal file
13
zig/Items/Talente/Schauspielerei.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Schauspielerei",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .gesellschaftliche,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .KL,
|
||||||
|
.attribute3 = .CH,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Schleichen.zon
Normal file
13
zig/Items/Talente/Schleichen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Schleichen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .koerperliche,
|
||||||
|
.behinderung = "@BE",
|
||||||
|
.attribute1 = .MU,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .GE,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Schloesser_Knacken.zon
Normal file
13
zig/Items/Talente/Schloesser_Knacken.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Schlösser Knacken",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .IN,
|
||||||
|
.attribute2 = .FF,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
13
zig/Items/Talente/Schnaps_Brennen.zon
Normal file
13
zig/Items/Talente/Schnaps_Brennen.zon
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
.{
|
||||||
|
.Talent = .{
|
||||||
|
.name = "Schnaps Brennen",
|
||||||
|
.system = .{
|
||||||
|
.kategorie = .handwerks,
|
||||||
|
.behinderung = "",
|
||||||
|
.attribute1 = .KL,
|
||||||
|
.attribute2 = .IN,
|
||||||
|
.attribute3 = .FF,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user