Merge pull request #14149 from deltanedas/implant-tweaks
implant locale + priority tweaks
This commit is contained in:
@@ -15,11 +15,11 @@ implanter-label = [color=white]Implant: {$currentEntities}{$lineBreak}Mode: {$mo
|
||||
|
||||
## Implanter Actions
|
||||
|
||||
open-storage-implant-action-name = open storage implant
|
||||
open-storage-implant-action-description = opens the storage implant embedded under your skin
|
||||
open-storage-implant-action-name = Open Storage Implant
|
||||
open-storage-implant-action-description = Opens the storage implant embedded under your skin
|
||||
|
||||
activate-micro-bomb-action-name = activate micro bomb
|
||||
activate-micro-bomb-action-description = activates your internal microbomb, completely destroying you and your equipment
|
||||
activate-micro-bomb-action-name = Activate Microbomb
|
||||
activate-micro-bomb-action-description = Activates your internal microbomb, completely destroying you and your equipment
|
||||
|
||||
use-freedom-implant-action-name = use freedom implant
|
||||
use-freedom-implant-action-description = activating the implant will free you from any hand restraints
|
||||
use-freedom-implant-action-name = Break Free
|
||||
use-freedom-implant-action-description = Activating your freedom implant will free you from any hand restraints
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
name: open-storage-implant-action-name
|
||||
description: open-storage-implant-action-description
|
||||
itemIconStyle: BigAction
|
||||
priority: -20
|
||||
icon:
|
||||
sprite: Clothing/Back/Backpacks/backpack.rsi
|
||||
state: icon
|
||||
@@ -38,6 +39,7 @@
|
||||
description: activate-micro-bomb-action-description
|
||||
checkCanInteract: false
|
||||
itemIconStyle: BigAction
|
||||
priority: -20
|
||||
icon:
|
||||
sprite: Actions/Implants/implants.rsi
|
||||
state: explosive
|
||||
@@ -50,6 +52,7 @@
|
||||
charges: 3
|
||||
checkCanInteract: false
|
||||
itemIconStyle: BigAction
|
||||
priority: -20
|
||||
icon:
|
||||
sprite: Actions/Implants/implants.rsi
|
||||
state: freedom
|
||||
|
||||
Reference in New Issue
Block a user