forked from tgstation/TerraGov-Marine-Corps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tgstation/TerraGov-Marine…
- Loading branch information
Showing
16 changed files
with
136 additions
and
5 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
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
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
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
39 changes: 39 additions & 0 deletions
39
code/modules/mob/living/carbon/xenomorph/castes/nymph/castedatum_nymph.dm
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,39 @@ | ||
/datum/xeno_caste/nymph | ||
caste_name = "Nymph" | ||
display_name = "Nymph" | ||
upgrade_name = "" | ||
caste_desc = "" | ||
wound_type = "" | ||
|
||
caste_type_path = /mob/living/carbon/xenomorph/nymph | ||
|
||
tier = XENO_TIER_MINION | ||
upgrade = XENO_UPGRADE_BASETYPE | ||
|
||
// *** Melee Attacks *** // | ||
melee_damage = 8 | ||
|
||
// *** Speed *** // | ||
speed = 0 | ||
|
||
// *** Plasma *** // | ||
plasma_max = 500 | ||
plasma_gain = 20 | ||
|
||
// *** Health *** // | ||
max_health = 120 | ||
|
||
// *** Flags *** // | ||
caste_flags = CASTE_DO_NOT_ALERT_LOW_LIFE|CASTE_IS_A_MINION|CASTE_IS_BUILDER | ||
can_flags = CASTE_CAN_BE_QUEEN_HEALED|CASTE_CAN_BE_GIVEN_PLASMA | ||
|
||
// *** Defense *** // | ||
soft_armor = list(MELEE = 10, BULLET = 10, LASER = 10, ENERGY = 10, BOMB = 0, BIO = 10, FIRE = 10, ACID = 10) | ||
|
||
minimap_icon = "xenominion" | ||
|
||
actions = list( | ||
/datum/action/xeno_action/xeno_resting, | ||
/datum/action/xeno_action/activable/secrete_resin, | ||
/datum/action/xeno_action/activable/plant_weeds, | ||
) |
14 changes: 14 additions & 0 deletions
14
code/modules/mob/living/carbon/xenomorph/castes/nymph/nymph.dm
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,14 @@ | ||
/mob/living/carbon/xenomorph/nymph | ||
caste_base_type = /mob/living/carbon/xenomorph/nymph | ||
name = "Nymph" | ||
desc = "An ant-looking creature." | ||
icon = 'icons/Xeno/castes/nymph.dmi' | ||
icon_state = "Nymph Walking" | ||
health = 200 | ||
maxHealth = 200 | ||
plasma_stored = 50 | ||
pixel_x = -16 | ||
old_x = -16 | ||
tier = XENO_TIER_MINION | ||
upgrade = XENO_UPGRADE_BASETYPE | ||
pull_speed = -2 |
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,5 @@ | ||
author: "Xander3359" | ||
delete-after: True | ||
changes: | ||
- rscadd: "Tricord, Paracetamol and Isotonic to NTMed" | ||
- rscadd: "NTMED in Valhalla with more stock" |
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,6 @@ | ||
author: "Lumipharon" | ||
delete-after: True | ||
changes: | ||
- balance: "Throwing things into windows will no longer stop the throw if the window breaks from the impact" | ||
- balance: "Throwing mobs into windows hurts like a wall throw" | ||
- balance: "Throwing mobs into a window scales damage to the window based on mob size" |
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,4 @@ | ||
author: "ZeWaka" | ||
delete-after: True | ||
changes: | ||
- bugfix: "You should no longer get the 'You left the Larva queue.' message when returning to your corpse." |
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,4 @@ | ||
author: "Waselon" | ||
delete-after: True | ||
changes: | ||
- rscadd: "New xeno support minion: Nymph" |
Binary file not shown.
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