Skip to content
Snippets Groups Projects
Commit 3ff8e31b authored by Chris Davidson's avatar Chris Davidson
Browse files

Remove Combat Veteran

In the past I've defended this as a tree worth keeping because it lets newbies not worry about stamina management at a cost.  In truth, that is a terrible reason to keep this around.  All 4 talents are both weak and extremely underpowered and they aren't doing anything interesting.  Best to prune this and let Conditioning and such be the "sustained combat" trees.

All effected classes get +1 life/stamina regen base as compensation for the talents they would optimally not even have taken.   This is mostly QOL.
parent 1fbd2888
No related branches found
No related tags found
1 merge request!532Technique cunning revisions
......@@ -76,7 +76,6 @@ newBirthDescriptor{
["technique/shield-offense"]={true, 0.1},
["technique/2hweapon-assault"]={true, 0.1},
["technique/combat-techniques-active"]={false, 0.1},
["technique/combat-techniques-passive"]={true, 0.1},
["technique/combat-training"]={true, 0.1},
["cunning/survival"]={false, 0.1},
["celestial/sun"]={true, 0.3},
......@@ -126,6 +125,8 @@ newBirthDescriptor{
},
copy_add = {
life_rating = 2,
life_regen = 1,
stamina_regen = 1,
},
}
......
......@@ -93,6 +93,10 @@ newBirthDescriptor{
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000}
},
},
copy_add = {
life_regen = 1,
stamina_regen = 1,
},
}
newBirthDescriptor{
......@@ -125,7 +129,6 @@ newBirthDescriptor{
["technique/dualweapon-attack"]={true, 0.0},
["technique/duelist"]={true, 0.0},
["technique/combat-techniques-active"]={false, 0.0},
["technique/combat-techniques-passive"]={false, 0.3},
["technique/combat-training"]={true, 0.0},
["technique/mobility"]={true, 0.3},
["cunning/stealth"]={true, 0.3},
......@@ -156,6 +159,10 @@ newBirthDescriptor{
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000}
},
},
copy_add = {
life_regen = 1,
stamina_regen = 1,
},
}
newBirthDescriptor{
......@@ -177,7 +184,6 @@ newBirthDescriptor{
["technique/dualweapon-attack"]={true, 0.2},
["technique/duelist"]={true, 0.2},
["technique/combat-techniques-active"]={true, 0.3},
["technique/combat-techniques-passive"]={true, 0.0},
["technique/combat-training"]={true, 0.3},
["technique/battle-tactics"]={false, 0.2},
["technique/mobility"]={true, 0.3},
......@@ -211,6 +217,11 @@ newBirthDescriptor{
{type="armor", subtype="head", name="iron helm", autoreq=true, ego_chance=-1000},
},
},
copy_add = {
life_regen = 1,
stamina_regen = 1,
},
}
local shield_special = function(e) -- allows any object with shield combat
......@@ -283,6 +294,7 @@ newBirthDescriptor{
end),
},
copy_add = {
life_rating = 0,
life_regen = 1,
stamina_regen = 1,
},
}
......@@ -66,7 +66,6 @@ newBirthDescriptor{
["technique/2hweapon-assault"]={true, 0.3},
["technique/strength-of-the-berserker"]={true, 0.3},
["technique/combat-techniques-active"]={true, 0.3},
["technique/combat-techniques-passive"]={true, 0.3},
["technique/combat-training"]={true, 0.3},
["technique/conditioning"]={true, 0.3},
["technique/superiority"]={false, 0.3},
......@@ -101,6 +100,8 @@ newBirthDescriptor{
},
copy_add = {
life_rating = 3,
life_regen = 1,
stamina_regen = 1,
},
}
......@@ -133,7 +134,6 @@ newBirthDescriptor{
["technique/shield-offense"]={true, 0.3},
["technique/shield-defense"]={true, 0.3},
["technique/combat-techniques-active"]={true, 0.3},
["technique/combat-techniques-passive"]={true, 0.3},
["technique/combat-training"]={true, 0.3},
["technique/conditioning"]={true, 0.3},
["technique/superiority"]={false, 0.3},
......@@ -176,6 +176,8 @@ newBirthDescriptor{
},
copy_add = {
life_rating = 6,
life_regen = 1,
stamina_regen = 1,
},
}
......@@ -203,7 +205,6 @@ newBirthDescriptor{
["technique/marksmanship"]={true, 0.3},
["technique/reflexes"]={true, 0.3},
["technique/combat-techniques-active"]={true, 0},
["technique/combat-techniques-passive"]={true, 0},
--["technique/munitions"]={false, 0.3}, Disabled pending major revision
["technique/sniper"]={false, 0.3},
["technique/agility"]={false, 0.3},
......@@ -252,6 +253,10 @@ newBirthDescriptor{
e.auto_shoot_talent = e.T_SHOOT
end),
},
copy_add = {
life_regen = 1,
stamina_regen = 1,
},
}
newBirthDescriptor{
......@@ -280,7 +285,6 @@ newBirthDescriptor{
--["technique/battle-tactics"]={false, 0.2},
["technique/superiority"]={false, 0.2},
["technique/combat-techniques-active"]={true, 0.1},
["technique/combat-techniques-passive"]={false, 0.1},
["technique/combat-training"]={true, 0.1},
["technique/magical-combat"]={true, 0.3},
["technique/shield-offense"]={false, 0},
......@@ -331,6 +335,8 @@ newBirthDescriptor{
},
copy_add = {
life_rating = 2,
life_regen = 1,
stamina_regen = 1,
},
}
......@@ -359,7 +365,6 @@ newBirthDescriptor{
["cunning/survival"]={true, 0},
["technique/combat-training"]={true, 0.1},
["technique/combat-techniques-active"]={true, 0.1},
["technique/combat-techniques-passive"]={true, 0.1},
["technique/pugilism"]={true, 0.3},
["technique/finishing-moves"]={true, 0.3},
["technique/grappling"]={false, 0.3},
......@@ -389,6 +394,8 @@ newBirthDescriptor{
},
copy_add = {
life_rating = 2,
life_regen = 1,
stamina_regen = 1,
},
}
......@@ -83,7 +83,6 @@ newBirthDescriptor{
["wild-gift/mindstar-mastery"]={false, 0.1},
["cunning/survival"]={true, 0},
["technique/combat-techniques-active"]={false, 0},
["technique/combat-techniques-passive"]={false, 0},
["technique/combat-training"]={true, 0},
},
talents = {
......
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