summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-25 18:24:45 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-25 18:24:45 +0200
commit40594d35f44fe301af61b8d003a7c9cdbd035a5b (patch)
treeb538bcf5e5882304bab1c9e61af5c301002d0396
parenteea3a546370ed95321dcc21b4db739ad0d893dfb (diff)
download2017-01-16_17:13:37-40594d35f44fe301af61b8d003a7c9cdbd035a5b.tar
2017-01-16_17:13:37-40594d35f44fe301af61b8d003a7c9cdbd035a5b.tar.gz
2017-01-16_17:13:37-40594d35f44fe301af61b8d003a7c9cdbd035a5b.tar.bz2
2017-01-16_17:13:37-40594d35f44fe301af61b8d003a7c9cdbd035a5b.tar.xz
2017-01-16_17:13:37-40594d35f44fe301af61b8d003a7c9cdbd035a5b.zip
skills for archetypes
-rw-r--r--src/Sequence/Contact/Archetypes.hs17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/Sequence/Contact/Archetypes.hs b/src/Sequence/Contact/Archetypes.hs
index 1de286a..2cad332 100644
--- a/src/Sequence/Contact/Archetypes.hs
+++ b/src/Sequence/Contact/Archetypes.hs
@@ -427,6 +427,16 @@ milizenschlaeger = human
427 & sACharisma .~ 5 427 & sACharisma .~ 5
428 & sAPerception .~ 5 428 & sAPerception .~ 5
429 & sAWillpower .~ 6 429 & sAWillpower .~ 6
430 & sSFirearms +~ 40
431 & sSHeavyWeapons +~ 50
432 & sSUnarmedMelee +~ 10
433 & sSArmedMelee +~ 30
434 & sSThrownWeapons +~ 10
435 & sSThievery +~ 20
436 & sSLeadership +~ 12
437 & sSMotorcycle +~ 32
438 & sSWheeled +~ 19
439 & sSTracked +~ 10
430 & sArmor .~ armor 440 & sArmor .~ armor
431 where 441 where
432 armor "Torso" Ballistic = 10 442 armor "Torso" Ballistic = 10
@@ -447,6 +457,10 @@ kindersoldat = human
447 & sACharisma .~ 2 457 & sACharisma .~ 2
448 & sAPerception .~ 6 458 & sAPerception .~ 6
449 & sAWillpower .~ 3 459 & sAWillpower .~ 3
460 & sSFirearms +~ 16
461 & sSUnarmedMelee +~ 4
462 & sSStealth +~ 9
463 & sSThievery +~ 12
450 464
451passant = human 465passant = human
452 & sAStrength .~ 4 466 & sAStrength .~ 4
@@ -459,4 +473,5 @@ passant = human
459 & sACharisma .~ 4 473 & sACharisma .~ 4
460 & sAPerception .~ 4 474 & sAPerception .~ 4
461 & sAWillpower .~ 4 475 & sAWillpower .~ 4
462 476 & sSFirearms +~ 5
477 & sSInterface +~ 4