-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Xeno Maid #888
Merged
Merged
[FEATURE] Xeno Maid #888
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
369f7a2
add new xenos virus
CrimeMoot ad72ee8
r
CrimeMoot 7a4fa9b
fix MaidMorph
CrimeMoot 0e7bcb6
Merge branch 'master' into pr/888
Roudenn cd90553
Merge branch 'master' into pr/888
Roudenn adf791c
Slerm real
Roudenn 0c01f84
Merge branch 'master' into pr/888
Roudenn 66022d0
uuhhh fix it NOW
Roudenn 7d5c8e0
fix
Rxup File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
- type: entity | ||
id: MobMaidXeno | ||
parent: MobXeno | ||
name: горничная ксеноморфа | ||
description: Это чертовски мило, пока она сытная. | ||
components: | ||
- type: LagCompensation | ||
- type: Input | ||
context: "human" | ||
- type: MovedByPressure | ||
- type: DamageOnHighSpeedImpact | ||
damage: | ||
types: | ||
Blunt: 5 | ||
soundHit: | ||
path: /Audio/Effects/hit_kick.ogg | ||
- type: Sprite | ||
drawdepth: Mobs | ||
sprite: Backmen/Mobs/Aliens/Xenos/maidxenos.rsi | ||
layers: | ||
- map: ["enum.DamageStateVisualLayers.Base"] | ||
state: running | ||
noRot: true | ||
netsync: false | ||
- type: Clickable | ||
- type: InteractionOutline | ||
- type: SolutionContainerManager | ||
- type: AtmosExposed | ||
- type: MobThresholds | ||
thresholds: | ||
0: Alive | ||
100: Dead | ||
- type: Internals | ||
- type: Damageable | ||
damageContainer: Biological | ||
damageModifierSet: Xenolian | ||
- type: Body | ||
prototype: Animal | ||
- type: Actions | ||
- type: DoAfter | ||
- type: Polymorphable | ||
- type: Buckle | ||
- type: Insulated | ||
- type: Hands | ||
showInHands: true | ||
- type: MobState | ||
allowedStates: | ||
- Alive | ||
- Dead | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed : 2.5 | ||
baseSprintSpeed : 4 | ||
- type: Stamina | ||
critThreshold: 500 | ||
- type: Appearance | ||
- type: Bloodstream | ||
bloodMaxVolume: 0 | ||
- type: UnpoweredFlashlight | ||
- type: PointLight | ||
enabled: false | ||
radius: 4 | ||
color: "purple" | ||
- type: Puller | ||
needsHands: false | ||
- type: NoSlip | ||
- type: IgnoreSpiderWeb | ||
- type: IntrinsicRadioReceiver | ||
- type: ActiveRadio | ||
channels: | ||
- Hivemind | ||
- type: IntrinsicRadioTransmitter | ||
channels: | ||
- Hivemind | ||
- type: LizardAccent | ||
- type: Speech | ||
speechSounds: Xeno | ||
- type: Eye | ||
drawFov: false | ||
- type: SolutionRegeneration | ||
solution: spray | ||
generated: | ||
reagents: | ||
- ReagentId: Water | ||
Quantity: 10 | ||
- type: Access | ||
tags: | ||
- Xeno | ||
- type: LanguageSpeaker | ||
currentLanguage: Xeno | ||
- type: LanguageKnowledge | ||
speaks: | ||
- Xeno | ||
understands: | ||
- Xeno | ||
- TauCetiBasic |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/Backmen/Mobs/Aliens/Xenos/maidxenos.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,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from Yogstation at https://github.com/yogstation13/Yogstation/blob/79ec28fd4d17e03308adee9b06f94850ac1cd5c1/icons/mob/alien.dmi | Modificated @CrimeMoot", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "running", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.47 KB
Resources/Textures/Backmen/Mobs/Aliens/Xenos/maidxenos.rsi/running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Необходимо пересмотреть баланс вероятностей трансформации
Общая вероятность всех трансформаций (0.1015 или ~10%) кажется слишком высокой для позднего этапа болезни. Рекомендуется уменьшить вероятности для лучшего игрового баланса.
Предлагаемые изменения:
📝 Committable suggestion