-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
55 additions
and
158 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
30 changes: 1 addition & 29 deletions
30
src/Contents/mods/coavinsfirearmsupport1/media/scripts/coavinssupport1_fixing_pistol.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 |
---|---|---|
@@ -1,29 +1 @@ | ||
module coavinssupport1 { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix PistolReceiver GunToolKit | ||
{ | ||
Require : PistolReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix PistolSlide GunToolKit | ||
{ | ||
Require : PistolSlide, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix PistolBarrel GunToolKit | ||
{ | ||
Require : PistolBarrel, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
} | ||
/* This file intentionally left blank */ |
22 changes: 1 addition & 21 deletions
22
src/Contents/mods/coavinsfirearmsupport1/media/scripts/coavinssupport1_fixing_revolver.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 |
---|---|---|
@@ -1,21 +1 @@ | ||
module coavinssupport1 { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix RevolverReceiver GunToolKit | ||
{ | ||
Require : RevolverReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix RevolverCylinder GunToolKit | ||
{ | ||
Require : RevolverCylinder, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
} | ||
/* This file intentionally left blank */ |
62 changes: 1 addition & 61 deletions
62
src/Contents/mods/coavinsfirearmsupport1/media/scripts/coavinssupport1_fixing_rifle.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 |
---|---|---|
@@ -1,61 +1 @@ | ||
module coavinssupport1 { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix BoltActionReceiver GunToolKit | ||
{ | ||
Require : BoltActionReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix BoltActionBolt GunToolKit | ||
{ | ||
Require : BoltActionBolt, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix M16LowerReceiver GunToolKit | ||
{ | ||
Require : M16LowerReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix M16UpperReceiver GunToolKit | ||
{ | ||
Require : M16UpperReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix M16BoltCarrier GunToolKit | ||
{ | ||
Require : M16BoltCarrier, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix M16FiringPin GunToolKit | ||
{ | ||
Require : M16FiringPin, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix M16Bolt GunToolKit | ||
{ | ||
Require : M16Bolt, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
} | ||
/* This file intentionally left blank */ |
46 changes: 1 addition & 45 deletions
46
src/Contents/mods/coavinsfirearmsupport1/media/scripts/coavinssupport1_fixing_shotgun.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 |
---|---|---|
@@ -1,45 +1 @@ | ||
module coavinssupport1 { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix ShotgunReceiver GunToolKit | ||
{ | ||
Require : ShotgunReceiver, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix ShotgunForend GunToolKit | ||
{ | ||
Require : ShotgunForend, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix ShotgunBoltCarrier GunToolKit | ||
{ | ||
Require : ShotgunBoltCarrier, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix ShotgunBolt GunToolKit | ||
{ | ||
Require : ShotgunBolt, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
|
||
fixing Fix ShotgunBarrel GunToolKit | ||
{ | ||
Require : ShotgunBarrel, | ||
|
||
Fixer : GunToolKit=1; Aiming=2, | ||
Fixer : ImprovisedGunToolKit=2; Aiming=1, | ||
} | ||
} | ||
/* This file intentionally left blank */ |
49 changes: 49 additions & 0 deletions
49
src/Contents/mods/coavinsfirearmsupport1/media/scripts/coavinssupport1_recipes.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,49 @@ | ||
module coavinsfirearms | ||
{ | ||
recipe Repair EX (Lv2 Simple) | ||
{ | ||
[Recipe.GetItemTypes.SimpleGunParts], | ||
GunToolKit/ImprovisedGunToolKit, | ||
|
||
Result:PistolReceiver, | ||
RemoveResultItem:true, | ||
Time:120.0, | ||
AllowOnlyOne:true, | ||
Category:Gunsmith, | ||
OnTest:Recipe.OnTest.GunPartIsDamaged, | ||
OnCreate:Recipe.OnCreate.RepairFirearmPartSome, | ||
OnGiveXP:Recipe.OnGiveXP.GunsmithingNotMuch, | ||
} | ||
|
||
recipe Repair EX (Lv2 Moderate) | ||
{ | ||
[Recipe.GetItemTypes.ModerateGunParts], | ||
GunToolKit/ImprovisedGunToolKit, | ||
|
||
Result:PistolReceiver, | ||
SkillRequired:Gunsmith=1, | ||
RemoveResultItem:true, | ||
Time:90.0, | ||
AllowOnlyOne:true, | ||
Category:Gunsmith, | ||
OnTest:Recipe.OnTest.GunPartIsDamaged, | ||
OnCreate:Recipe.OnCreate.RepairFirearmPartSome, | ||
OnGiveXP:Recipe.OnGiveXP.GunsmithingNotMuch, | ||
} | ||
|
||
recipe Repair EX (Lv2 Complex) | ||
{ | ||
[Recipe.GetItemTypes.ComplexGunParts], | ||
GunToolKit/ImprovisedGunToolKit, | ||
|
||
Result:PistolReceiver, | ||
SkillRequired:Gunsmith=2, | ||
RemoveResultItem:true, | ||
Time:90.0, | ||
AllowOnlyOne:true, | ||
Category:Gunsmith, | ||
OnTest:Recipe.OnTest.GunPartIsDamaged, | ||
OnCreate:Recipe.OnCreate.RepairFirearmPartSome, | ||
OnGiveXP:Recipe.OnGiveXP.GunsmithingNotMuch, | ||
} | ||
} |