weatherfactory / cultistsimulator-visible

Read-only preview builds of Cultist Simulator for the convenience of modders and the curious.
https://weatherfactory.biz/cultist-simulator/
36 stars 6 forks source link

EDICTS #217

Closed alexiskennedy closed 1 year ago

alexiskennedy commented 1 year ago

A verb can be specified with VerbCategory Edict. Edicts conclude immediately after completion without player intervention, immediately retiring and dumping their contents to the container sphere For now just use the EdictManifestation prefab - tweak as necessary - we'll fix the placeholder graphics later

alexiskennedy commented 1 year ago

I needed this for content testing so I've implemented it myself.... without needing to add more properties to Verbs

(1) Spontaneous can be set in JSON-specified verbs (2) ConcludingAngel auto-concludes any token payloads in its watched sphere

the effect is what I needed without more cruft. There may still be a requirement for Edicts down the way, but I hope it won't be necessary now