Skip to content

Commit

Permalink
Ковбоиииии
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserMaus committed Jan 19, 2025
1 parent 94c557a commit bed450a
Show file tree
Hide file tree
Showing 13 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ent-WeaponSniperGarand = M1 Garand
.desc = { ent-BaseWeaponSniper.desc }
ent-WeaponSniperMosinNew = Kardashev-Mosin
.desc = { ent-BaseWeaponSniper.desc }
ent-WeaponSniperRepeater = N2524 Repeater
.desc = { ent-BaseWeaponSniper.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ ent-WeaponSniperGarand = M1 Garand
.desc = Carlford-1 - это переделанная классика производства Carl ford Armories, адаптированная к современным условиям. Большинство заметных отличий - это незначительные модификации рельсов, не считая этого.
ent-WeaponSniperMosinNew = Кардашев-Мосин
.desc = Оружие для охоты или бесконечной окопной войны. Использует винтовочные патроны 30-го калибра.
ent-WeaponSniperRepeater = Н2524 Рычажок
.desc = Гражданское ружье с рычажным механизмом, любимое космическими ковбоями за его надежность и мощную поражающую силу. Использует патроны калибра .45 магнум.
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,35 @@
- type: UseDelay
delay: 0.5
- type: GunRequiresWield

- type: entity
name: N2524 Repeater
parent: [ BaseWeaponSniper, BaseGunWieldable, BaseMinorContraband ]
id: WeaponSniperRepeater
description: A civilian grade lever action firearm, favored by space cowboys for its reliability and stopping power. Uses .45 magnum ammo.
components:
- type: Item
size: Large
sprite: _Sunrise/Objects/Weapons/Guns/Snipers/n2524/repeater_inhands_64x.rsi
- type: Sprite
sprite: _Sunrise/Objects/Weapons/Guns/Snipers/n2524/repeater.rsi
- type: Clothing
sprite: _Sunrise/Objects/Weapons/Guns/Snipers/n2524/repeater.rsi
- type: StaticPrice
price: 850
- type: Gun
fireRate: 1.35
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot:
collection: m3
- type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeMagnum
capacity: 7
proto: CartridgeMagnum
- type: Wieldable
- type: UseDelay
delay: 0.5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from InterBay13 at https://github.com/AndySok/InterBay13/commit/84824582fe1381d9ea6282b9da407994ab8ab509, BACKPACK,SUITSTORAGE sprite edited by KaiserMaus",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "bolt-open"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Sprited by KaiserMaus",
"size": {
"x": 64,
"y": 64
},
"states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bed450a

Please sign in to comment.