Page 1 of 2

Item Spoilers

Posted: Wed Sep 29, 2010 6:26 pm
by Final Master
Hi, I was wondering if anyone would mind helping me post up the stats and effects of the various items in the game. Specifically for weapons I would want what stat requirement do they have, non ego armor penetration and critical chance, along with their encumbrance. For armor I would like the stat requirement, non ego defense and armor rates, fatigue and encumbrance. I would also like it if someone would help organize the hierarchy of the materials as well, please.

Potions and scrolls I would just like what they do. Specifically the shielding scroll as I am not entirely sure what it does or what it's limits are. Gems and alchemist gems what they do when imbued and when tossed.

The whole point of this is so that it is easy to organize and then put up on the wiki.

So far I have this:

Gems
Agate - +1 to all stats
Opal - +2 to all stats
Citrine - +1 Light radius
Spinel - +2 to defense
Topaz - +4 to defense
Amertine - +2% to all damage
Amethyst - +4% to all damage
Zircon - +2% to all resistances
Aquamarine - +4% to all resistances
Alchemist Agate - +5% damage
Alchemist Opal - +10% damage
Alchemist Citrine - +1 to thrown range
Alchemist Topaz - +3 to thrown range
Alchemist Spinel - 10 mana regain
Alchemist Aquamarine - 20 mana regain
Alchemist Zircon - +20% daze for 3 turns
Alchemist Amertine - +1 Light damage
Alchemist Amethyst - +25 Arcane damage

Thank you to everyone for your help

FM

Re: Item Spoilers

Posted: Wed Sep 29, 2010 7:44 pm
by PowerWyrm
Emerald: +6 to all resistances
Ruby: +4 to all stats

Re: Item Spoilers

Posted: Wed Sep 29, 2010 8:02 pm
by Graziel
weapons:
prefix:
shocking - Damage on hit(melee): x lightning. (i had 4)

postfix:
massacre - Increases damage type: x% physical. (i had 10)

rings:
postfix:
regeneration - Regenerates x hitpoints each turn. (i had 1.30)
dexterity - ncreases stats: x Dexterity . (i had 2)

amulets:
postfix:
willpower - Increases stats: x Willpower. (i had 5)

light source:
prefix:
charged - It can be used to activate talent: Sense (level 1), costing 1 power out of 2/4.

gems:
agate - Increases stats: 1 Strength,1 Dexterity,1 Magic,1 Willpower,1 Cunning.
opal - Increases stats: 2 Strength,2 Dexterity,2 Magic,2 Willpower,2 Cunning.
onyx - Increases stats: 3 Strength,3 Dexterity,3 Magic,3 Willpower,3 Cunning.

garnets - Increases damage type: 6% all.
amber - Increases damage type: 8% all.

Re: Item Spoilers

Posted: Wed Sep 29, 2010 9:41 pm
by Taxorgian
Diamond increases all stats by 5
Bloodstone is +60% stun resistance

Re: Item Spoilers

Posted: Thu Sep 30, 2010 10:27 am
by Feanor.81
It would take too long to list everything here; if you're writing down a comprehensive list for a wiki or something like that, I recommend you to have a look to the folder game\modules\tome\data\general\objects.

There you will find everything you're asking for, and don't worry, those lua scripts require almost no code knowledge to be interpreted ;)

Re: Item Spoilers

Posted: Thu Sep 30, 2010 4:34 pm
by Final Master
Alright then, now I just need to find a decent, free LUA editor...

Re: Item Spoilers

Posted: Thu Sep 30, 2010 4:40 pm
by edge2054
Notepad++ works good.

Re: Item Spoilers

Posted: Thu Sep 30, 2010 5:27 pm
by Hedrachi
edge2054 wrote:Notepad++ works good.
It works very good indeed.

Re: Item Spoilers

Posted: Thu Sep 30, 2010 6:28 pm
by Final Master
Thanks guys, I'm actually using LauEdit and man this stuff is easy. Like... very easy. Anyway, I'm actually almost done with all the items. I have weapons, scrolls, potions, gems and lightsources charted and defined. Once I'm done sorting it all out and organizing it (probably by the end of the week) I might go ahead and do the same for all the current artifacts. Anyone against putting artifact spoilers on the wiki?

Re: Item Spoilers

Posted: Thu Sep 30, 2010 6:44 pm
by darkgod
Not at all :)

Re: Item Spoilers

Posted: Thu Sep 30, 2010 9:21 pm
by Final Master
So I have a start of a chart put up now. I'm slowing putting in the proper coding in my excel spreadsheet so that I can just copy and paste it instead of doing it slow as hell as I was starting to...

Re: Item Spoilers

Posted: Fri Oct 01, 2010 8:23 am
by darkgod
I was thinking of maybe having some kind of web API on te4.org that auto created tooltips that look like ingame ones, would it be fun ? :)

Re: Item Spoilers

Posted: Fri Oct 01, 2010 2:54 pm
by Final Master
That would be quite fun ya. And useful too.

Re: Item Spoilers

Posted: Sat Oct 02, 2010 2:30 am
by Final Master
Can anyone direct me to the files that show the guaranteed artifacts from the bosses? I've found all the current random drop artifacts in world-artifacts but it doesn't contain things like the barkwood or agmars staff.

Re: Item Spoilers

Posted: Sat Oct 02, 2010 2:41 am
by Graziel
each of guaranteed artifacts is in zone containg artifact i.e. "Steel Helm of Hammerhand" is in /zones/maze/objects.lua*; "Ringil, the glittering sword of Fingolfin" in /zones/ancient-elven-ruins/objects.lua* etc.

*Im using Windows