14 lines
513 B
Plaintext
14 lines
513 B
Plaintext
|
Scriptname _00E_Theriantrophist_Chymikum_ModAV extends _00E_Theriantrophist_Chymikum
|
||
|
|
||
|
_00E_Theriantrophist_WolfAttributes Property _00E_FS_Theriantrophist_StorageSystem Auto
|
||
|
String Property attributeToModify Auto
|
||
|
Float mod
|
||
|
|
||
|
Function OnChymikumEffectStart(Actor target)
|
||
|
mod = self.getMagnitude()
|
||
|
_00E_FS_Theriantrophist_StorageSystem.ModWolfAV(attributeToModify, mod)
|
||
|
EndFunction
|
||
|
|
||
|
Function OnChymikumEffectFinish(Actor target)
|
||
|
_00E_FS_Theriantrophist_StorageSystem.ModWolfAV(attributeToModify, -mod)
|
||
|
Endfunction
|