-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the ICC LVRT 'Fallow' vehicle. (#16597)
Co-authored-by: ivanmixo <[email protected]>
- Loading branch information
Showing
21 changed files
with
361 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE | ||
"a" = ( | ||
/turf/closed/interior/apc/nineteen, | ||
/area/interior/tank) | ||
"b" = ( | ||
/turf/closed/interior/tank/door, | ||
/area/interior/tank) | ||
"f" = ( | ||
/obj/structure/bed/chair/vehicle_crew/gunner, | ||
/turf/open/interior/apc/twentynine, | ||
/area/interior/tank) | ||
"h" = ( | ||
/turf/closed/interior/apc/five, | ||
/area/interior/tank) | ||
"j" = ( | ||
/turf/closed/interior/apc/one, | ||
/area/interior/tank) | ||
"l" = ( | ||
/obj/structure/bed/chair/loader_seat{ | ||
pixel_y = -5 | ||
}, | ||
/obj/structure/periscope, | ||
/turf/open/interior/apc/nine, | ||
/area/interior/tank) | ||
"r" = ( | ||
/turf/closed/interior/tank/twentythree, | ||
/area/interior/tank) | ||
"t" = ( | ||
/turf/closed/interior/apc/twentyfour, | ||
/area/interior/tank) | ||
"u" = ( | ||
/obj/structure/gun_breech/lvrt{ | ||
pixel_x = -13; | ||
pixel_y = -8 | ||
}, | ||
/obj/structure/gun_breech/secondary/lvrt{ | ||
pixel_x = -21; | ||
pixel_y = 4 | ||
}, | ||
/turf/closed/interior/tank/seventeen, | ||
/area/interior/tank) | ||
"v" = ( | ||
/turf/open/interior/apc/twentynine, | ||
/area/interior/tank) | ||
"w" = ( | ||
/turf/closed/interior/apc/twenty, | ||
/area/interior/tank) | ||
"x" = ( | ||
/turf/open/interior/apc/nine, | ||
/area/interior/tank) | ||
"z" = ( | ||
/turf/closed/interior/apc/thirteen, | ||
/area/interior/tank) | ||
"A" = ( | ||
/turf/closed/interior/apc/two, | ||
/area/interior/tank) | ||
"D" = ( | ||
/turf/closed/interior/apc/twentyeight, | ||
/area/interior/tank) | ||
"E" = ( | ||
/turf/closed/interior/apc/twelve, | ||
/area/interior/tank) | ||
"L" = ( | ||
/obj/structure/ammo_rack/primary/icc{ | ||
pixel_x = -1; | ||
pixel_y = -9 | ||
}, | ||
/obj/structure/ammo_rack/secondary/icc{ | ||
pixel_x = 0; | ||
pixel_y = -18 | ||
}, | ||
/turf/closed/interior/apc/two, | ||
/area/interior/tank) | ||
"M" = ( | ||
/turf/closed/interior/apc/twentyseven, | ||
/area/interior/tank) | ||
"S" = ( | ||
/obj/structure/bed/chair/vehicle_crew/driver{ | ||
pixel_y = -6 | ||
}, | ||
/turf/open/interior/apc/eleven, | ||
/area/interior/tank) | ||
"V" = ( | ||
/turf/closed/interior/apc/twentythree, | ||
/area/interior/tank) | ||
"X" = ( | ||
/obj/machinery/telecomms/relay/preset/telecomms/onboard/nondense, | ||
/turf/closed/interior/apc/six, | ||
/area/interior/tank) | ||
"Z" = ( | ||
/turf/closed/interior/apc/four, | ||
/area/interior/tank) | ||
|
||
(1,1,1) = {" | ||
j | ||
z | ||
b | ||
z | ||
a | ||
"} | ||
(2,1,1) = {" | ||
A | ||
x | ||
v | ||
v | ||
M | ||
"} | ||
(3,1,1) = {" | ||
Z | ||
l | ||
v | ||
f | ||
M | ||
"} | ||
(4,1,1) = {" | ||
L | ||
x | ||
u | ||
r | ||
M | ||
"} | ||
(5,1,1) = {" | ||
h | ||
S | ||
M | ||
V | ||
w | ||
"} | ||
(6,1,1) = {" | ||
X | ||
E | ||
t | ||
t | ||
D | ||
"} |
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,2 @@ | ||
/datum/interior/armored/icc_lvrt | ||
template = /datum/map_template/interior/icc_recontank |
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
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,41 @@ | ||
// Fallow weapons are below. | ||
/obj/item/armored_weapon/icc_lvrt_sarden | ||
name = "\improper EM-2600 'SARDEN' Autocannon" | ||
desc = "A 30mm Autocannon for the LVRT 'Fallow'. A surprisingly powerful autocannon. Sadly, beltfeeding system was lost in the slew of budget cuts related to the system. It is loaded with 4 round clips." | ||
icon_state = "icc_lvrt_autocannon" | ||
fire_sound = SFX_AC_FIRE | ||
ammo = /obj/item/ammo_magazine/tank/sarden_clip | ||
accepted_ammo = list(/obj/item/ammo_magazine/tank/sarden_clip, /obj/item/ammo_magazine/tank/sarden_clip/high_explosive) | ||
fire_mode = GUN_FIREMODE_AUTOMATIC | ||
variance = 2 | ||
projectile_delay = 0.65 SECONDS | ||
rearm_time = 0.5 SECONDS | ||
hud_state_empty = "rifle_empty" | ||
|
||
/obj/item/armored_weapon/icc_lvrt_cannon | ||
name = "\improper EM-2500 Low Veloity Cannon" | ||
desc = "A 76mm low velocity cannon for the LVRT 'Fallow'. It has slow travel speed and solid explosive performance. It is loaded with 76mm shells." | ||
icon_state = "icc_lvrt_cannon" | ||
fire_sound = SFX_AC_FIRE | ||
ammo = /obj/item/ammo_magazine/tank/icc_lowvel_cannon | ||
accepted_ammo = list(/obj/item/ammo_magazine/tank/icc_lowvel_cannon, /obj/item/ammo_magazine/tank/icc_lowvel_cannon/high_explosive) | ||
variance = 0 | ||
projectile_delay = 1.5 SECONDS | ||
rearm_time = 1.5 SECONDS | ||
hud_state_empty = "rifle_empty" | ||
|
||
// generic coax | ||
|
||
/obj/item/armored_weapon/icc_coaxial | ||
name = "EM-94 Coaxial Chain gun (10x26mm)" | ||
desc = "A beltfed coaxial with ICC markings that spews lead. Requires the Barrel shroud and power system of a vehicle to use in any way shape and form. Can use either standard ML-41 Boxes or vehicle specific boxes." | ||
icon_state = "icc_lvrt_coax" | ||
fire_sound = 'sound/weapons/guns/fire/tgmc/kinetic/gun_mg60.ogg' | ||
armored_weapon_flags = MODULE_SECONDARY|MODULE_FIXED_FIRE_ARC | ||
ammo = /obj/item/ammo_magazine/icc_mg | ||
accepted_ammo = list(/obj/item/ammo_magazine/icc_mg) | ||
fire_mode = GUN_FIREMODE_AUTOMATIC | ||
projectile_delay = 0.15 SECONDS | ||
variance = 5 | ||
rearm_time = 3 SECONDS | ||
hud_state_empty = "rifle_empty" |
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,37 @@ | ||
/obj/vehicle/sealed/armored/multitile/icc_lvrt | ||
name = "\improper LVRT 'Fallow' Recce Vehicle" | ||
desc = "The Light Vehicle, Recce, Tracked 'Fallow' is an ICC reconnaissance vehicle built to go fast in order to scout out and poke at enemy positions. Accepts either a low velocity tank cannon or a SARDEN as armament." | ||
icon = 'icons/obj/armored/2x2/icc_lvrt.dmi' | ||
icon_state = "icc_lvrt" | ||
turret_icon = 'icons/obj/armored/2x2/icc_lvrt_gun.dmi' | ||
turret_icon_state = "icc_lvrt_turret" | ||
damage_icon_path = 'icons/obj/armored/2x2/icc_lvrt_damage.dmi' | ||
interior = /datum/interior/armored/icc_lvrt | ||
hitbox = /obj/hitbox/medium | ||
armored_flags = ARMORED_HAS_PRIMARY_WEAPON|ARMORED_HAS_SECONDARY_WEAPON|ARMORED_HAS_HEADLIGHTS|ARMORED_HAS_UNDERLAY | ||
permitted_weapons = list(/obj/item/armored_weapon/icc_lvrt_sarden, /obj/item/armored_weapon/icc_lvrt_cannon, /obj/item/armored_weapon/icc_coaxial) | ||
permitted_mods = list(/obj/item/tank_module/ability/smoke_launcher) | ||
required_entry_skill = SKILL_LARGE_VEHICLE_DEFAULT | ||
minimap_icon_state = "apc" | ||
max_integrity = 450 | ||
soft_armor = list(MELEE = 40, BULLET = 60 , LASER = 60, ENERGY = 60, BOMB = 40, BIO = 60, FIRE = 40, ACID = 40) | ||
max_occupants = 5 //Boy is TINY. | ||
pixel_x = 0 | ||
pixel_y = -40 | ||
enter_delay = 0.5 SECONDS | ||
ram_damage = 25 | ||
move_delay = 0.25 SECONDS | ||
easy_load_list = list( | ||
/obj/item/ammo_magazine/tank, | ||
/obj/structure/largecrate, | ||
/obj/structure/closet/crate, | ||
) | ||
|
||
/obj/vehicle/sealed/armored/multitile/icc_lvrt/enter_locations(atom/movable/entering_thing) | ||
return list(get_step(src, REVERSE_DIR(dir))) | ||
|
||
/obj/vehicle/sealed/armored/multitile/icc_lvrt/Initialize(mapload) | ||
. = ..() | ||
var/obj/item/armored_weapon/icc_coaxial/gun = new(src) | ||
gun.attach(src) | ||
gun.attach(src) |
Oops, something went wrong.