tModLoader

tModLoader

Signature Equipment
WHITE STAR GUNNNN!!!!! 2023 年 12 月 27 日 上午 10:59
SUMMONER HELP
how the bloody HELL do i make my staff increase minions every 4 levels i checked everything and it is ridiculous that i cannot find anything
< >
正在显示第 1 - 6 条,共 6 条留言
Kenflesh  [开发者] 2023 年 12 月 29 日 上午 5:13 
My mod doesn't currently have anything that allows you to simply tell after how many levels you will receive an additional stat
It works like this: a minion initially has its own cost, usually 1 slot, spiders for example 0.75, and it is this number that reduces my stat by a certain percentage
It doesn’t give you the opportunity to get an infinite number of slots, I just can’t imagine how to make it work adequately, now it just allows you to get several times more minions on this weapon for each slot, by default at the maximum level you will get 10 times more minions for each existing slot you have
最后由 Kenflesh 编辑于; 2023 年 12 月 29 日 下午 8:53
Kenflesh  [开发者] 2023 年 12 月 29 日 上午 5:14 
I understand that this may sound confusing, but so far I just haven't figured out how to get the stat to work adequately the way most people want, because the mod pumps up one weapon, and the number of slots for a minion is a player stat that all summon weapons use
Tiger-Hell NL 2024 年 1 月 13 日 上午 12:46 
''now it just allows you to get several times more minions on this weapon for each slot'' uhm, could you explain to me how I do just that, ( or configure it to, ( my weapon is lvl 8 and I just started so it may already be active but I just haven't noticed it myself yet, can just be me )
but if I can try and figure out that and which stat in your configuration mostly alters it, then I can adjust the config to suit my desire as much as possiblle
Kenflesh  [开发者] 2024 年 2 月 13 日 下午 11:37 
引用自 Tiger-Hell NL
''now it just allows you to get several times more minions on this weapon for each slot'' uhm, could you explain to me how I do just that, ( or configure it to, ( my weapon is lvl 8 and I just started so it may already be active but I just haven't noticed it myself yet, can just be me )
but if I can try and figure out that and which stat in your configuration mostly alters it, then I can adjust the config to suit my desire as much as possiblle

Stat "Minion Slots Reduce"
WeaponLevel * Per Level * Per Level Mult = Result
Result - the percentage by which the price of one minion will be reduced
Let's say an accessory allows you to summon another minion, 3 such accessories and the slot that is initially available - 4 slots
Usually each minion takes up 1 slot (this is its price), all we need is:
NumberOfSlots / (Price - Result%) = TotalNumberOfMinions

Here are two examples when a minion price 1 slot and a total of 3 slots (the slot that the player has by default does not work adequately, so I take into account 3 when there are actually 4 slots)
Result = 0:
3 / (1 - 0%) = 3 / 1 =3 minions
Result = 50:
3 / (1 - 50%) = 3 / 0.5 = 6

If something is not clear, just use a calculator, substituting the formulas above with the numbers you want to add

The minion price mechanic was not added by me, this is how Terraria works, for example, summoning a spider requires a price of less than 1 minion per 1 slot, which is why with 10 slots you can have more than 10 spiders at once
Cyber RYUK_ALITY 2024 年 2 月 21 日 上午 11:44 
Hey i've an other problem when my minion hit a mob the staff dosn't gain any exp
Kenflesh  [开发者] 2024 年 3 月 8 日 上午 2:23 
引用自 Cyber RYUK_ALITY
Hey i've an other problem when my minion hit a mob the staff dosn't gain any exp
Just plase staff in hotbar, then summon minion
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50