Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
At moment just altering what a certain ritual can summon. But that does not seem to be possible with clearritspec.
My question is what it does do.
And i tested it several times with different mods (to exclude memory problems which i think irregularly arise with large mods); it does not alter the commands "free", "summoning" and the string defining what is summoned.
But that would mean that this:
###
selectritual "Deep Rising"
clearritspec
#sum0chance 1
#sum1chance 1
ritpow 23
level 3
cost 4 300
terr -17
defctrl 80
#summoning
addstring "c*Basalt King & c*Basalt Queen & 4d6*War Shambler & 8d6*Deep One Warrior & 4d6*Pillar of the Depths"
####
should result in Deep Rising always summon 1 basalt king, 1 basalt queen, etc. and NEVER what deep rising summons originally, being either 1 basalt king + some other stuff or only pillars of depth.
But i just ran a test and it did not do that; it still produced also the original summon results, just as if the clearritspec did not remove any of the existing "addstring" and now just another "addstring" exists.
my 2 solutions
#1.
selectritual "Deep Rising"
ritpow 23
clearritspec
level 3
cost 4 300
terr -17
defctrl 80
summoning
addstring "c*Basalt King & c*Basalt Queen & 4d6*War Shambler & 8d6*Deep One Warrior & 4d6*Pillar of the Depths"
#2 (2 mods)
#First remove the old one with a clear and nostart command
selectritual "Deep Rising"
ritpow 23
clearritspec
nostart
#now the new one with new name
newritual "Rising Deeps"
ritpow 23
#clearritspec #don't clear!
level 3
cost 4 300
terr -17
defctrl 80
summoning
addstring "c*Basalt King & c*Basalt Queen & 4d6*War Shambler & 8d6*Deep One Warrior & 4d6*Pillar of the Depths"