mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
Public release of the DLU server code!
Have fun!
This commit is contained in:
13
dScripts/FountainOfImagination.cpp
Normal file
13
dScripts/FountainOfImagination.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "FountainOfImagination.h"
|
||||
|
||||
void FountainOfImagination::OnStartup(Entity *self) {
|
||||
self->SetVar<uint32_t>(u"numCycles", 6);
|
||||
self->SetVar<float_t>(u"secPerCycle", 30.0f);
|
||||
self->SetVar<float_t>(u"delayToFirstCycle", 1.5f);
|
||||
self->SetVar<float_t>(u"deathDelay", 30.0f);
|
||||
self->SetVar<uint32_t>(u"numberOfPowerups", 5);
|
||||
self->SetVar<LOT>(u"lootLOT", 935);
|
||||
|
||||
// Initiate the actual script
|
||||
OnTemplateStartup(self);
|
||||
}
|
Reference in New Issue
Block a user