Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Jan 2010
Location: USA
F
enthusiast
OP Offline
enthusiast
F
Joined: Jan 2010
Location: USA
After some tinkering, I've found that many containers appear to be unaffected by Lucky Charm.

I used this subtable in \Data\Public\Main\Stats\Generated\TreasureTable.txt to test:

Code
new treasuretable "Luck6"
new subtable "0,0;20,100"
object category "T_ST_SecGearLegendary",50,0,0,0,100,0,0,0
object category "T_ST_ArmorLegendary",50,0,0,0,100,0,0,0
object category "T_ST_WeaponLegendary",50,0,0,0,100,0,0,0
object category "T_ST_RingOrAmuletLegendary",50,0,0,0,100,0,0,0

This should give me 20 Legendary items per container. The only containers affected so far are the two crates next to the corpse at the player start. Every other container seems to be artificially limited to Common, or at least non-Legendary, items. Bug?

I do get 20 Common items per container with that table though. Speaking of which, shouldn't no loot be generated with the above table if the container is restricted to Common loot? I think the loot generator is falling back to Common, which is unexpected. Bug?

edit: I did another test using the following subtable.

Code
new treasuretable "Luck6"
new subtable "0,0;100,100"
object category "T_ST_SecGearMagic",20,0,100,0,0,0,0,0
object category "T_ST_ArmorMagic",20,0,100,0,0,0,0,0
object category "T_ST_WeaponMagic",20,0,100,0,0,0,0,0
object category "T_ST_RingOrAmuletMagic",20,0,100,0,0,0,0,0
object category "T_ST_SecGearRare",12,0,0,100,0,0,0,0
object category "T_ST_ArmorRare",12,0,0,100,0,0,0,0
object category "T_ST_WeaponRare",12,0,0,100,0,0,0,0
object category "T_ST_RingOrAmuletRare",12,0,0,100,0,0,0,0
object category "T_ST_SecGearLegendary",5,0,0,0,100,0,0,0
object category "T_ST_ArmorLegendary",5,0,0,0,100,0,0,0
object category "T_ST_WeaponLegendary",5,0,0,0,100,0,0,0
object category "T_ST_RingOrAmuletLegendary",5,0,0,0,100,0,0,0


Common!?
[Linked Image]

Magic, Rare, and Legendary
[Linked Image]

Joined: Sep 2014
V
stranger
Offline
stranger
V
Joined: Sep 2014
Thank you!!! I was wondering why I received common rings and amulets (and everything else actually).

Putting them directly (not linking them with ST links) works like a charm!

Cool, thanks!


Hey... Class and Alignment doesn't work well... I'm a Chaotic Good Rogue... Oh, wait, this isn't D&D... :p

Moderated by  gbnf, Issh, Kurnster, Larian_QA, LarSeb, Monodon, Raze 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5