Skip to content

Commit

Permalink
N2524 Pattern Repeater (#1255)
Browse files Browse the repository at this point in the history
* prototype and sprites

* name and balance

* liberation station

* Update snipers.yml

* sprite alpha fix
  • Loading branch information
Kesiath authored Apr 22, 2024
1 parent f2ec4e9 commit bcfeaa2
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
SurvivalKnife: 15
WeaponLaserGun: 15
WeaponSniperMosin: 15
WeaponSniperRepeater: 15
MagazineBoxLightRifle: 15
MagazineBoxLightRiflePractice: 15
MagazineBoxLightRifleRubber: 15
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- type: entity
name: N2524 Pattern Repeater
parent: BaseWeaponSniper
id: WeaponSniperRepeater
description: A civilian grade lever action firearm, favored by space cowboys across the Frontier for its reliability and stopping power. Uses .45 magnum ammo.
components:
- type: Sprite
sprite: _NF/Objects/Weapons/Guns/Snipers/repeater.rsi
- type: Clothing
sprite: _NF/Objects/Weapons/Guns/Snipers/repeater.rsi
- type: StaticPrice
price: 500
- type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeMagnum
capacity: 7
proto: CartridgeMagnum
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.
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,29 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from InterBay13 at https://github.com/AndySok/InterBay13/commit/84824582fe1381d9ea6282b9da407994ab8ab509, backpack sling sprite edited by Boaz1111",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "bolt-open"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}

0 comments on commit bcfeaa2

Please sign in to comment.