mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 00:44:46 +00:00
Last Infantry Weapons (#987)
* preparations for deploying oicw little buddy projectiles * oicw little buddy projectiles spawn and animate properly, but damage dealing is inconclusive * radiator clouds cause damage to infantry health * oicw little buddy projectiles do damage upon detonation; different descent pattern; projectile types given own Enumeration * proximity terminals for vehicle actions no longer need to use the vehicle event system as a middleman for making changes * redid the workflow of the proximity terminal resolution so that it avoids SessionActor as much as is possible; this may be a mistake, but my future self will pay the price instead * changed the timing and the angles of the little buddy explosions; fixed proximity terminal tests
This commit is contained in:
parent
2b58d126b5
commit
0d8c717b73
35 changed files with 1092 additions and 585 deletions
|
|
@ -12,7 +12,7 @@ ignore:
|
|||
- "src/main/scala/net/psforever/objects/ObjectType.scala"
|
||||
- "src/main/scala/net/psforever/objects/avatar/Avatars.scala"
|
||||
- "src/main/scala/net/psforever/objects/ballistics/DamageResolution.scala"
|
||||
- "src/main/scala/net/psforever/objects/ballistics/Projectiles.scala"
|
||||
- "src/main/scala/net/psforever/objects/ballistics/Projectiles.Types.scala"
|
||||
- "src/main/scala/net/psforever/objects/equipment/Ammo.scala"
|
||||
- "src/main/scala/net/psforever/objects/equipment/CItem.scala"
|
||||
- "src/main/scala/net/psforever/objects/equipment/EquipmentSize.scala"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue