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