Skip to content

Commit

Permalink
Изменение названий дронов-антагов
Browse files Browse the repository at this point in the history
  • Loading branch information
jungarikjan committed Apr 12, 2024
1 parent a11a004 commit afe2df3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 42 deletions.
37 changes: 22 additions & 15 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
id: ADTDroneAntagMiner
parent: ADTDroneAntagBase
name: drone miner
suffix: Miner
suffix: Drone Antag
description: Вам, вероятно, не стоит стоять рядом с ним, чтобы проверить, включен ли он.
components:
- type: Body
Expand All @@ -212,7 +212,7 @@
prototypes: [ ADTAntagDroneGearMiner ]
- type: InventorySlots
- type: NameIdentifier
group: ADTDroneAntagMiner
group: ADTNameDroneAntagMiner
- type: MovementSpeedModifier
baseWalkSpeed : 5
baseSprintSpeed : 5
Expand Down Expand Up @@ -359,9 +359,9 @@
- type: entity
id: ADTDroneAntagEngineer
parent: ADTDroneAntagBase
name: drone soldier
name: drone engineer
suffix: Drone Antag
description: Вам, вероятно, не стоит стоять рядом с ним, чтобы проверить, включен ли он.
suffix: Engineer
components:
- type: Body
prototype: ADTDroneAntagBodyEngineer
Expand All @@ -371,7 +371,7 @@
prototypes: [ ADTAntagDroneGearEngineer ]
- type: InventorySlots
- type: NameIdentifier
group: ADTDroneAntagSoldier
group: ADTNameDroneAntagEngineer
- type: MovementSpeedModifier
baseWalkSpeed : 5
baseSprintSpeed : 5
Expand Down Expand Up @@ -519,9 +519,9 @@
- type: entity
id: ADTDroneAntagCharger
parent: ADTDroneAntagBase
name: drone soldier
name: drone charger
suffix: Drone Antag
description: Вам, вероятно, не стоит стоять рядом с ним, чтобы проверить, включен ли он.
suffix: Charger
components:
- type: Body
prototype: ADTDroneAntagBodyCharger
Expand All @@ -531,7 +531,7 @@
prototypes: [ ADTAntagDroneGearCharger ]
- type: InventorySlots
- type: NameIdentifier
group: ADTDroneAntagSoldier
group: ADTNameDroneAntagCharger
- type: MovementSpeedModifier
baseWalkSpeed : 5
baseSprintSpeed : 5
Expand Down Expand Up @@ -687,15 +687,22 @@


# - type: nameIdentifierGroup
# id: ADTDroneAntagMiner
# id: ADTNameDroneAntagMiner
# prefix: drone miner SD
# fullName: true
# minValue: 100
# maxValue: 999

# - type: nameIdentifierGroup
# id: ADTDroneAntagSoldier
# prefix: drone soldier SD
# id: ADTNameDroneAntagEngineer
# prefix: drone engineer SD
# fullName: true
# minValue: 100
# maxValue: 999

# - type: nameIdentifierGroup
# id: ADTNameDroneAntagCharger
# prefix: drone charger SD
# fullName: true
# minValue: 100
# maxValue: 999
Expand All @@ -705,11 +712,11 @@


# - type: nameIdentifierGroup
# id: ADTIPCAntag
# prefix: BF
# id: ADTNameIPCAntag
# prefix: drone soldier BF
# fullName: true
# minValue: 10000
# maxValue: 99999
# minValue: 100
# maxValue: 999


# DRONE RADIO CHANNEL
Expand Down
27 changes: 5 additions & 22 deletions Resources/Prototypes/ADT/Drones/Drone-Antags/DroneAntag_IPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
id: ADTDroneAntagIPC
parent: ADTipcdronebase2
name: drone soldier
suffix: Antag Drone IPC
suffix: Drone Antag
description: Вам, вероятно, не стоит стоять рядом с ним, чтобы проверить, включен ли он.
components:
- type: WiresPanel # + Тех панель
Expand Down Expand Up @@ -441,7 +441,7 @@
factions:
- DroneAntag
- type: NameIdentifier
group: ADTDroneAntagSoldier
group: ADTNameIPCAntag
- type: UnpoweredFlashlight
- type: PointLight
enabled: false
Expand Down Expand Up @@ -599,35 +599,18 @@
Caustic: 0.3


# DRONE NAME IDENTIFIER

# IPC DRONE NAME IDENTIFIER

# - type: nameIdentifierGroup
# id: ADTDroneAntagMiner
# prefix: drone miner SD
# fullName: true
# minValue: 100
# maxValue: 999

# - type: nameIdentifierGroup
# id: ADTDroneAntagSoldier
# prefix: drone soldier SD
# id: ADTNameIPCAntag
# prefix: drone soldier BF
# fullName: true
# minValue: 100
# maxValue: 999


# IPC DRONE NAME IDENTIFIER


# - type: nameIdentifierGroup
# id: ADTIPCAntag
# prefix: BF
# fullName: true
# minValue: 10000
# maxValue: 99999


# DRONE RADIO CHANNEL


Expand Down
17 changes: 12 additions & 5 deletions Resources/Prototypes/name_identifier_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,29 @@
maxValue: 99999

- type: nameIdentifierGroup
id: ADTDroneAntagMiner
id: ADTNameDroneAntagMiner
prefix: drone miner SD
fullName: true
minValue: 100
maxValue: 999

- type: nameIdentifierGroup
id: ADTDroneAntagSoldier
prefix: drone soldier SD
id: ADTNameDroneAntagEngineer
prefix: drone engineer SD
fullName: true
minValue: 100
maxValue: 999

- type: nameIdentifierGroup
id: ADTIPCAntag
prefix: BF
id: ADTNameDroneAntagCharger
prefix: drone charger SD
fullName: true
minValue: 100
maxValue: 999

- type: nameIdentifierGroup
id: ADTNameIPCAntag
prefix: drone soldier BF
fullName: true
minValue: 100
maxValue: 999
Expand Down

0 comments on commit afe2df3

Please sign in to comment.