-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds in a special blade and refactors the plasma blade.
- Loading branch information
1 parent
e60f82d
commit c425a58
Showing
6 changed files
with
43 additions
and
7 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
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
21 changes: 21 additions & 0 deletions
21
maplestation_modules/story_content/armored_corps/code/melee/void_blade.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,21 @@ | ||
/// Void Blade, an upgraded version of the plasma blade | ||
/obj/item/melee/maple_plasma_blade/void_blade | ||
name = "void blade" | ||
desc = "An upgraded version of the plasma blade. The interior plasma absorbs energy, causing a darkened apperance and a shearing effect to anything caught in the blade. The guard seems to be stylized in the shape of some winged entity." | ||
force = 8 | ||
throwforce = 10 | ||
throw_speed = 4 | ||
throw_range = 7 | ||
icon_state = "dark_blade" | ||
base_icon_state = "dark_blade" | ||
icon = 'maplestation_modules/story_content/armored_corps/icons/dark_blade.dmi' | ||
inhand_icon_state = "dark_blade" | ||
lefthand_file = 'maplestation_modules/story_content/armored_corps/icons/inhands/dark_blade_lefthand.dmi' | ||
righthand_file = 'maplestation_modules/story_content/armored_corps/icons/inhands/dark_blade_righthand.dmi' | ||
hitsound = 'sound/weapons/genhit1.ogg' | ||
attack_verb_continuous = list("stubs","whacks","bludgeons") | ||
attack_verb_simple = list("stub","whack","bludgeon") | ||
armour_penetration = 25 | ||
active_force = 25 | ||
active_throwforce = 20 | ||
active_light_color = COLOR_STRONG_VIOLET |
Binary file added
BIN
+403 Bytes
maplestation_modules/story_content/armored_corps/icons/dark_blade.dmi
Binary file not shown.
Binary file added
BIN
+525 Bytes
maplestation_modules/story_content/armored_corps/icons/inhands/dark_blade_lefthand.dmi
Binary file not shown.
Binary file added
BIN
+517 Bytes
maplestation_modules/story_content/armored_corps/icons/inhands/dark_blade_righthand.dmi
Binary file not shown.