forked from Simnation/Main
edit
This commit is contained in:
parent
171b571a37
commit
f5a079935a
2 changed files with 126 additions and 75 deletions
|
@ -51,12 +51,15 @@ Config.LighterItem = 'lighter' -- Changed from 'bread' to 'lighter'
|
|||
|
||||
Config.Fireworks = {
|
||||
[1] = {
|
||||
item = 'firework1',
|
||||
item = 'firework_1',
|
||||
itemRemovable = true,
|
||||
command = nil, -- Removed command to only use items
|
||||
shoots = 50,
|
||||
prop = "ind_prop_firework_03",
|
||||
timeToStart = 5500,
|
||||
command = nil,
|
||||
shoots = 10,
|
||||
prop = "ind_prop_firework_01", -- Changed to rocket prop
|
||||
isRocket = true, -- Add this flag to identify it as a flying rocket
|
||||
rocketHeight = 50.0, -- How high the rocket should fly
|
||||
rocketSpeed = 0.5, -- Speed of rocket ascent (lower is faster)
|
||||
timeToStart = 2000, -- Reduced time to start for better experience
|
||||
timeBetweenShoots = 1250,
|
||||
particles = {
|
||||
{name = "scr_indep_fireworks", effect = "scr_indep_firework_starburst", scale = 2.0, plusHeight = 50.0, randomizeXY = true, timeToNextShoot = 120},
|
||||
|
@ -82,7 +85,7 @@ Config.Fireworks = {
|
|||
item = 'firework3',
|
||||
itemRemovable = true,
|
||||
command = nil, -- Removed command to only use items
|
||||
shoots = 80,
|
||||
shoots = 100,
|
||||
prop = "ind_prop_firework_03",
|
||||
timeToStart = 5500,
|
||||
timeBetweenShoots = 250,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue