* ritual cucumber setup
* entities requirements
* try graph???
* Revert "try graph???"
This reverts commit c90c6353cb.
* pipyau
* fixes
* yay, it works
* spawn effect
* regex lower message restrictions
* unique speakers support
* apply entity effect ritual
* ritual chalk
* Update SpawnEntity.cs
* ritual stability
* stability event
* add guidebook description to all ritual actions
* Readability added
* Update RequiredResource.cs
* finish describer
* clean up describer
* Update triggers.ftl
* cave ambient loop
* parry sound update
* rituals end start
* magic ambience add
* global sharedization
* Update phases.yml
* daytime requirement
* Update phases.yml
* start ritual
* fixes
* more ambient work
* rritual visualizer
* end ritual
* magic orbs!
* required orbs
* orbs design
* consume orbs
* setup neutral cluster triggers and edges
* listener proxy
* restucture graph
* fix time triggers
* healing cluster
* fixes
* Create CP14RitualTest.cs
* test errors for check test
* YEEEE
* Fuck triggers, its broken now, YAY
* triggers redo
* fix
* fix test
* Update CP14RitualTest.cs
* Update neutral_cluster.yml
* Update CP14RitualSystem.Triggers.cs
* clean up, documentation
* redo triggers again
* and another one
* species sacrifice trigger
* whitelist trigger
* fix
* describer refactor
* fix memory leaking + hyperlinks
* dd
17 lines
790 B
Plaintext
17 lines
790 B
Plaintext
cp14-ritual-req-header = The following conditions must be met for the transition to take place:
|
|
|
|
#
|
|
|
|
cp14-ritual-required-stability-min = The stability of the ritual should be higher than {$min}%
|
|
cp14-ritual-required-stability-max = The stability of the ritual must be lower than {$max}%
|
|
cp14-ritual-required-stability-minmax = The stability of the ritual should be within the range of {$min} to {$max}%
|
|
|
|
cp14-ritual-required-resource = The following items must be within the {$range} radius:
|
|
|
|
cp14-ritual-required-time = It must be {$period} outside
|
|
|
|
|
|
cp14-ritual-required-orbs = Energies like “{$name}” should be
|
|
cp14-ritual-required-orbs-item-min = at least {$min}
|
|
cp14-ritual-required-orbs-item-max = no more than {$max}
|
|
cp14-ritual-required-orbs-item-minmax = from {$min} to {$max} |