Я как всегда кучу хуйни в один пакет сую (#766)
This commit is contained in:
@@ -174,7 +174,7 @@ public sealed partial class AdminVerbSystem
|
|||||||
{
|
{
|
||||||
Text = Loc.GetString("admin-verb-text-make-changeling"),
|
Text = Loc.GetString("admin-verb-text-make-changeling"),
|
||||||
Category = VerbCategory.Antag,
|
Category = VerbCategory.Antag,
|
||||||
Icon = new SpriteSpecifier.Texture(new ("/Textures/White/Actions/changeling.rsi/absorb.png")),
|
Icon = new SpriteSpecifier.Rsi(new("/Textures/White/Actions/changeling.rsi"), "absorb"),
|
||||||
Act = () =>
|
Act = () =>
|
||||||
{
|
{
|
||||||
_antag.ForceMakeAntag<ChangelingRuleComponent>(target, DefaultChangelingRule);
|
_antag.ForceMakeAntag<ChangelingRuleComponent>(target, DefaultChangelingRule);
|
||||||
@@ -188,7 +188,7 @@ public sealed partial class AdminVerbSystem
|
|||||||
{
|
{
|
||||||
Text = Loc.GetString("admin-verb-text-make-wizard"),
|
Text = Loc.GetString("admin-verb-text-make-wizard"),
|
||||||
Category = VerbCategory.Antag,
|
Category = VerbCategory.Antag,
|
||||||
Icon = new SpriteSpecifier.Texture(new ("/Textures/Clothing/Head/Hats/wizardhat.rsi/icon.png")),
|
Icon = new SpriteSpecifier.Rsi(new("/Textures/Clothing/Head/Hats/wizardhat.rsi"), "icon"),
|
||||||
Act = () =>
|
Act = () =>
|
||||||
{
|
{
|
||||||
_antag.ForceMakeAntag<WizardRuleComponent>(target, DefaultWizardRule);
|
_antag.ForceMakeAntag<WizardRuleComponent>(target, DefaultWizardRule);
|
||||||
|
|||||||
@@ -69,3 +69,6 @@ store-category-spells-attack = Атакующие заклинания
|
|||||||
store-category-spells-defence = Защитные заклинания
|
store-category-spells-defence = Защитные заклинания
|
||||||
store-category-spells-utility = Вспомогательные заклинания
|
store-category-spells-utility = Вспомогательные заклинания
|
||||||
store-category-magic-items = Магические предметы
|
store-category-magic-items = Магические предметы
|
||||||
|
|
||||||
|
ent-MobHulk = Халк
|
||||||
|
.desc = Зелёный.
|
||||||
|
|||||||
@@ -18,7 +18,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/absorb.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: absorb
|
||||||
event: !type:AbsorbDnaActionEvent
|
event: !type:AbsorbDnaActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -32,7 +34,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/transform.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: transform
|
||||||
event: !type:TransformActionEvent
|
event: !type:TransformActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
|
|
||||||
@@ -44,7 +48,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/reviving_stasis.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: reviving_stasis
|
||||||
event: !type:RegenerateActionEvent
|
event: !type:RegenerateActionEvent
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
checkConsciousness: false
|
checkConsciousness: false
|
||||||
@@ -58,7 +64,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/lesser_form.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: lesser_form
|
||||||
event: !type:LesserFormActionEvent
|
event: !type:LesserFormActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
@@ -72,7 +80,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_extract.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_extract
|
||||||
event: !type:ExtractionStingActionEvent
|
event: !type:ExtractionStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -88,7 +98,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_transform.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_transform
|
||||||
event: !type:TransformStingActionEvent
|
event: !type:TransformStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -104,7 +116,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_blind.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_blind
|
||||||
event: !type:BlindStingActionEvent
|
event: !type:BlindStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -121,7 +135,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_mute.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_mute
|
||||||
event: !type:MuteStingActionEvent
|
event: !type:MuteStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -137,7 +153,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_hallucination.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_hallucination
|
||||||
event: !type:HallucinationStingActionEvent
|
event: !type:HallucinationStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -153,7 +171,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: EntityTargetAction
|
- type: EntityTargetAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/sting_cryo.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: sting_cryo
|
||||||
event: !type:CryoStingActionEvent
|
event: !type:CryoStingActionEvent
|
||||||
canTargetSelf: false
|
canTargetSelf: false
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
@@ -170,7 +190,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/adrenaline_sacs.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: adrenaline_sacs
|
||||||
event: !type:AdrenalineSacsActionEvent
|
event: !type:AdrenalineSacsActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
checkConsciousness: false
|
checkConsciousness: false
|
||||||
@@ -185,7 +207,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/fleshmend.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: fleshmend
|
||||||
event: !type:FleshmendActionEvent
|
event: !type:FleshmendActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
checkConsciousness: false
|
checkConsciousness: false
|
||||||
@@ -200,7 +224,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/arm_blade.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: arm_blade
|
||||||
event: !type:ArmbladeActionEvent
|
event: !type:ArmbladeActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
- type: LesserFormRestricted
|
- type: LesserFormRestricted
|
||||||
@@ -213,7 +239,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/shield.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: shield
|
||||||
event: !type:OrganicShieldActionEvent
|
event: !type:OrganicShieldActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
- type: LesserFormRestricted
|
- type: LesserFormRestricted
|
||||||
@@ -226,7 +254,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/armor.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: armor
|
||||||
event: !type:ChitinousArmorActionEvent
|
event: !type:ChitinousArmorActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
- type: LesserFormRestricted
|
- type: LesserFormRestricted
|
||||||
@@ -239,7 +269,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/hive_head.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: hive_head
|
||||||
event: !type:HiveHeadActionEvent
|
event: !type:HiveHeadActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
@@ -253,7 +285,9 @@
|
|||||||
components:
|
components:
|
||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
icon: White/Actions/changeling.rsi/tentacle_arm.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: tentacle_arm
|
||||||
event: !type:TentacleArmActionEvent
|
event: !type:TentacleArmActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
- type: LesserFormRestricted
|
- type: LesserFormRestricted
|
||||||
@@ -267,7 +301,9 @@
|
|||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
icon: White/Actions/changeling.rsi/biodegrade.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: biodegrade
|
||||||
event: !type:BiodegradeActionEvent
|
event: !type:BiodegradeActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
|
|
||||||
@@ -280,7 +316,9 @@
|
|||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
icon: White/Actions/changeling.rsi/augmented_eyesight.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: augmented_eyesight
|
||||||
event: !type:AugmentedEyesightActionEvent
|
event: !type:AugmentedEyesightActionEvent
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -292,7 +330,9 @@
|
|||||||
- type: InstantAction
|
- type: InstantAction
|
||||||
itemIconStyle: NoItem
|
itemIconStyle: NoItem
|
||||||
checkCanInteract: false
|
checkCanInteract: false
|
||||||
icon: White/Actions/changeling.rsi/dissonant_shriek.png
|
icon:
|
||||||
|
sprite: White/Actions/changeling.rsi
|
||||||
|
state: dissonant_shriek
|
||||||
event: !type:DissonantShriekActionEvent
|
event: !type:DissonantShriekActionEvent
|
||||||
useDelay: 1
|
useDelay: 1
|
||||||
- type: LesserFormRestricted
|
- type: LesserFormRestricted
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 723 B |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "By SS14 Giedi Prime",
|
"copyright": "By SS14 Giedi Prime, hive_head by .keki4",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
|
|||||||
Reference in New Issue
Block a user