mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-04 18:22:40 +01:00
46 lines
987 B
INI
Executable File
46 lines
987 B
INI
Executable File
{
|
|
{
|
|
name = "USP-5",
|
|
damage = 25,
|
|
weaponTexture = "WeaponTextures/Pistol.pic",
|
|
fireTexture = "FireTextures/PowderFire.pic",
|
|
firePosition = {
|
|
x = -1,
|
|
y = -4,
|
|
},
|
|
crosshairTexture = "CrosshairTextures/Default.pic",
|
|
},
|
|
{
|
|
name = "MAG20-USP",
|
|
damage = 48,
|
|
weaponTexture = "WeaponTextures/Rifle.pic",
|
|
fireTexture = "FireTextures/PowderFire.pic",
|
|
firePosition = {
|
|
x = 1,
|
|
y = -1,
|
|
},
|
|
crosshairTexture = "CrosshairTextures/Half.pic",
|
|
},
|
|
{
|
|
name = "UberSniper228",
|
|
damage = 100,
|
|
weaponTexture = "WeaponTextures/Sniper.pic",
|
|
fireTexture = "FireTextures/PowderFire.pic",
|
|
firePosition = {
|
|
x = -5,
|
|
y = 1,
|
|
},
|
|
crosshairTexture = "CrosshairTextures/Angled.pic",
|
|
},
|
|
{
|
|
name = "Plasmer",
|
|
damage = 80,
|
|
weaponTexture = "WeaponTextures/Plasmer.pic",
|
|
fireTexture = "FireTextures/Plasma.pic",
|
|
firePosition = {
|
|
x = 1,
|
|
y = -2,
|
|
},
|
|
crosshairTexture = "CrosshairTextures/Dotted.pic",
|
|
},
|
|
} |