Skip to content

Commit

Permalink
Adjusted Erroneous folders (#20)
Browse files Browse the repository at this point in the history
* Adjusted Erroneous folders

Renamed "Detasets" to "Datasets" and moved Clothing into Entities.

* Uncommented weapon protos and added missing locale

* Adds Nyano ammo boxes

* Update backpack.yml
  • Loading branch information
Colin-Tel authored Sep 15, 2023
1 parent 8067aec commit 1dfcbf4
Show file tree
Hide file tree
Showing 38 changed files with 297 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Locale/en-US/deltav/catalog/armory-crates.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-CrateArmoryGrand = Rifles crate
.desc = Contains two Mark 1 Rifles and a box of speed-loaders. Requires Armory access to open.
ent-CrateArmoryUniversal = Universal crate
.desc = Contains two Mk32 Universal handguns with four mags. Requires Armory access to open.
ent-CrateArmoryAdjutant = Adjutant crate
.desc = Contains two Adjutant shotguns with 3 ammo boxes. Requires Armory access to open.
8 changes: 8 additions & 0 deletions Resources/Locale/en-US/deltav/catalog/cargo/cargo-armory.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-ArmoryGrand = { ent-CrateArmoryGrand }
.desc = { eng-CraeArmoryGrand.desc }
ent-ArmoryUniversal = { ent-CrateArmoryUniversal }
.desc = { ent-CrateArmoryUniversal.desc }
ent-ArmoryAdjutant = { ent-CrateArmoryAdjutant }
.desc = { ent-CrateArmoryAdjutant.desc }
Empty file.
29 changes: 29 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_armory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- type: cargoProduct
id: ArmoryGrand
icon:
sprite: Nyanotrasen/Objects/Weapons/Guns/Snipers/grand_rifle.rsi
state: base
product: CrateArmoryGrand
cost: 4000
category: Armory
group: market

- type: cargoProduct
id: ArmoryUniversal
icon:
sprite: Nyanotrasen/Objects/Weapons/Guns/Pistols/universal.rsi
state: icon
product: CrateArmoryUniversal
cost: 3500
category: Armory
group: market

- type: cargoProduct
id: ArmoryShotgunAdjutant
icon:
sprite: DeltaV/Objects/Weapons/Guns/Shotguns/Adjutant.rsi
state: icon
product: CrateArmoryAdjutant
cost: 9000
category: Armory
group: market
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
parent: ClothingBackpackSatchelLeather
id: ClothingBackpackMafiaFilled
suffix: Filled, Mafia
components:
- type: StorageFill
contents:
- id: BoxSurvival
amount: 1
- id: ClothingOuterArmorBasic
amount: 1
- id: WeaponSubMachineGunTypewriter
amount: 1
- id: WeaponPistolViperWood
amount: 1
- id: MagazinePistol
amount: 1
# - id: BaseBallBat THIS BAT IS TOO DAMN BIG!
# amount: 1
32 changes: 32 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Crates/armory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
- type: entity
id: CrateArmoryGrand
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponSniperGrand
amount: 2
- id: BoxSpeedLoaderLightRifle
amount: 1

- type: entity
id: CrateArmoryUniversal
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponPistolUniversal
amount: 2
- id: MagazineUniversalCaselessRifle
amount: 4

- type: entity
id: CrateArmoryAdjutant
parent: CrateWeaponSecure
components:
- type: StorageFill
contents:
- id: WeaponShotgunAdjutant
amount: 2
- id: BoxLethalshot
amount: 3
48 changes: 48 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#- type: entity
# parent: GunSafe
# id: GunSafePistolUniversal
# name: mk32 safe
# components:
# - type: StorageFill
# contents:
# - id: WeaponPistolUniversal
# amount: 2
# - id: MagazineUniversalCaselessRifle
# amount: 4

#- type: entity
# parent: GunSafe
# id: GunSafeSniperGrand
# name: mark 1 rifle safe
# components:
# - type: StorageFill
# contents:
# - id: WeaponSniperGrand
# amount: 2
# - id: SpeedLoaderLightRifle
# amount: 4

- type: entity
parent: GunSafe
id: GunSafeVulcanRifle
name: vulcan safe
components:
- type: StorageFill
contents:
- id: WeaponRifleVulcan
amount: 2
- id: MagazineLightRifle
amount: 4

- type: entity
parent: GunSafe
id: GunSafeAdjutantShotgun
name: adjutant safe
components:
- type: StorageFill
contents:
- id: WeaponShotgunAdjutant
amount: 2
- id: MagazineShotgun
amount: 4

19 changes: 19 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#- type: listing
# id: UplinkCyborgBeaconSyndicate
# name: uplink-borg-beacon-name
# description: uplink-borg-beacon-desc
# productEntity: CyborgBeaconSyndicate
# icon: { sprite: Objects/Devices/communication.rsi, state: old-radio }
# cost:
# Telecrystal: 65
# categories:
# - UplinkUtility
# conditions:
# - !type:StoreWhitelistCondition
# whitelist:
# tags:
# - NukeOpsUplink
# - !type:BuyerWhitelistCondition
# blacklist:
# components:
# - SurplusBundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
- type: entity
name: box of soulbreaker cartridges
parent: BaseAmmoProvider
id: BoxShellSoulbreaker
description: A box full of anti-psionic soulbreaker cartridges, designed for riot shotguns.
components:
- type: BallisticAmmoProvider
proto: ShellSoulbreaker
capacity: 12
- type: Sprite
layers:
- state: boxwide
- state: shellslug

- type: entity
name: box of .25 caseless Universal magazines
parent: BoxCardboard
id: BoxMagazineUniversalCaselessRifle
description: A box full of .25 caseless magazines.
components:
- type: StorageFill
contents:
- id: MagazineUniversalCaselessRifle
amount: 6

## hv is kill
## no
#- type: entity
# name: box of .25 caseless Universal (high-velocity) magazines
# parent: BoxCardboard
# id: BoxMagazineUniversalCaselessRifleHighVelocity
# description: A box full of .25 caseless high-velocity magazines.
# components:
# - type: StorageFill
# contents:
# - id: MagazineUniversalCaselessRifleHighVelocity
# amount: 6

- type: entity
name: box of .25 caseless Universal (practice) magazines
parent: BoxCardboard
id: BoxMagazineUniversalCaselessRiflePractice
description: A box full of .25 caseless practice magazines.
components:
- type: StorageFill
contents:
- id: MagazineUniversalCaselessRiflePractice
amount: 6

- type: entity
name: box of .25 caseless Universal (rubber) magazines
parent: BoxCardboard
id: BoxMagazineUniversalCaselessRifleRubber
description: A box full of .25 caseless rubber magazines.
components:
- type: StorageFill
contents:
- id: MagazineUniversalCaselessRifleRubber
amount: 6

- type: entity
name: box of .30 rifle speed loaders
parent: BoxCardboard
id: BoxSpeedLoaderLightRifle
description: A box full of .30 rifle speed loaders.
components:
- type: StorageFill
contents:
- id: SpeedLoaderLightRifle
amount: 6
10 changes: 10 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Entities/Effects/lightning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: BaseLightning
id: LightningNoospheric
name: noospheric lightning
noSpawn: true
components:
- type: Electrified
enabled: false
- type: Lightning
canArc: false
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@
- type: ConditionalSpawner
prototypes:
- MobMothroach

- type: entity
name: Ferret Spawner
id: SpawnMobFerret
parent: MarkerBase
components:
- type: Sprite
layers:
- state: green
- state: ai
- type: ConditionalSpawner
prototypes:
- MobFerret
- MobFerretWhite
12 changes: 12 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- type: entity
name: white ferret
parent: MobFerret
id: MobFerretWhite
components:
- type: Sprite
drawdepth: Mobs
sprite: Nyanotrasen/Mobs/Pets/whiteferret.rsi
layers:
- map: ["enum.DamageStateVisualLayers.Base"]
state: ferret

- type: entity
name: mothroach
parent: SimpleMobBase
Expand Down
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.
28 changes: 28 additions & 0 deletions Resources/Textures/Nyanotrasen/Mobs/Pets/whiteferret.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-NC-SA-3.0",
"copyright": "https://github.com/goonstation/goonstation/commit/c98666f47a90d106c7a154cedffc747b3769e933",
"states":
[
{
"name": "ferret",
"directions": 4,
"delays": [[1],[1],[1],[1]]
},
{
"name": "ferret_lazy",
"directions": 1,
"delays": [[1]]
},
{
"name": "ferret_dead",
"directions": 1,
"delays": [[1]]
}
]
}

0 comments on commit 1dfcbf4

Please sign in to comment.