Cultist Simulator

Cultist Simulator

The Roost Machine
Affichage des entrées 21-30 sur 216
< 1  2  3  4  5 ... 22 >
Mis à jour le : 10 nov. 2023 à 1h31

196

I've discovered that I've left yet another thing in the build - a temporary log message that would spam the console. I was very angery and tired from updating the mod 10 times in the past two days, and would really like not updating it once again, but I care about you, dear user. So here's another update with no spam.

Mis à jour le : 10 nov. 2023 à 1h24

195

These things always come in bunches, do they not!
Accidentally pushed some stuff that doesn't meant to be there yet in the previous update.


Mis à jour le : 10 nov. 2023 à 1h09

194
Xtrigger compatibility changes.

- As in vanilla, transform morpheffect now is hardcoded to multiply token's quantity by xtrigger's level. You can add useMyQuantity/useCatalystQuantity on top of that, but token's Quantity is always in equation.
- Element.TriggerMode property is retired. It was awkward to write and handle, and created weird discrepancies in behaviour.


Mis à jour le : 10 nov. 2023 à 0h26

193

Accidental upload! Don't mind me.


Mis à jour le : 9 nov. 2023 à 23h09

192

hotfixes hotfixes


Mis à jour le : 9 nov. 2023 à 6h35

191

- UI tools now support localizations.


Mis à jour le : 9 nov. 2023 à 2h09

190

- Two new morpheffects - 'trigger' and 'redirect'.
-- 'trigger' hits *the whole token* (that is, with all its aspects) with a catalyst specified in the 'id' property (with amount specified in 'level' property).
-- 'redirect' applies all effects of another trigger defined in that element. Ie if you want to several different catalysts to do the same thing for a certain element, you can only define one, and set others to redirect at that first one.

- Base recipe's effect now support 'target' property - so you can make the base recipe's effects to have a target sphere without using 'furthermore'.

- When applying mutation effects, you can now access aspects of the currently mutated token, and aspects of all affected tokens (by using ~/token and ~/tokens respectively).

- When applying xtriggers, you can now access aspects of the token that initially reacted to it, even if the local scope has changed - ie, if your trigger initiated grandeffects, you can still access its values by using ~/source.

- New debug command - /root - allows to check current FucineRoot's mutations. (or a specific mutation's value with /root [mutation]).

- Slightly streamlined VFX for creating cards directly on tabletop and threshold spheres.

- Using '-aspect' in references (vanilla-style) is now possible.

- Transform morpheffect now uses token quantity by default (because vanilla does), can be turned off with 'usemyquantity' property.

- Fixed a semi-critical bug where using a target that returned several spheres - such as ~/exterior
- resulted in every effect applied separately to each individual sphere.

- Fixed $sprite function in refinements.

- Several minor fixes and optimizations.


Mis à jour le : 21 oct. 2023 à 2h54

189

A minute hotfix for 188!


Mis à jour le : 21 oct. 2023 à 2h36

188

- "Transform" xtrigger now makes use of a "level" property (like vanilla does) - multiplying the existing quantity by level.
- "Quantity" xtrigger now makes use of "useMyQuantity" and "useCatalystQuantity" - in which case quantity is additively modified by level multiplied by respectively reacting element's quantity or catalyst's quantity (please note that reacting element's quantity isn't always the same thing as the token's quantity. In case if effect is triggered by a card's aspect, then "my quantity" would be that element's quantity.


Mis à jour le : 5 oct. 2023 à 23h11

187

Compatibility with RANUNCULUS.2