File size: 2,733 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
UndefineClass('AK74')
DefineClass.AK74 = {
__parents = { "AssaultRifle" },
__generated_by_class = "InventoryItemCompositeDef",
object_class = "AssaultRifle",
ScrapParts = 10,
RepairCost = 20,
Reliability = 95,
Icon = "UI/Icons/Weapons/AK74",
DisplayName = T(666934296336, --[[InventoryItemCompositeDef AK74 DisplayName]] "AK-74"),
DisplayNamePlural = T(604670724884, --[[InventoryItemCompositeDef AK74 DisplayNamePlural]] "AK-74s"),
Description = T(790591991065, --[[InventoryItemCompositeDef AK74 Description]] "The Soviets revisited their emblematic design around 1974 and this beauty was born. It has sprouted many variations but keeps the long stroke gas piston system of the original design."),
AdditionalHint = T(193194644504, --[[InventoryItemCompositeDef AK74 AdditionalHint]] "<bullet_point> High damage\n<bullet_point> Improved armor penetration\n<bullet_point> Slower Condition loss"),
LargeItem = 1,
UnitStat = "Marksmanship",
Valuable = 1,
Cost = 8400,
CanAppearInShop = true,
Tier = 3,
RestockWeight = 40,
CategoryPair = "AssaultRifles",
Caliber = "762WP",
Damage = 30,
MagazineSize = 30,
PenetrationClass = 3,
WeaponRange = 24,
OverwatchAngle = 1440,
HandSlot = "TwoHanded",
Entity = "Weapon_AK74",
ComponentSlots = {
PlaceObj('WeaponComponentSlot', {
'SlotType', "Stock",
'AvailableComponents', {
"StockHeavy",
"StockLight",
},
'DefaultComponent', "StockHeavy",
}),
PlaceObj('WeaponComponentSlot', {
'SlotType', "Magazine",
'AvailableComponents', {
"MagNormalFine",
"MagLarge",
"MagLargeFine",
"MagQuick",
},
'DefaultComponent', "MagNormalFine",
}),
PlaceObj('WeaponComponentSlot', {
'SlotType', "Scope",
'CanBeEmpty', true,
'AvailableComponents', {
"LROptics",
"LROpticsAdvanced",
"ReflexSight",
"ReflexSightAdvanced",
"ScopeCOG",
"ScopeCOGQuick",
"ThermalScope",
},
}),
PlaceObj('WeaponComponentSlot', {
'SlotType', "Muzzle",
'CanBeEmpty', true,
'AvailableComponents', {
"Compensator",
"MuzzleBooster",
"ImprovisedSuppressor",
"Suppressor",
},
}),
PlaceObj('WeaponComponentSlot', {
'SlotType', "Under",
'CanBeEmpty', true,
'AvailableComponents', {
"GrenadeLauncher",
"Bipod_Under",
},
}),
PlaceObj('WeaponComponentSlot', {
'SlotType', "Side",
'CanBeEmpty', true,
'AvailableComponents', {
"Flashlight",
"FlashlightDot",
"LaserDot",
},
}),
},
HolsterSlot = "Shoulder",
AvailableAttacks = {
"BurstFire",
"AutoFire",
"SingleShot",
"CancelShot",
},
ShootAP = 6000,
ReloadAP = 3000,
}
|