Commit 6544603467302267e50bab04b85c181c68243ea4

Authored by Lisa Greene
1 parent 434003d2

Give every class that doesn't currently receive combat training at birth combat …

…training at 1.0 mastery
... ... @@ -146,6 +146,7 @@ newBirthDescriptor{
146 146 ["cursed/shadows"]={true, 0.3},
147 147 ["cursed/darkness"]={true, 0.3},
148 148 ["cursed/cursed-form"]={true, 0.0},
  149 + ["technique/combat-training"]={true, 0.0},
149 150 ["cunning/survival"]={false, 0.0},
150 151 ["cursed/fears"]={false, 0.3},
151 152 ["cursed/one-with-shadows"]={false, 0.3},
... ...
... ... @@ -76,7 +76,7 @@ newBirthDescriptor{
76 76 ["technique/shield-offense"]={true, 0.0},
77 77 ["technique/2hweapon-assault"]={true, 0.0},
78 78 ["technique/combat-techniques-active"]={false, 0.0},
79   - ["technique/combat-training"]={true, 0.0},
  79 + ["technique/combat-training"]={true, 0.3},
80 80 ["cunning/survival"]={false, 0.0},
81 81 ["technique/combat-techniques-passive"]={true, 0.0},
82 82 ["celestial/sun"]={true, 0.3},
... ... @@ -149,6 +149,7 @@ newBirthDescriptor{
149 149 power_source = {arcane=true},
150 150 stats = { mag=6, cun=3, },
151 151 talents_types = {
  152 + ["technique/combat-training"]={true, 0.0},
152 153 ["cunning/survival"]={false, 0.0},
153 154 ["celestial/sunlight"]={true, 0.3},
154 155 ["celestial/chants"]={true, 0.3},
... ...
... ... @@ -114,6 +114,7 @@ newBirthDescriptor{
114 114 ["chronomancy/chronomancy"]={true, 0.3},
115 115 ["chronomancy/fate-weaving"]={true, 0.3},
116 116 ["chronomancy/spacetime-weaving"]={true, 0.3},
  117 + ["technique/combat-training"]={true, 0.0},
117 118
118 119 -- locked generic
119 120 ["chronomancy/energy"]={false, 0.3},
... ...
... ... @@ -132,6 +132,7 @@ newBirthDescriptor{
132 132 end,
133 133 },
134 134 talents_types = {
  135 + ["technique/combat-training"]={true, 0.0},
135 136 ["cunning/survival"]={false, 0.0},
136 137 ["corruption/sanguisuge"]={true, 0.3},
137 138 ["corruption/hexes"]={true, 0.3},
... ...
... ... @@ -87,6 +87,7 @@ newBirthDescriptor{
87 87 ["spell/acid-alchemy"]={true, 0.3},
88 88 ["spell/frost-alchemy"]={true, 0.3},
89 89 ["spell/energy-alchemy"]={false, 0.3},
  90 + ["technique/combat-training"]={true, 0.0},
90 91 ["spell/staff-combat"]={true, 0.3},
91 92 ["cunning/survival"]={false, 0.0},
92 93 },
... ... @@ -201,6 +202,7 @@ newBirthDescriptor{
201 202 ["spell/divination"]={true, 0.3},
202 203 ["spell/conveyance"]={true, 0.3},
203 204 ["spell/aegis"]={true, 0.3},
  205 + ["technique/combat-training"]={true, 0.0},
204 206 ["cunning/survival"]={false, 0.0},
205 207 },
206 208 talents = {
... ... @@ -268,6 +270,7 @@ newBirthDescriptor{
268 270 ["spell/death"]={true, 0.3},
269 271 ["spell/animus"]={true, 0.3},
270 272 ["spell/eradication"]={false, 0.3},
  273 + ["technique/combat-training"]={true, 0.0},
271 274 ["spell/spectre"]={true, 0.3},
272 275 ["spell/necrosis"]={true, 0.3},
273 276 ["cunning/survival"]={true, 0.0},
... ...
... ... @@ -90,7 +90,7 @@ newBirthDescriptor{
90 90 ["psionic/charged-mastery"]={false, 0.3},
91 91 --Miscellaneous trees:
92 92 ["cunning/survival"]={true, 0},
93   - ["technique/combat-training"]={true, 0},
  93 + ["technique/combat-training"]={true, 0.3},
94 94 },
95 95 talents = {
96 96 [ActorTalents.T_KINETIC_SHIELD] = 1,
... ... @@ -171,6 +171,7 @@ newBirthDescriptor{
171 171 ["psionic/feedback"]={true, 0.3},
172 172 ["psionic/mentalism"]={true, 0.3},
173 173 ["cunning/survival"]={true, 0.0},
  174 + ["technique/combat-training"]={true, 0.0},
174 175
175 176 -- locked trees
176 177 ["psionic/discharge"]={false, 0.3},
... ...
... ... @@ -355,7 +355,7 @@ newBirthDescriptor{
355 355 ["cunning/dirty"]={false, 0.0},
356 356 ["cunning/tactical"]={true, 0.3},
357 357 ["cunning/survival"]={true, 0.0},
358   - ["technique/combat-training"]={true, 0.0},
  358 + ["technique/combat-training"]={true, 0.3},
359 359 ["technique/combat-techniques-active"]={true, 0.3},
360 360 ["technique/combat-techniques-passive"]={true, 0.0},
361 361 ["technique/pugilism"]={true, 0.3},
... ...
... ... @@ -212,6 +212,7 @@ newBirthDescriptor{
212 212 stats = { wil=5, cun=4, },
213 213 talents_types = {
214 214 ["cunning/survival"]={true, 0.0},
  215 + ["technique/combat-training"]={true, 0.0},
215 216 ["wild-gift/call"]={true, 0.3},
216 217 ["wild-gift/antimagic"]={true, 0.3},
217 218 ["wild-gift/mindstar-mastery"]={true, 0.3},
... ...