Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
djiofew

請問特定裝備存倉語法

Recommended Posts

請參考 pickit 預設(default) .ipd 檔 第2194行  有說明。以下簡單說明

Weapons (武器)

[Type] == "Imperial Staff" && [Rarity] == "Rare" # [DPS] >= "400" && [StashItem] == "true"  

撿到 帝國長杖時若稀有度是稀有   DPS大於等於400   則存倉

Armor(護甲類)

[Type] == "Royal Burgonet" && [Rarity] == "Rare" # [Computed Armor] >= "500" && [base_maximum_life] >= "60" && [TotalResistances] >= "60" && [StashItem] == "true"

撿到 皇室監盔時若稀有度是稀有,護甲+500以上 、生命+60以上、全部抗性+60以上 則 存倉

 

當然部分裝備若沒有列上去,就不清楚會不會撿了,因為都農低等圖就使用預設值了。

若想要列上去可以到透視鏡POEWIKI去撈這些物品的英文名子來加進去

image.png

 

而編輯器 建議使用Notepad ++ 來edit ,用EB的編輯有時好像會崩潰

編輯器,語言配套改C# ,就會畫分醒目類別了。

image.png

 

順帶一提 ,建構詞綴要到EB資料夾內的ModsList 內看 ,依照左邊的ID來加入

 

image.png

image.png

Edited by bj6ck6text1
  • Like 1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...