forked from space-wizards/space-station-14
-
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.
* Xeno Hunter Добовляет ксеноморфа охотника * fix * fix2 * ffffff
- Loading branch information
1 parent
c3e339f
commit acdf403
Showing
12 changed files
with
167 additions
and
0 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
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/starshine/ss14-ru/prototypes/entities/mobs/npcs/regalrat.ftl
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-MobXenoHunter = ксеноморф охотник | ||
.desc = Обычно они приходят ночью. Обычно... |
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
82 changes: 82 additions & 0 deletions
82
Resources/Prototypes/Starshine/Entities/Mobs/NPCs/xenomorph.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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Hacky for the stress test so don't even consider adding to this | ||
- type: entity | ||
name: Hunter | ||
id: MobXenoHunter | ||
parent: MobXeno | ||
components: | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed : 3.5 | ||
baseSprintSpeed : 6.5 | ||
- type: Tool | ||
speed: 1.5 | ||
- type: Hands | ||
- type: ComplexInteraction | ||
- type: Sprite | ||
sprite: Starshine/Mobs/Aliens/Xeno/hunter.rsi | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: | ||
!type:PhysShapeCircle | ||
radius: 0.4 | ||
density: 1000 | ||
mask: | ||
- MobMask | ||
layer: | ||
- MobLayer | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
150: Dead | ||
- type: SlowOnDamage | ||
speedModifierThresholds: | ||
120: 0.7 | ||
- type: Damageable | ||
damageModifierSet: Xenomorhp | ||
- type: Stamina | ||
critThreshold: 400 | ||
- type: MeleeWeapon | ||
altDisarm: false | ||
damage: | ||
types: | ||
Slash: 20 | ||
Structural: 20 | ||
- type: StaminaDamageOnHit | ||
damage: 40 | ||
- type: Puller | ||
needsHands: false | ||
- type: GhostRole | ||
allowMovement: true | ||
allowSpeech: true | ||
makeSentient: true | ||
name: ghost-role-information-xenomorph-hunter-name | ||
description: ghost-role-information-xenomorph-hunter-description | ||
rules: ghost-role-information-xenomorph-hunter-rules | ||
raffle: | ||
settings: default | ||
- type: GhostTakeoverAvailable | ||
- type: TypingIndicator | ||
proto: alien | ||
- type: Temperature | ||
heatDamageThreshold: 360 | ||
coldDamageThreshold: -150 | ||
currentTemperature: 310.15 | ||
- type: NoSlip | ||
- type: Perishable #Ummmm the acid kills a lot of the bacteria or something | ||
molsPerSecondPerUnitMass: 0.0005 | ||
- type: Speech | ||
speechVerb: LargeMob | ||
- type: PassiveDamage # Around 15 damage a minute healed | ||
allowedStates: | ||
- Alive | ||
damageCap: 150 | ||
damage: | ||
types: | ||
Heat: -0.25 | ||
Bloodloss: -0.1 | ||
groups: | ||
Brute: -0.25 | ||
- type: NightVision | ||
isToggle: true | ||
color: "#808080" | ||
playSoundOn: false |
20 changes: 20 additions & 0 deletions
20
Resources/Prototypes/Starshine/Entities/Spawners/ghost_roles.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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
- type: entity | ||
id: SpawnPointGhostXenoHunter | ||
name: ghost role spawn point | ||
suffix: xenomorph hunter | ||
parent: MarkerBase | ||
components: | ||
- type: GhostRole | ||
name: ghost-role-information-xenomorph-hunter-name | ||
description: ghost-role-information-xenomorph-hunter-description | ||
rules: ghost-role-information-xenomorph-hunter-rules | ||
raffle: | ||
settings: default | ||
- type: GhostRoleMobSpawner | ||
prototype: MobXenoHunter | ||
- type: Sprite | ||
sprite: Markers/jobs.rsi | ||
layers: | ||
- state: green | ||
- sprite: Starshine/Mobs/Aliens/Xeno/hunter.rsi | ||
state: running |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
Resources/Textures/Starshine/Mobs/Aliens/Xeno/hunter.rsi/meta.json
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from Colonial Marines at commit https://gitlab.com/cmdevs/colonial-warfare/-/commit/f6b3c61fcbfe73a3f0f92edd5fc441ef845017e5 Sprites centered by metalgearsloth", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "running", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "walking", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "sleeping" | ||
}, | ||
{ | ||
"name": "crit" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+849 Bytes
Resources/Textures/Starshine/Mobs/Aliens/Xeno/hunter.rsi/sleeping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.