Skip to content

Commit

Permalink
updates raptor cybernetics (#2190)
Browse files Browse the repository at this point in the history
Update robot_bodyparts.dm
  • Loading branch information
aKromatopzia authored and StealsThePRs committed Apr 27, 2024
1 parent 562e875 commit a8c8b93
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modular_nova/modules/tesh_augments/code/robot_bodyparts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
/*
The damage modifiers here are modified to stay in line with teshari
Although I'm not sure if it's redundant, better safe than sorry.
Addendum: the limbs lack "limb_id = SPECIES_TESHARI". if this becomes a problem, just put those in xoxo -aKhro
*/

#define TESHARI_PUNCH_LOW 2
Expand Down Expand Up @@ -54,6 +56,7 @@

brute_modifier = 1
burn_modifier = 0.9
speed_modifier = -0.1

/obj/item/bodypart/leg/right/robot/teshari
name = "cybernetic right raptoral hindlimb"
Expand All @@ -64,6 +67,7 @@

unarmed_damage_low = TESHARI_PUNCH_LOW
unarmed_damage_high = TESHARI_PUNCH_HIGH
speed_modifier = -0.1

brute_modifier = 1
burn_modifier = 0.9
Expand Down Expand Up @@ -146,6 +150,7 @@

brute_modifier = 1.25
burn_modifier = 1.2
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_PROSTHESIS
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_PROSTHESIS
Expand All @@ -164,6 +169,7 @@

brute_modifier = 1.25
burn_modifier = 1.2
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_PROSTHESIS
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_PROSTHESIS
Expand Down Expand Up @@ -220,6 +226,7 @@

brute_modifier = 1.25
burn_modifier = 1.2
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_PROSTHESIS

Expand All @@ -239,6 +246,7 @@

brute_modifier = 1.25
burn_modifier = 1.2
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_PROSTHESIS
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_PROSTHESIS
Expand Down Expand Up @@ -295,6 +303,7 @@

brute_modifier = 0.8
burn_modifier = 1
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_ADVANCED
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_ADVANCED
Expand All @@ -313,6 +322,7 @@

brute_modifier = 0.8
burn_modifier = 1
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_ADVANCED
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_ADVANCED
Expand Down Expand Up @@ -367,6 +377,7 @@

brute_modifier = 1
burn_modifier = 0.9
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_ADVANCED
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_ADVANCED
Expand All @@ -385,6 +396,7 @@

brute_modifier = 1
burn_modifier = 0.9
speed_modifier = -0.1

max_damage = LIMB_MAX_HP_ADVANCED
body_damage_coeff = LIMB_BODY_DAMAGE_COEFFICIENT_ADVANCED
Expand Down

0 comments on commit a8c8b93

Please sign in to comment.