Hey, I wanted to create a custom item just now. It should be a drinkable potion that gives the player 10 seconds of invisibility. However, I noticed that when I give the item script the list of effects, the duration is only recognized on the second entry. So no matter which effect is in position one, it receives the default length. Is this a bug or am I doing something wrong? Ie this would give me a potion with invisibility 3minutes (default) and speed 10s:
<list[[type=invisibility;duration=10s]|[type=speed;duration=10s]]>
Here is my item script:
Content of Denizen Script Paste #110284: Unnamed Denizen Script Paste... pasted 2023/05/26 14:48:03 UTC-07:00, Paste length: 226 characters across 5 lines, Content: small_potion_of_invisibility: type: item