Hi guys, i'm new here.
Can't find any better place to ask stuffs about modding TL2 but here.
I'm not that new to modding, i've tried Wc3 WorldEdit, TES CreationKit, Terraria, and now TL2.
I just get the original game so i can access the GUTS (and support the dev

)
I'm currently want to port Path of Exile items into TL2.
Currently doing the Amulets. Maybe some of you know this game.
And because the lack of detailed documentation, i just rely on trials and errors this past week.
Here's some question :
1. How can i import icons ? And what is the image's specification ? I tried converting random icon into DDS and it doesn't show up on GUTS
2. (Path of Exile reference) I want to recreate Eye of Chayula, and if someone doesn't know , it's an Amulet. Unique amulet to be more specific. It has these affixes: +10-16 to All Attributes ( i can add manually from STR, DEX, MAG, and DEF effects)
+30% Increased Rarity of Item Found (basic IIR from Effects)
20% Reduced Maximum Life (-20% hp)
Cannot be Stunned (100% stun resist)
the problem is, how can i make the Effect of Stun Resist says "Cannot be Stunned" instead of "100% Stun Resistance" in the item itself ?
I tried to make custom Effect from EFFECTLIST.dat with base effect of Stun Resistance and modify the GOODDES and BADDES into string.
It can be compiled. But crashes when i run the game.
[EFFECT]
<STRING>EFFECT:KEFFECT_TYPE_STUN_RESISTANCE
<STRING>NAME:XUNIQUES_CHAYULA_STUNRESIST
<TRANSLATE>GOODDES:Cannot be Stunned
<TRANSLATE>GOODDESOT:Cannot be Stunned for [DURATION]
<TRANSLATE>BADDES:Cannot be Stunned
<TRANSLATE>BADDESOT:Cannot be Stunned for [DURATION]
<INTEGER>MINVAL:-100
<INTEGER>MAXVAL:100
<STRING>VALUE1:MIN
<STRING>VALUE2:MAX
<STRING>VALUE3:NA
<STRING>VALUE4:NA
<STRING>VALUE5:NA
<STRING>TYPE:Value
<INTEGER>DISPLAYPRECISION:0
<FLOAT>DISPLAYPRECISIONMAXVAL:0
<BOOL>AFFIX_MODIFIES:true
[/EFFECT]
3. How do i set the item drop rate ? There's rarity field in the Item editor. But i don't know the standard of these drops. Because i want to make it extra rare.That's my few questions. I really appreciate any kind of answers.
For those interested in this items, you can visit
http://poedb.tw/us/unique.php?cn=Amulet. It has so much game's database we can port into TL2 because why not.
I can only visit here weekends so i may not respond quickly
Thanks