-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(templates): WEAPON_MARKSMANRIFLE
- Loading branch information
1 parent
26105b6
commit 5284d65
Showing
8 changed files
with
1,305 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
28 changes: 28 additions & 0 deletions
28
templates/components/COMPONENT_AT_SCOPE_LARGE_FIXED_ZOOM/weaponcomponents.meta
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,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<CWeaponComponentInfoBlob> | ||
<Infos> | ||
<Item type="CWeaponComponentScopeInfo"> | ||
<Name>COMPONENT_AT_SCOPE_LARGE_FIXED_ZOOM</Name> | ||
<Model>w_at_scope_large</Model> | ||
<LocName>WCT_SCOPE_LRG</LocName> | ||
<LocDesc>WCD_SCOPE_LRF</LocDesc> | ||
<AttachBone>AAPScop</AttachBone> | ||
<WeaponAttachBone>WAPScop_2</WeaponAttachBone> | ||
<AccuracyModifier type="NULL" /> | ||
<DamageModifier type="NULL" /> | ||
<bShownOnWheel value="true" /> | ||
<CreateObject value="true" /> | ||
<HudDamage value="0" /> | ||
<HudSpeed value="0" /> | ||
<HudCapacity value="0" /> | ||
<HudAccuracy value="5" /> | ||
<HudRange value="0" /> | ||
<CameraHash>SNIPER_FIXED_ZOOM_AIM_CAMERA</CameraHash> | ||
<RecoilShakeAmplitude value="0.280000" /> | ||
<ExtraZoomFactorForAccurateMode value="0.000000" /> | ||
<ReticuleHash>SNIPER_LARGE</ReticuleHash> | ||
</Item> | ||
</Infos> | ||
<InfoBlobName></InfoBlobName> | ||
</CWeaponComponentInfoBlob> |
27 changes: 27 additions & 0 deletions
27
templates/components/COMPONENT_MARKSMANRIFLE_CLIP_01/weaponcomponents.meta
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,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<CWeaponComponentInfoBlob> | ||
<Infos> | ||
<Item type="CWeaponComponentClipInfo"> | ||
<Name>COMPONENT_MARKSMANRIFLE_CLIP_01</Name> | ||
<Model>w_sr_marksmanrifle_mag1</Model> | ||
<LocName>WCT_CLIP1</LocName> | ||
<LocDesc>WCD_MKRF_CLIP1</LocDesc> | ||
<AttachBone>AAPClip</AttachBone> | ||
<WeaponAttachBone>WAPClip</WeaponAttachBone> | ||
<AccuracyModifier type="NULL" /> | ||
<DamageModifier type="NULL" /> | ||
<bShownOnWheel value="false" /> | ||
<CreateObject value="true" /> | ||
<HudDamage value="0" /> | ||
<HudSpeed value="0" /> | ||
<HudCapacity value="0" /> | ||
<HudAccuracy value="0" /> | ||
<HudRange value="0" /> | ||
<ClipSize value="8" /> | ||
<AmmoInfo></AmmoInfo> | ||
<ReloadData ref="RELOAD_DEFAULT" /> | ||
</Item> | ||
</Infos> | ||
<InfoBlobName></InfoBlobName> | ||
</CWeaponComponentInfoBlob> |
27 changes: 27 additions & 0 deletions
27
templates/components/COMPONENT_MARKSMANRIFLE_CLIP_02/weaponcomponents.meta
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,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<CWeaponComponentInfoBlob> | ||
<Infos> | ||
<Item type="CWeaponComponentClipInfo"> | ||
<Name>COMPONENT_MARKSMANRIFLE_CLIP_02</Name> | ||
<Model>w_sr_marksmanrifle_mag2</Model> | ||
<LocName>WCT_CLIP2</LocName> | ||
<LocDesc>WCD_MKRF_CLIP2</LocDesc> | ||
<AttachBone>AAPClip</AttachBone> | ||
<WeaponAttachBone>WAPClip</WeaponAttachBone> | ||
<AccuracyModifier type="NULL" /> | ||
<DamageModifier type="NULL" /> | ||
<bShownOnWheel value="true" /> | ||
<CreateObject value="true" /> | ||
<HudDamage value="0" /> | ||
<HudSpeed value="0" /> | ||
<HudCapacity value="0" /> | ||
<HudAccuracy value="0" /> | ||
<HudRange value="0" /> | ||
<ClipSize value="16" /> | ||
<AmmoInfo></AmmoInfo> | ||
<ReloadData ref="RELOAD_DEFAULT" /> | ||
</Item> | ||
</Infos> | ||
<InfoBlobName></InfoBlobName> | ||
</CWeaponComponentInfoBlob> |
Oops, something went wrong.