| This is the transcript of a script file, which runs certain tasks in the game upon execution. |
| Details | |
|---|---|
| Type | Decompiled script |
| Editor ID | AddDrainedSmallEnergyCellEffectScript
|
| Form ID | 0012115D |
This script determines if the player receives a drained small energy cell upon firing a weapon that uses energy cells.
scn AddDrainedSmallEnergyCellEffectScript
begin ScriptEffectStart
if GetRandomPercent < 50
additem DrainedSmallEnergyCell 1 1
else
endif
end