From d7a7e926cac5ad7eaf1bdd9fea63d925c1d0e96e Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Wed, 13 Jul 2011 20:46:02 +0300 Subject: [PATCH] Fix item / player respawn effects causing too much lag (fewer particles) --- data/effectinfo.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/effectinfo.txt b/data/effectinfo.txt index 1cf39dbf..b1dd7351 100644 --- a/data/effectinfo.txt +++ b/data/effectinfo.txt @@ -851,17 +851,17 @@ lightradiusfade 120 lightcolor 0.9 0.6 0.9 // cloud of particles which expand rapidly and then slow to form a ball effect player_respawn -count 768 +count 256 type spark tex 41 41 color 0xF263EA 0xF263EA -size 2 2 +size 3 3 alpha 256 256 512 //originjitter 24 24 24 velocityjitter 256 256 256 // sparks flying and floating around effect player_respawn -count 512 +count 128 type spark tex 40 40 color 0x807aff 0x4463d5 @@ -888,7 +888,7 @@ lightradiusfade 120 lightcolor 0.9 0.6 0.9 // cloud of particles which expand rapidly and then slow to form a ball effect item_respawn -count 256 +count 128 type spark tex 41 41 color 0xF263EA 0xF263EA -- 2.39.2