Skip to content
Snippets Groups Projects
Commit 7efd2d50 authored by dg's avatar dg
Browse files

Archers and Slingers now have the passtive combat training by default and the...

Archers and Slingers now have the passtive combat training by default and the activet one can be learnt


git-svn-id: http://svn.net-core.org/repos/t-engine4@2739 51575b47-30f0-44d4-a5cc-537603b46e54
parent 83cd3302
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ newBirthDescriptor{
["technique/archery-utility"]={true, 0.3},
["technique/archery-bow"]={true, 0.3},
["technique/archery-sling"]={false, 0.1},
["technique/combat-techniques-active"]={true, -0.1},
["technique/combat-techniques-passive"]={false, -0.1},
["technique/combat-techniques-active"]={false, -0.1},
["technique/combat-techniques-passive"]={true, -0.1},
["technique/combat-training"]={true, 0.3},
["technique/field-control"]={true, 0},
["cunning/survival"]={true, 0},
......@@ -95,8 +95,8 @@ newBirthDescriptor{
["technique/archery-utility"]={true, 0.3},
["technique/archery-bow"]={false, 0.1},
["technique/archery-sling"]={true, 0.3},
["technique/combat-techniques-active"]={true, -0.1},
["technique/combat-techniques-passive"]={false, -0.1},
["technique/combat-techniques-active"]={false, -0.1},
["technique/combat-techniques-passive"]={true, -0.1},
["technique/combat-training"]={true, 0.3},
["technique/field-control"]={true, 0},
["cunning/survival"]={true, 0},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment