The Experimental Lecter 8 (#40372)
* XL8 files * slap dat on the ERT lead * oop mag indicator offset * fix newline
|
|
@ -193,6 +193,33 @@
|
|||
zeroVisible: true
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: WeaponRifleLecter
|
||||
id: WeaponRifleLecterXL8
|
||||
name: XL8
|
||||
description: |-
|
||||
The Experimental Lecter 8
|
||||
An unreasonably expensive military grade assault rifle with integrated optic.
|
||||
Uses .20 rifle ammo.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Guns/Rifles/XL8.rsi
|
||||
- type: Clothing
|
||||
sprite: Objects/Weapons/Guns/Rifles/XL8.rsi
|
||||
- type: CursorOffsetRequiresWield
|
||||
- type: EyeCursorOffset
|
||||
maxOffset: 2
|
||||
pvsIncrease: 0.2
|
||||
- type: StaticPrice
|
||||
price: 1500 #3x lecter
|
||||
- type: Gun
|
||||
shotsPerBurst: 3
|
||||
selectedMode: Burst
|
||||
availableModes:
|
||||
- Burst
|
||||
- SemiAuto
|
||||
- FullAuto
|
||||
|
||||
- type: entity
|
||||
name: Estoc DMR
|
||||
parent: [BaseWeaponRifle, BaseSyndicateContraband]
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
pocket1: MagazineRifle
|
||||
pocket2: MagazineRifle
|
||||
inhand:
|
||||
- WeaponRifleLecter
|
||||
- WeaponRifleLecterXL8
|
||||
storage:
|
||||
back:
|
||||
- WeaponDisabler
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 605 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 663 B |
|
After Width: | Height: | Size: 869 B |
|
After Width: | Height: | Size: 846 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 202 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 225 B |
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken/modified from tgstation at https://github.com/tgstation/tgstation/pull/41393/commits/1e56473177d0994d163c9edca3d13d6e5b640cc4, https://github.com/tgstation/tgstation/tree/master/icons/obj/weapons/guns backpack sprite by Peptide (copy of carbine), backpack sling sprite edited by Boaz1111, wield sprites by RiceMar1244, all sprites heavily edited by Emisse for SS14 using a palette inspired by coolstation weapon sprites https://github.com/coolstation/coolstation, tweaked for optic and mag anim by IProduceWidgets (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "base"
|
||||
},
|
||||
{
|
||||
"name": "bolt-open"
|
||||
},
|
||||
{
|
||||
"name": "mag-0",
|
||||
"delays": [
|
||||
[
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mag-1",
|
||||
"delays": [
|
||||
[
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mag-2",
|
||||
"delays": [
|
||||
[
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mag-3",
|
||||
"delays": [
|
||||
[
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "mag-4",
|
||||
"delays": [
|
||||
[
|
||||
0.5,
|
||||
0.5
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "wielded-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BACKPACK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-SUITSTORAGE",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 912 B |