[18b] Creatures panel shows descriptions from talents panel

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
SyDr
Yeek
Posts: 10
Joined: Tue Dec 14, 2010 7:09 am

[18b] Creatures panel shows descriptions from talents panel

#1 Post by SyDr »

See bottom attachment.

Also, information bar in inventory window is stretched to accommodate a fully informed of any inventory items, but does not account for items, dressed on the character. See top attachment :)

And...
modules\tome\data\general\objects\boss-artifacts.lua
Line 537
newEntity{ base = "BASE_GREATMAUL",
define_as = "GREATMAUL_BILL_TRUNK",
unided_name = "tree trunk",
name = "Bill's Tree Trunk", unique=true,
desc = [[This is a big, nasty-looking tree trunk that Bill was using as a weapon. It could still serve this purpose, should you be strong enough to wield it!]],
require = { stat = { str=25 }, },
level_range = {1, 10},
rarity = 200,
metallic = false,
cost = 5,
combat = {
dam = 30,
apr = 7,
physcrit = 1.5,
dammod = {str=1.3},
damrange = 1.7,
},

wielder = {
},
Attachments
2011-01-14_172343.png
2011-01-14_172343.png (92.02 KiB) Viewed 692 times
2011-01-14_172332.png
2011-01-14_172332.png (156.5 KiB) Viewed 692 times
Sorry for my bad English :(

Post Reply