1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-04 13:27:14 +00:00

Add some files missing in the HiB vesions for MacOSX/Linux, for completeness.

They are not GPL licensed but for the sake of easier updating it's better
to have them in the repo.

I've been shipping them with the updatepacks I posted at the forums:
http://www.bit-blot.com/forum/index.php?topic=4313.0

In case of doubt, here's a twitter conversation that putting
those files out was okay:
https://twitter.com/fgblurb/status/173485302416023552
https://twitter.com/infinite_ammo/status/173501010008997888
https://twitter.com/fgblurb/status/173506934467592193
https://twitter.com/infinite_ammo/status/173508138207686657
https://twitter.com/fgblurb/status/173508595755925504
This commit is contained in:
fgenesis 2013-07-20 00:52:09 +02:00
commit 91bb344c9a
23 changed files with 119 additions and 0 deletions

15
files/data/shots/li.txt Normal file
View file

@ -0,0 +1,15 @@
Texture = Shots/EnergyBlastHead
DamageType = DT_AVATAR_LIZAP
BlendType = BLEND_ADD
BounceType = BOUNCE_REAL
HitPrt = EnergyBlastHit
HitSfx = EnergyBlastHit
FirePrt = LiZap
TrailPrt = LiTrail
Damage = 1
MaxSpeed = 1000
Homing = 1000
HomingIncr = 8000
Scale = 0.6 0.6
LifeTime = 2
CheckDamageTarget = 1

View file

@ -0,0 +1,14 @@
Texture = Shots/Blaster
DamageType = DT_AVATAR_ENERGYBLAST
BounceType = BOUNCE_NONE
BlendType = BLEND_ADD
HitPrt = EnergyBlastHit
HitSfx = EnergyBlastHit
FireSfx = BlasterFire
TrailPrt = BlasterTrail
Damage = 1
MaxSpeed = 500
Invisible = 1
Homing = 1000
Scale = 0.75 0.75
CheckDamageTarget = 1