Skip to content

Commit

Permalink
Танк для TearDrop (#780)
Browse files Browse the repository at this point in the history
Танк без снаряги для TearDrop шипа
  • Loading branch information
VastKilleroOm authored Jun 26, 2024
1 parent 8b1ebb3 commit 14ba08c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_celadon/mechas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ID мода: MECHAS

### Описание мода

Этот мод переносит со старого билда все наши новые мехи.
Этот мод переносит со старого билда все наши новые мехи. А так же танк.
<!--
Что он делает, что добавляет: что, куда, зачем и почему - всё здесь.
А также любая полезная информация.
Expand Down Expand Up @@ -73,7 +73,7 @@ ID мода: MECHAS

### Авторы:

p2Belial, перенос - MrCat15352
p2Belial, танк - VastKilleroOm, перенос - MrCat15352
<!--
Здесь находится твой никнейм
Если работал совместно - никнеймы тех, кто помогал.
Expand Down
1 change: 1 addition & 0 deletions mod_celadon/mechas/_mechas.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "code/combat/durand.dm"
#include "code/combat/gygax.dm"
#include "code/combat/tank.dm"
#include "code/medical/odysseus.dm"
#include "code/working/ripley.dm"
#include "code/equipment/work_tools.dm"
Expand Down
21 changes: 21 additions & 0 deletions mod_celadon/mechas/code/combat/tank.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/obj/mecha/combat/tanklp
name = "\improper Armored Combat Vehicle \"Tank\""
desc = "What the? Where the hell did that tank come from?!? "

icon = 'mod_celadon/mechas/icons/mecha_96x96.dmi'
icon_state = "red"

stepsound = 'sound/mecha/mechstep.ogg'
turnsound = 'sound/mecha/mechturn.ogg'

armor = list("melee" = 40, "bullet" = 20, "laser" = 10, "energy" = 20, "bomb" = 40, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 100)

wreckage = /obj/structure/mecha_wreckage/tank
max_equip = 1
exit_delay = 40
step_in = 5
dir_in = 1 //Facing North.
max_integrity = 200
pixel_x = -32
pixel_y = -32
// Modular red tank without equipment //
Binary file added mod_celadon/mechas/icons/mecha_96x96.dmi
Binary file not shown.

0 comments on commit 14ba08c

Please sign in to comment.