Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit ac6443d

Browse files
committed
Shared null things
1 parent 3bdb15b commit ac6443d

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

Base.rte/Devices/Shared.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,24 @@ AddAmmo = Round
3232
FireVelocity = 1
3333

3434

35+
AddAmmo = Magazine
36+
PresetName = Null Magazine
37+
Mass = 0
38+
HitsMOs = 0
39+
GetsHitByMOs = 0
40+
SpriteFile = ContentFile
41+
FilePath = Base.rte/Null.bmp
42+
AtomGroup = AtomGroup
43+
CopyOf = Null AtomGroup
44+
JointStrength = 200
45+
JointStiffness = 1
46+
RoundCount = 1
47+
RTTRatio = 0
48+
RegularRound = Round
49+
CopyOf = Null Round
50+
Discardable = 0
51+
52+
3553
///////////////////////////////////////////////////////////////////////
3654
// Ammo
3755

Base.rte/Scripts/Null.lua

Whitespace-only changes.

Base.rte/Sounds.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,8 @@ AddSound = Sound
272272
AddSample = ContentFile
273273
FilePath = Base.rte/Sounds/Penetration/Riccochet4.wav
274274
AddSample = ContentFile
275-
FilePath = Base.rte/Sounds/Penetration/Riccochet5.wav
275+
FilePath = Base.rte/Sounds/Penetration/Riccochet5.wav
276+
277+
278+
AddSound = Sound
279+
PresetName = Null

0 commit comments

Comments
 (0)