File size: 1,078 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 |
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========
PlaceObj('InventoryItemCompositeDef', {
'Group', "Personal - Weapons",
'Id', "EndlessKnives",
'object_class', "MeleeWeapon",
'Reliability', 50,
'Icon', "UI/Icons/Weapons/EndlessKnives",
'DisplayName', T(996476550790, --[[InventoryItemCompositeDef EndlessKnives DisplayName]] "Endless Knives"),
'DisplayNamePlural', T(262652558760, --[[InventoryItemCompositeDef EndlessKnives DisplayNamePlural]] "Endless Knives"),
'AdditionalHint', T(389124413877, --[[InventoryItemCompositeDef EndlessKnives AdditionalHint]] "<bullet_point> Always available for throwing\n<bullet_point> Low attack costs\n<bullet_point> Increased bonus from Aiming"),
'UnitStat', "Dexterity",
'Cost', 150,
'locked', true,
'RestockWeight', 0,
'BaseChanceToHit', 100,
'BaseDamage', 12,
'AimAccuracy', 20,
'PenetrationClass', 4,
'DamageMultiplier', 100,
'CanThrow', true,
'AttackAP', 3000,
'MaxAimActions', 1,
'Noise', 1,
'Entity', "Weapon_FC_AMZ_Knife_01",
'HolsterSlot', "Leg",
})
|