svn Armour Training niggles

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
aardvark
Wyrmic
Posts: 200
Joined: Wed Aug 22, 2012 12:16 am

svn Armour Training niggles

#1 Post by aardvark »

I see that darkgod changed Armour Training to a 5 point talent for b44 and rebalanced the skill levels of various NPCs. I think this is a great change, but there are a couple of things I'd like to see changed.

First, heavy mail armour now requires only 1 point of Armour Training just like helms, gauntlets, etc.. But, unlike helms, etc., it lists "Talent Armour Training (level 1)" as its requirement where the others show "Talent Armour Training". Changing this is easy:

Code: Select all

Index: game/modules/tome/data/general/objects/heavy-armors.lua
===================================================================
--- game/modules/tome/data/general/objects/heavy-armors.lua	(revision 6041)
+++ game/modules/tome/data/general/objects/heavy-armors.lua	(working copy)
@@ -26,7 +26,7 @@
 	moddable_tile = resolvers.moddable_tile("heavy"),
 	add_name = " (#ARMOR#)",
 	display = "[", color=colors.SLATE,
-	require = { talent = { {Talents.T_ARMOUR_TRAINING,1} }, },
+	require = { talent = { Talents.T_ARMOUR_TRAINING }, },
 	encumber = 14,
 	rarity = 5,
 	metallic = true,
Second (and lastly), while most of the NPC changes are to the good, Wrathroot's talent wasn't adjusted at all. While I certainly think he (it?) could stand to be a bit tougher, a max talent level of 15 seems excessive. Or am I missing something on this one?
Attachments
heavy-armor-desc-patch.txt
heavy-armors.lua patch
(589 Bytes) Downloaded 143 times

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: svn Armour Training niggles

#2 Post by darkgod »

i'ts for very late scaling, like in the ID, and it's meant to be :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

aardvark
Wyrmic
Posts: 200
Joined: Wed Aug 22, 2012 12:16 am

Re: svn Armour Training niggles

#3 Post by aardvark »

darkgod wrote:i'ts for very late scaling, like in the ID, and it's meant to be :)
Yeah, I guessed that. I was thinking it came paired with a mastery bonus but I see it doesn't. It's not nearly as ridiculous as I was thinking.

King Gainer
Halfling
Posts: 88
Joined: Thu Jul 12, 2012 8:37 pm

Re: svn Armour Training niggles

#4 Post by King Gainer »

Honestly, I think Wrathroot needs the boost.

Post Reply