Skip to content

Commit

Permalink
дополнительная сортировка
Browse files Browse the repository at this point in the history
  • Loading branch information
1Stepka1 committed May 12, 2024
1 parent fdfe29d commit 0f802ef
Show file tree
Hide file tree
Showing 91 changed files with 787 additions and 1,997 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
- type: entity
id: LingUntActionStealth
name: action-stealth
description: action-stealth-desc
noSpawn: true
components:
- type: InstantAction
icon:
sprite: Interface/Actions/actions_ling.rsi
state: chameleon
itemIconStyle: BigAction
checkCanInteract: false
event: !type:CompInvisibilityActionEvent
useDelay: 30

- type: entity
id: LingUntActionStasisHeal
name: action-stasis-heal
description: action-stasis-heal-desc
noSpawn: true
components:
- type: InstantAction
icon:
sprite: Interface/Actions/actions_ling.rsi
state: fleshmend
itemIconStyle: BigAction
checkCanInteract: false
event: !type:CompStasisHealActionEvent
useDelay: 5

- type: entity
id: LingUntActionJump
name: action-jump
description: action-jump-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 75
range: 16 # default examine-range.
# ^ should probably add better validation that the clicked location is on the users screen somewhere,
itemIconStyle: BigAction
checkCanAccess: false
repeat: true
icon:
sprite: Clothing/Shoes/Boots/combatboots.rsi
state: icon
event: !type:CompJumpActionEvent

- type: entity
id: LingUntActionShoot
name: action-shoot
description: action-shoot-desc
noSpawn: true
components:
- type: WorldTargetAction
useDelay: 60
range: 16 # default examine-range.
# ^ should probably add better validation that the clicked location is on the users screen somewhere,
itemIconStyle: BigAction
checkCanAccess: false
repeat: true
icon:
sprite: Objects/Weapons/Guns/Pistols/mk58.rsi
state: icon
event: !type:CompProjectileActionEvent


- type: entity
id: ActionChangelingEvolutionMenu
name: action-evolution-menu
Expand Down
26 changes: 26 additions & 0 deletions Resources/Prototypes/ADT/Body/Prototypes/foodbot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: body
id: foodDistributorBots
name: "foodDistributor"
root: torso
slots:
head:
part: HeadReptilian
connections:
- torso
torso:
part: TorsoReptilian
connections:
- left arm
- right arm
right arm:
part: RightArmReptilian
connections:
- right hand
left arm:
part: LeftArmReptilian
connections:
- left hand
right hand:
part: RightHandReptilian
left hand:
part: LeftHandReptilian
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,49 @@
contents:
- id: BoxSurvival
- id: RubberStampCentcom
- id: BoxFolderRedFilled
- id: BoxFolderRedFilled


- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneMiner
name: backpack antag drone miner
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: MiningDrill
- id: WeaponProtoKineticAccelerator
- id: JawsOfLife
- id: PowerDrill

- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneEngineer
name: backpack antag drone engineer
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: WelderIndustrial
- id: JawsOfLife
- id: PowerDrill
- id: Multitool
- id: trayScanner

- type: entity
parent: ClothingBackpack
id: ClothingBackpackAntagDroneCharger
name: backpack antag drone charger
components:
- type: Sprite
sprite: ADT/Clothing/Back/ertleader_cyb.rsi # invisible sprite
- type: Unremoveable
- type: StorageFill
contents:
- id: JawsOfLife
- id: WeaponLaserGun
31 changes: 0 additions & 31 deletions Resources/Prototypes/ADT/CollectiveMind/channels.yml

This file was deleted.

14 changes: 14 additions & 0 deletions Resources/Prototypes/ADT/Damage/ADTmodifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,17 @@
id: AshWalker # Груба кожа = умно ящериц
coefficients:
Blunt: 0.8

- type: damageModifierSet
id: ADTAntagDroneIPCDamageModSet
coefficients:
Blunt: 0.75
Slash: 0.75
Piercing: 0.55
Heat: 0.80
#Explosive: 0.25
Structural: 0
# zap
Shock: 0.5
Cold: 0
Caustic: 0.3

This file was deleted.

25 changes: 0 additions & 25 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag_Turret.yml

This file was deleted.

Loading

0 comments on commit 0f802ef

Please sign in to comment.