-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #81 from SpicyDarkFox/dbg
Фиксы пост-обновления
- Loading branch information
Showing
13 changed files
with
171 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cluwne-transform = { CAPITALIZE($target) } превратился в клувеня! | ||
cluwne-name-prefix = клувень { $baseName } | ||
cluwne-name-prefix = клувень {$target} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
glue-success = Вы покрыли { $target } клеем! | ||
glued-name-prefix = липкий { $baseName } | ||
glued-name-prefix = липкий {$target} | ||
glue-failure = Не удалось покрыть { $target } клеем. | ||
glue-verb-text = Нанести клей | ||
glue-verb-message = Покрыть предмет клеем |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
288 changes: 144 additions & 144 deletions
288
Resources/Prototypes/_LostParadise/Entities/Mobs/Cryborgs/ai_mech.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +1,144 @@ | ||
- type: entity | ||
id: LPPAiMechNT | ||
name: мех "Протекторн" МК 1 | ||
description: Махина несущая боезапас боевого корабля, крайне опасен в бою с живой силой. | ||
parent: BaseBorgChassis | ||
components: | ||
- type: Sprite | ||
sprite: _LostParadise/Mobs/Silicon/nt_ai_mech.rsi | ||
layers: | ||
- state: robot | ||
- state: robot_e_r | ||
map: ["enum.BorgVisualLayers.Light"] | ||
shader: unshaded | ||
visible: false | ||
- state: robot_l | ||
shader: unshaded | ||
map: ["light"] | ||
visible: false | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed : 3 | ||
baseSprintSpeed : 4 | ||
- type: MobState | ||
allowedStates: | ||
- Alive | ||
- Critical | ||
- Dead | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
300: Critical | ||
400: Dead | ||
- type: SiliconLawProvider | ||
laws: LPPNTDefaultSecurityLaws | ||
- type: Buckle | ||
- type: BorgChassis | ||
maxModules: 1 | ||
moduleWhitelist: | ||
tags: | ||
- LPPAIMechPunchAndVulcan | ||
hasMindState: robot_e | ||
noMindState: robot_e_r | ||
- type: Construction | ||
node: security | ||
- type: Speech | ||
speechVerb: Robotic | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 350 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
path: /Audio/_LostParadise/Machines/drone_warning.ogg | ||
params: | ||
volume: 5 | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 550 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
path: /Audio/_LostParadise/Machines/drone_destory.ogg | ||
params: | ||
volume: 5 | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Binary | ||
- Common | ||
- CentCom | ||
- Supply | ||
- Command | ||
- Engineering | ||
- Medical | ||
- Science | ||
- Security | ||
- Service | ||
- type: ActiveRadio | ||
channels: | ||
- Binary | ||
- Common | ||
- CentCom | ||
- Supply | ||
- Command | ||
- Engineering | ||
- Medical | ||
- Science | ||
- Security | ||
- Service | ||
- type: AccessReader | ||
access: [["CentralCommand"]] | ||
# - type: ShowSecurityIcons | ||
- type: Inventory | ||
templateId: borgTall | ||
- type: TTS | ||
voice: Robo1 | ||
- type: ShowHealthBars | ||
damageContainers: | ||
- Biological | ||
- Inorganic | ||
- Silicon | ||
- type: ShowHealthIcons | ||
damageContainers: | ||
- Biological | ||
- type: FootstepModifier | ||
footstepSoundCollection: | ||
path: /Audio/Mecha/sound_mecha_powerloader_step.ogg | ||
- type: ContainerFill | ||
containers: | ||
borg_brain: | ||
- PositronicBrain | ||
borg_module: | ||
- LPPAIMechModulePunchAndVulcan | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellHyper | ||
- type: Tag | ||
tags: | ||
- CannotSuicide | ||
- FootstepSound | ||
- HudSecurity | ||
- DoorBumpOpener | ||
- type: Puller | ||
- type: Tool | ||
speed: 1.5 | ||
qualities: | ||
- Prying | ||
- type: Prying | ||
pryPowered: !type:Bool | ||
true | ||
force: !type:Bool | ||
true | ||
useSound: | ||
path: /Audio/Items/crowbar.ogg | ||
- type: NpcFactionMember | ||
factions: | ||
- NanoTrasen | ||
- type: Access | ||
enabled: false | ||
groups: | ||
- AllAccess | ||
- type: ShowSecurityIcons | ||
# - type: entity | ||
# id: LPPAiMechNT | ||
# name: мех "Протекторн" МК 1 | ||
# description: Махина несущая боезапас боевого корабля, крайне опасен в бою с живой силой. | ||
# parent: BaseBorgChassis | ||
# components: | ||
# - type: Sprite | ||
# sprite: _LostParadise/Mobs/Silicon/nt_ai_mech.rsi | ||
# layers: | ||
# - state: robot | ||
# - state: robot_e_r | ||
# map: ["enum.BorgVisualLayers.Light"] | ||
# shader: unshaded | ||
# visible: false | ||
# - state: robot_l | ||
# shader: unshaded | ||
# map: ["light"] | ||
# visible: false | ||
# - type: MovementSpeedModifier | ||
# baseWalkSpeed : 3 | ||
# baseSprintSpeed : 4 | ||
# - type: MobState | ||
# allowedStates: | ||
# - Alive | ||
# - Critical | ||
# - Dead | ||
# - type: MobThresholds | ||
# thresholds: | ||
# 0: Alive | ||
# 300: Critical | ||
# 400: Dead | ||
# - type: SiliconLawProvider | ||
# laws: LPPNTDefaultSecurityLaws | ||
# - type: Buckle | ||
# - type: BorgChassis | ||
# maxModules: 1 | ||
# moduleWhitelist: | ||
# tags: | ||
# - LPPAIMechPunchAndVulcan | ||
# hasMindState: robot_e | ||
# noMindState: robot_e_r | ||
# # - type: Construction | ||
# # node: security | ||
# - type: Speech | ||
# speechVerb: Robotic | ||
# - type: Destructible | ||
# thresholds: | ||
# - trigger: | ||
# !type:DamageTrigger | ||
# damage: 350 | ||
# behaviors: | ||
# - !type:PlaySoundBehavior | ||
# sound: | ||
# path: /Audio/_LostParadise/Machines/drone_warning.ogg | ||
# params: | ||
# volume: 5 | ||
# - trigger: | ||
# !type:DamageTrigger | ||
# damage: 550 | ||
# behaviors: | ||
# - !type:PlaySoundBehavior | ||
# sound: | ||
# path: /Audio/_LostParadise/Machines/drone_destory.ogg | ||
# params: | ||
# volume: 5 | ||
# - type: IntrinsicRadioTransmitter | ||
# channels: | ||
# - Binary | ||
# - Common | ||
# - CentCom | ||
# - Supply | ||
# - Command | ||
# - Engineering | ||
# - Medical | ||
# - Science | ||
# - Security | ||
# - Service | ||
# - type: ActiveRadio | ||
# channels: | ||
# - Binary | ||
# - Common | ||
# - CentCom | ||
# - Supply | ||
# - Command | ||
# - Engineering | ||
# - Medical | ||
# - Science | ||
# - Security | ||
# - Service | ||
# - type: AccessReader | ||
# access: [["CentralCommand"]] | ||
# # - type: ShowSecurityIcons | ||
# - type: Inventory | ||
# templateId: borgTall | ||
# - type: TTS | ||
# voice: Robo1 | ||
# - type: ShowHealthBars | ||
# damageContainers: | ||
# - Biological | ||
# - Inorganic | ||
# - Silicon | ||
# - type: ShowHealthIcons | ||
# damageContainers: | ||
# - Biological | ||
# - type: FootstepModifier | ||
# footstepSoundCollection: | ||
# path: /Audio/Mecha/sound_mecha_powerloader_step.ogg | ||
# - type: ContainerFill | ||
# containers: | ||
# borg_brain: | ||
# - PositronicBrain | ||
# borg_module: | ||
# - LPPAIMechModulePunchAndVulcan | ||
# - type: ItemSlots | ||
# slots: | ||
# cell_slot: | ||
# name: power-cell-slot-component-slot-name-default | ||
# startingItem: PowerCellHyper | ||
# - type: Tag | ||
# tags: | ||
# - CannotSuicide | ||
# - FootstepSound | ||
# - HudSecurity | ||
# - DoorBumpOpener | ||
# - type: Puller | ||
# - type: Tool | ||
# speed: 1.5 | ||
# qualities: | ||
# - Prying | ||
# - type: Prying | ||
# pryPowered: !type:Bool | ||
# true | ||
# force: !type:Bool | ||
# true | ||
# useSound: | ||
# path: /Audio/Items/crowbar.ogg | ||
# - type: NpcFactionMember | ||
# factions: | ||
# - NanoTrasen | ||
# - type: Access | ||
# enabled: false | ||
# groups: | ||
# - AllAccess | ||
# - type: ShowSecurityIcons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.