-
Tags:
No tags
-
Name:
aTentacleControl
-
Displayed name:
Tentacle control
-
Description:
The followers can control the tentacle of the pit by doing a ritual that gives **tentacle control points** a.k.a. **TCP** for a short period of time. According to the current TCP amount the followers can control a certain amount of tentacles as follow : | TCP | Tentacle controlled | | :---: | :---: | | 0 - 14 | 0 | | 15 - 24 | 1 | | 25 - 34 | 2 | | 35+ | 3 |
-
Cast description:
| AP: aAP | CD: aCDs | | :---: | :---: | | **Flux: 0** | **Range: str(vRange)** | Increase the global TCP by {sTCDice}d6 [{sTCDice}d6] for the next 4s.
-
Condition:
sFlux >= aFluxCost "You don't have enough Flux"
-
AP cost:
4
-
Cooldown:
0
-
Flux cost:
apMod(aAP)*cdMod(aCD)*targetMod(1,0)*durMod(4)*mediumMod*effect(vLvL*150,150)
-
Variables:
vRange.choice(Range,[Oral],[mediumMod])
-
On used script:
-
Type:
1
-
Action effects:
-
Use case:
4
-
Name:
Tentacle control point
-
Description:
For a total of vTCPAmount TCP.
-
Script:
sTCP.create.other(TCP) sTCP.current.change(vTCPAmount) if(~has(mTCP))( mTCP.create.effects(TCP) mTCP.activate() ) mTCP.recurrent.add( if(currentTime=={currentTime+4})( sTCP.current.change(-vTCPAmount) ) )
-
Variables:
vTCPAmount.counter(TCP,1)
-