Skip to content

Commit

Permalink
Purple Tear Weapon (#1513)
Browse files Browse the repository at this point in the history
Power effects this die x2

Oh boy, this ones funny.

Adds PT file, Weapon Sprites, and Sounds.

Inhands and Status sprites added

fucking oopsx2

added guard stance effect and force boost

added mirage storm

guard stance shield fix

adjusted sleep times

mirage storm tweaks

moved ability to the charging type (thanks blue sicko)

1 charge per hit, no refunds

buff at the end of mirage storm

I love running 4 for loops in a single proc

think i fucked up in the last branch, oh well!

mirage storm reset

fuck. nevermind charging type does not work at all

refined mirage storm a bit

ability now works in a (hopefully) non weird way

new beam baby

fuck it, it works

I FORGOR

got rid of a redundancy or two
  • Loading branch information
TheBronJameOffical authored Oct 11, 2023
1 parent bcb2c42 commit aee88db
Show file tree
Hide file tree
Showing 21 changed files with 555 additions and 7 deletions.
Binary file modified ModularTegustation/Teguicons/lc13_left.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/lc13_left_64x64.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/lc13_right.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/lc13_right_64x64.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/lc13_weapons.dmi
Binary file not shown.
Binary file modified ModularTegustation/Teguicons/status_sprites.dmi
Binary file not shown.
13 changes: 8 additions & 5 deletions ModularTegustation/tegu_items/refinery/crates/workshop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
/obj/item/ego_weapon/city/donghwan,
/obj/item/ego_weapon/city/mirae,
/obj/item/ego_weapon/city/mirae/page,
/obj/item/clothing/suit/armor/ego_gear/city/udjat,)
/obj/item/clothing/suit/armor/ego_gear/city/udjat,
)

//Includes Molar, Hook Office, Misc fixers, Gaze Office and Jeong's Office, as well as color fixers
/obj/structure/lootcrate/workshopallas
Expand Down Expand Up @@ -60,8 +61,9 @@
/obj/item/ego_weapon/black_silence_gloves,
/obj/item/ego_weapon/city/vermillion,
/obj/item/ego_weapon/mimicry/kali,
/obj/item/ego_weapon/city/reverberation)

/obj/item/ego_weapon/city/reverberation,
/obj/item/ego_weapon/city/pt/slash,
)

//Zelkova Workshop is the last one, Includes Dawn office, Wedge Office and Fullstop.
//Basically this is the low-level Fixers on Ecorp
Expand Down Expand Up @@ -95,7 +97,8 @@
/obj/item/gun/ego_gun/city/fullstop/deagle,
/obj/item/clothing/suit/armor/ego_gear/city/dawnleader,
/obj/item/clothing/suit/armor/ego_gear/city/wedgeleader,
/obj/item/clothing/suit/armor/ego_gear/city/fullstopleader,)
/obj/item/clothing/suit/armor/ego_gear/city/fullstopleader,
)

//Rosespanner Workshop. Mostly cheap to actually take advantage of the Gearsystem
/obj/structure/lootcrate/workshoprosespanner
Expand All @@ -106,7 +109,7 @@
/obj/item/rosespanner_gear,
/obj/item/rosespanner_gear/white,
/obj/item/rosespanner_gear/black,
)
)

rareloot = list(
/obj/item/ego_weapon/city/charge/rosespanner/hammer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
ready = TRUE
to_chat(user, "<span class='notice'>I AM NOT SATED.</span>")



/obj/item/ego_weapon/mimicry/kali
name = "True Mimicry"
desc = "What is the meaning of 'Human'? Does it matter?"
Expand Down
Loading

0 comments on commit aee88db

Please sign in to comment.