Skip to content

Commit

Permalink
RepairLore_v8
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazzy-pingvin committed Oct 31, 2024
1 parent 7effd99 commit 6e531e4
Showing 1 changed file with 36 additions and 10 deletions.
46 changes: 36 additions & 10 deletions Resources/Prototypes/Corvax/Lore/Noocraty/nooc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,11 @@
- NoocCartridgeHilRadi
#-----------------наполняемый------------
- type: Tag
id: NoocCartridgeHilEmpty
id: NoocCartridgeHillEmpty

- type: entity
parent: BaseArrow
id: NoocCartridgeHilEmpty
parent: BaseItem
id: NoocCartridgeHillEmpty
name: Инжектор наполняемый
suffix: Ноократия
description: Наполняемый инжектор, в который можно залить 10u чего угодно
Expand All @@ -747,6 +747,24 @@
layers:
- state: base
map: ["enum.AmmoVisualLayers.Base"]
- type: Fixtures
fixtures:
fix1:
shape: !type:PhysShapeCircle
radius: 0.2
density: 5
mask:
- ItemMask
restitution: 0.3
friction: 0.2
projectile:
shape:
!type:PhysShapeAabb
bounds: "-0.1,-0.1,0.1,0.1"
hard: false
mask:
- Impassable
- BulletImpassable
- type: Projectile
damage:
types:
Expand All @@ -768,7 +786,15 @@
size: Tiny
- type: Tag
tags:
- NoocCartridgeHilEmpty
- NoocCartridgeHillEmpty
- type: EmbeddableProjectile
sound: /Audio/Weapons/star_hit.ogg
embedOnThrow: false
- type: ThrowingAngle
angle: 0
- type: Ammo
muzzleFlash: null
- type: Appearance
#-----------------------------Коробка инжекторов------------------
- type: entity
name: Коробка лечащих инжекторов
Expand All @@ -789,7 +815,7 @@
amount: 4
- id: NoocCartridgeHilRadi
amount: 4
- id: NoocCartridgeHilEmpty
- id: NoocCartridgeHillEmpty
amount: 4
- type: Sprite
layers:
Expand Down Expand Up @@ -955,7 +981,7 @@
- NoocCartridgeHilMech
- NoocCartridgeHilHeat
- NoocCartridgeHilRadi
- NoocCartridgeHilEmpty
- NoocCartridgeHillEmpty
proto: NoocCartridgeHilMech
capacity: 5
- type: Sprite
Expand Down Expand Up @@ -983,7 +1009,7 @@
- NoocCartridgeHilMech
- NoocCartridgeHilHeat
- NoocCartridgeHilRadi
- NoocCartridgeHilEmpty
- NoocCartridgeHillEmpty
proto: NoocCartridgeHilHeat
capacity: 5
- type: Sprite
Expand Down Expand Up @@ -1011,7 +1037,7 @@
- NoocCartridgeHilMech
- NoocCartridgeHilHeat
- NoocCartridgeHilRadi
- NoocCartridgeHilEmpty
- NoocCartridgeHillEmpty
proto: NoocCartridgeHilRadi
capacity: 5
- type: Sprite
Expand Down Expand Up @@ -1039,8 +1065,8 @@
- NoocCartridgeHilMech
- NoocCartridgeHilHeat
- NoocCartridgeHilRadi
- NoocCartridgeHilEmpty
proto: NoocCartridgeHilEmpty
- NoocCartridgeHillEmpty
proto: NoocCartridgeHillEmpty
capacity: 5
- type: Sprite
sprite: Corvax/Lore/Noocraty/Weapon/nooc_cure_rifle_magazine.rsi
Expand Down

0 comments on commit 6e531e4

Please sign in to comment.