forked from coavins/zomboid-coavins-firearms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
...s/coavinsfirearms/media/scripts/coavinsfirearms/fixings/coavins_fixing_revolver_38spc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
module coavinsfirearms { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix RevolverReceiver_38spc Welding | ||
{ | ||
Require : RevolverReceiver_38spc, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=3, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
|
||
fixing Fix RevolverReceiver_38spc | ||
{ | ||
Require : RevolverReceiver_38spc, | ||
ConditionModifier : 1, | ||
|
||
Fixer : DuctTape=2; Aiming=4, | ||
Fixer : Scotchtape=3; Aiming=2, | ||
} | ||
|
||
fixing Fix RevolverCylinder_38spc Welding | ||
{ | ||
Require : RevolverCylinder_38spc, | ||
GlobalItem : BlowTorch=3, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal=2; MetalWelding=6, | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ds/coavinsfirearms/media/scripts/coavinsfirearms/weapons/coavins_items_revolver_38spc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module coavinsfirearms { | ||
imports { | ||
Base | ||
} | ||
|
||
item RevolverReceiver_38spc { | ||
DisplayName = Revolver Frame (.38 SPC), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RevolverReceiver, | ||
Weight = 0.5, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RevolverCylinder_38spc { | ||
DisplayName = Revolver Cylinder (.38 SPC), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RevolverCylinder, | ||
Weight = 0.3, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperclip, | ||
} | ||
} |