As the title says: could we get a build in daily deed option for the spacegate buff, I was hoping for a dropdown like the April Shower and Deck of Every Card.
As the title says: could we get a build in daily deed option for the spacegate buff, I was hoping for a dropdown like the April Shower and Deck of Every Card.
While it would be convenient to have it built in, I found it sufficient to make a custom deed like this:
Code:$CUSTOM|Combo|Vaccine|_spacegateVaccine|$ITEM|+3 all res|false|spacegate vaccine 1|$ITEM|+50% all stat|false|spacegate vaccine 2|$ITEM|+30 ML|false|spacegate vaccine 3
Neat, this is exactly what I came here hoping to find. Thanks!
I tried adding the supplied string, via Preferences -> Daily Deeds -> Building Custom Deed -> Text dialogue, and got an entry in the Daily Deeds window on the Overview tab on the Adventure tab.
The problem is that it had no label and no button. After consulting the wiki I took a look at the data in the Global_prefs.txt file and it seems to be correct.
I must be doing something wrong but I'm stumped?
Any ideas?
Magus
Last edited by Magus_Prime; 01-02-2018 at 07:53 PM.
You need to make the custom deed AND add it to your currently active deeds, I don't think it does that for you.
Here's what I get after trying to add a custom deed as described above:
2018-01-03_09-54-42.png
2018-01-03_09-55-17.png
What am I missing?
Adding it via "Daily Deeds -> Text dialogue" prepends $CUSTOM|TEXT to it which is why you see it as text in the daily deeds panel.
From the help menu: "Combo - A cleaner way to collapse multiple related command deeds into one combobox element. Note that there is no GUI to help you construct this, you must manually add it to your dailyDeedsOptions preference."
Thank you! That's what I was missing. I removed the "extra" $CUSTOM|TEXT from the preferences file and all worked as expected.