-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Cone compare to module - Sprinter module - EFF module - Energy spear module - Blade module
- Loading branch information
Resomi Enjoer
committed
Oct 15, 2023
1 parent
a93c321
commit 0c75884
Showing
22 changed files
with
470 additions
and
221 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,2 @@ | ||
#define LAPLAS_ANOMALISTIC_NAME "Laplas anomalistic" | ||
#define CARGO_LAPLAS_ANOMALISTIC (1<<10) |
36 changes: 0 additions & 36 deletions
36
tff_modular/master_files/code/modules/mod/modules/engineering_utility_module.dm
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
tff_modular/master_files/code/modules/mod/modules/rig_module.dm
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+1.85 KB
(170%)
tff_modular/master_files/icons/obj/clothing/modsuits/mod_clothing.dmi
Binary file not shown.
Binary file modified
BIN
+1.26 KB
(130%)
tff_modular/master_files/icons/obj/clothing/modsuits/mod_modules.dmi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
tff_modular/modules/tff_cargo/company_imports/laplas_anomalistic.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 @@ | ||
/datum/armament_entry/company_import/laplas_anomalistic | ||
category = LAPLAS_ANOMALISTIC_NAME | ||
company_bitflag = CARGO_LAPLAS_ANOMALISTIC | ||
|
||
/datum/armament_entry/company_import/laplas_anomalistic/modsuits | ||
subcategory = "MOD desings" | ||
|
||
/datum/armament_entry/company_import/laplas_anomalistic/modsuits/energy_spear | ||
item_type = /obj/item/mod/module/energy_spear | ||
cost = PAYCHECK_COMMAND * 8 | ||
|
||
/datum/armament_entry/company_import/laplas_anomalistic/modsuits/mod_blade | ||
item_type = /obj/item/mod/module/itemgive/mod_blade | ||
cost = PAYCHECK_COMMAND * 10 |
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,24 @@ | ||
/obj/item/mod/construction/plating/rnd | ||
icon = 'tff_modular/master_files/icons/obj/mod.dmi' | ||
theme = /datum/mod_theme/rnd | ||
|
||
/obj/item/mod/control/rnd | ||
worn_icon = 'tff_modular/master_files/icons/mob/clothing/modsuits/tff_mod.dmi' | ||
icon = 'tff_modular/master_files/icons/obj/clothing/modsuits/mod_clothing.dmi' | ||
icon_state = "rnd-control" | ||
theme = /datum/mod_theme/rnd | ||
|
||
/obj/item/mod/control/pre_equipped/rnd | ||
worn_icon = 'tff_modular/master_files/icons/mob/clothing/modsuits/tff_mod.dmi' | ||
icon = 'tff_modular/master_files/icons/obj/clothing/modsuits/mod_clothing.dmi' | ||
icon_state = "rnd-control" | ||
theme = /datum/mod_theme/rnd | ||
starting_frequency = MODLINK_FREQ_NANOTRASEN | ||
applied_cell = /obj/item/stock_parts/cell/hyper | ||
applied_modules = list( | ||
/obj/item/mod/module/dna_lock, | ||
/obj/item/mod/module/emp_shield, | ||
/obj/item/mod/module/flashlight, | ||
/obj/item/mod/module/storage/bluespace, | ||
/obj/item/mod/module/tether, | ||
) |
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
Oops, something went wrong.