.{ .Bewaffnung = .{ .name = "Wurfmesser", .img = "icons/weapons/thrown/dagger-simple-wood.webp", .system = .{ .gewicht = .{ .value = 10, .unit = .unze, }, .preis = .{ .value = 15, .unit = .silbertaler, }, .nahkampfwaffe = .{ .aktiv = true, .basis = "1d6-1", .schwellenwert = 12, .schadensschritte = 6, .modifikator_attacke = -2, .modifikator_parade = -3, .initiative = -1, .bruchfaktor = 2, .distanzklasse = "H", .kampftalente = "Dolche", .laenge = .{ .value = 20, .unit = .halbfinger, }, .zweihaendig = false, .werfbar = true, .improvisiert = true, .priviligiert = false, }, } } }