diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-03-23 14:51:06 +0000 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-03-23 14:51:06 +0000 |
| commit | 6312636fd9a4d0f56dc7c9ff474a99d879bcb4e9 (patch) | |
| tree | e3279753210bfb169a00cd3f146a80baf624150e /misc | |
| parent | e86949a1ad3269ec66c9de65e2c92f5e66251411 (diff) | |
Reworked the whole repo.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/AnimationAPI-1.7.10-1.2.4 src.zip | bin | 0 -> 12448 bytes | |||
| -rw-r--r-- | misc/CodeStyle.xml | 62 | ||||
| -rw-r--r-- | misc/Curses.txt | 50 | ||||
| -rw-r--r-- | misc/audio/Ambient.aup | 173 | ||||
| -rw-r--r-- | misc/effects.xlsx | bin | 0 -> 15854 bytes | |||
| -rw-r--r-- | misc/forge-1.7.10-10.13.0.1188-src.zip | bin | 0 -> 173591 bytes | |||
| -rw-r--r-- | misc/images/BlackHeart.png | bin | 0 -> 2259 bytes | |||
| -rw-r--r-- | misc/images/BlueHeart.png | bin | 0 -> 2313 bytes | |||
| -rw-r--r-- | misc/images/Icons.pdn | bin | 0 -> 6276 bytes | |||
| -rw-r--r-- | misc/images/Picture.png | bin | 0 -> 227502 bytes | |||
| -rw-r--r-- | misc/images/Picture.psd | bin | 0 -> 1768623 bytes | |||
| -rw-r--r-- | misc/images/RedModel.png | bin | 0 -> 2405 bytes | |||
| -rw-r--r-- | misc/images/ShadowEye.png | bin | 0 -> 3808 bytes | |||
| -rw-r--r-- | misc/images/ShadowEye.psd | bin | 0 -> 36555 bytes | |||
| -rw-r--r-- | misc/images/WhiteHeart.png | bin | 0 -> 2297 bytes | |||
| -rw-r--r-- | misc/images/curses0.png | bin | 0 -> 3145 bytes | |||
| -rw-r--r-- | misc/images/curses2.png | bin | 0 -> 29080 bytes | |||
| -rw-r--r-- | misc/images/tick.png | bin | 0 -> 328 bytes | |||
| -rw-r--r-- | misc/mcp_stable-12-1.7.10.zip | bin | 0 -> 209066 bytes | |||
| -rw-r--r-- | misc/mcp_stable_nodoc-12-1.7.10.zip | bin | 0 -> 100456 bytes | |||
| -rw-r--r-- | misc/models/HeartModel.tcn | bin | 0 -> 3677 bytes | |||
| -rw-r--r-- | misc/models/ModelHalfHeart.tcn | bin | 0 -> 3616 bytes | |||
| -rw-r--r-- | misc/models/ShadowEye.tcn | bin | 0 -> 4815 bytes | |||
| -rw-r--r-- | misc/models/hand.tcn | bin | 0 -> 1674 bytes | |||
| -rw-r--r-- | misc/models/handpedestal.tcn | bin | 0 -> 1683 bytes | |||
| -rw-r--r-- | misc/~$effects.xlsx | bin | 0 -> 165 bytes |
26 files changed, 285 insertions, 0 deletions
diff --git a/misc/AnimationAPI-1.7.10-1.2.4 src.zip b/misc/AnimationAPI-1.7.10-1.2.4 src.zip Binary files differnew file mode 100644 index 0000000..2679e9d --- /dev/null +++ b/misc/AnimationAPI-1.7.10-1.2.4 src.zip diff --git a/misc/CodeStyle.xml b/misc/CodeStyle.xml new file mode 100644 index 0000000..08c00f7 --- /dev/null +++ b/misc/CodeStyle.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<profiles version="2"> +<profile kind="CleanUpProfile" name="DarkKnight code" version="2"> +<setting id="cleanup.qualify_static_method_accesses_with_declaring_class" value="false"/> +<setting id="cleanup.always_use_this_for_non_static_method_access" value="false"/> +<setting id="cleanup.organize_imports" value="true"/> +<setting id="cleanup.remove_trailing_whitespaces_ignore_empty" value="false"/> +<setting id="cleanup.use_type_arguments" value="false"/> +<setting id="cleanup.format_source_code_changes_only" value="false"/> +<setting id="cleanup.qualify_static_field_accesses_with_declaring_class" value="false"/> +<setting id="cleanup.add_generated_serial_version_id" value="false"/> +<setting id="cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class" value="true"/> +<setting id="cleanup.remove_redundant_type_arguments" value="true"/> +<setting id="cleanup.remove_unused_imports" value="true"/> +<setting id="cleanup.insert_inferred_type_arguments" value="false"/> +<setting id="cleanup.make_private_fields_final" value="true"/> +<setting id="cleanup.use_lambda" value="true"/> +<setting id="cleanup.always_use_blocks" value="true"/> +<setting id="cleanup.use_this_for_non_static_field_access_only_if_necessary" value="true"/> +<setting id="cleanup.sort_members_all" value="false"/> +<setting id="cleanup.remove_trailing_whitespaces_all" value="true"/> +<setting id="cleanup.add_missing_annotations" value="true"/> +<setting id="cleanup.always_use_this_for_non_static_field_access" value="false"/> +<setting id="cleanup.make_parameters_final" value="false"/> +<setting id="cleanup.sort_members" value="false"/> +<setting id="cleanup.remove_private_constructors" value="true"/> +<setting id="cleanup.always_use_parentheses_in_expressions" value="false"/> +<setting id="cleanup.remove_unused_local_variables" value="true"/> +<setting id="cleanup.convert_to_enhanced_for_loop" value="true"/> +<setting id="cleanup.remove_unused_private_fields" value="true"/> +<setting id="cleanup.never_use_blocks" value="false"/> +<setting id="cleanup.add_missing_deprecated_annotations" value="true"/> +<setting id="cleanup.use_this_for_non_static_field_access" value="true"/> +<setting id="cleanup.remove_unnecessary_nls_tags" value="true"/> +<setting id="cleanup.qualify_static_member_accesses_through_instances_with_declaring_class" value="true"/> +<setting id="cleanup.add_missing_nls_tags" value="false"/> +<setting id="cleanup.remove_unnecessary_casts" value="true"/> +<setting id="cleanup.use_blocks_only_for_return_and_throw" value="false"/> +<setting id="cleanup.format_source_code" value="true"/> +<setting id="cleanup.convert_functional_interfaces" value="false"/> +<setting id="cleanup.add_default_serial_version_id" value="true"/> +<setting id="cleanup.remove_unused_private_methods" value="true"/> +<setting id="cleanup.remove_trailing_whitespaces" value="true"/> +<setting id="cleanup.make_type_abstract_if_missing_method" value="false"/> +<setting id="cleanup.add_serial_version_id" value="false"/> +<setting id="cleanup.use_this_for_non_static_method_access" value="true"/> +<setting id="cleanup.use_this_for_non_static_method_access_only_if_necessary" value="true"/> +<setting id="cleanup.use_anonymous_class_creation" value="false"/> +<setting id="cleanup.add_missing_override_annotations_interface_methods" value="true"/> +<setting id="cleanup.remove_unused_private_members" value="true"/> +<setting id="cleanup.make_local_variable_final" value="true"/> +<setting id="cleanup.add_missing_methods" value="true"/> +<setting id="cleanup.never_use_parentheses_in_expressions" value="true"/> +<setting id="cleanup.qualify_static_member_accesses_with_declaring_class" value="true"/> +<setting id="cleanup.use_parentheses_in_expressions" value="true"/> +<setting id="cleanup.add_missing_override_annotations" value="true"/> +<setting id="cleanup.use_blocks" value="false"/> +<setting id="cleanup.make_variable_declarations_final" value="false"/> +<setting id="cleanup.correct_indentation" value="true"/> +<setting id="cleanup.remove_unused_private_types" value="true"/> +</profile> +</profiles> diff --git a/misc/Curses.txt b/misc/Curses.txt new file mode 100644 index 0000000..439a2dd --- /dev/null +++ b/misc/Curses.txt @@ -0,0 +1,50 @@ +Curses +- Multiplicate number of enemies around you by 2 every time you get hit +- An enemy spawns 8 projectiles, 1 in each direction, when it is killed +- Whenever you get damaged, an item is either removed from inventory (if it has no durability) or reduces the durability +- Summons a monster whenever you use a potion +- All monsters change to a specific type (eg. a Zombie and 2 Skeletons become 3 Spiders) +- Previous curses remain attached to you even after you die (except this one) +- Half of the damage you deal to an enemy is redirected to you +- When near a player, one of your curses is transferred to him (except this one) +- You have half of your normal health and deal half as normal damage (this includes weapon damage) +- Only 25% of the mobs you kill have a chance of dropping experience +- When you kill too many mobs, a guardian is summoned +- Killing too many mobs sends you to the Shadows +- You are no longer able to speak (chat messages) +- There is a chance for a near-by Tile Entity to be removed +- Random chance of precious blocks to be removed +- Killing a boss results in you dying as well +- Every time you kill an animal, there is a 25% chance for a minion to spawn(they help you, but have low health) +- Killing a minnion summons a Dad +- Slaying a dad grants you one wish +- Next time you revive, an extra curse is permanently added to you +- You can shoot tears from your eyes +- Bloddy vision (simply annoying, but if you have tears you can do more damage) +- Swords deal more damage +- You destroy all blocks you are near +- Creepers blow up instantly when near you +- TNT explodes immediately as it is placed down +- Creepers explode when hit +- One of your curses is transferred to an item, whoever has that item gets that curse +- A cursed item cannot be removed from inventory, even after death +- Slimes get bigger when killed, rather than small +- You can never die, but you deal no damage at all and can never heal (lasts until a full moon, when you suddenly die) +- During full moon you have half of your life points +- During full moon you deal 4 times more damage, but will take half of the total damaged dealt during the night in the morning and your armour is reduced by 75% +- You slowly take damage over 7 days, during this time you can't heal +- All food is poisonous (food poison) +- Food damages you equal to the amount of hunger it heals +- Food heals half of its hunger +- Food no longer heals hunger +- You can no longer swim +- You swim twice as slow +- Water is lava +- The floor is lava +- Your spawn point is reset to the original location and you can no longer set your spawn point +- You can't throw away anything or craft stuff +- You burst in flames whenever you take damage from entities +- You get poisoned whenever you eat +- You are blinded (potion effect) and get completely blind for 5 seconds when you get damaged +- You get teleported randomly at random times + diff --git a/misc/audio/Ambient.aup b/misc/audio/Ambient.aup new file mode 100644 index 0000000..5f947ce --- /dev/null +++ b/misc/audio/Ambient.aup @@ -0,0 +1,173 @@ +<?xml version="1.0" standalone="no" ?> +<!DOCTYPE project PUBLIC "-//audacityproject-1.3.0//DTD//EN" "http://audacity.sourceforge.net/xml/audacityproject-1.3.0.dtd" > +<project xmlns="http://audacity.sourceforge.net/xml/" projname="Ambient_data" version="1.3.0" audacityversion="2.0.0" sel0="0.0000000000" sel1="13.1122448980" vpos="0" h="0.0000000000" zoom="80.5351235089" rate="44100.0"> + <tags> + <tag name="BPM (beats per minute)" value="140"/> + <tag name="YEAR" value="2011"/> + <tag name="Encoded by" value="LAME in FL Studio 9"/> + </tags> + <wavetrack name="Audio Track" channel="2" linked="0" mute="1" solo="0" height="150" minimized="0" rate="44100" gain="0.044668" pan="0.0"> + <waveclip offset="0.00000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> + <waveblock start="0"> + <simpleblockfile filename="e0007c20.au" len="253383" min="-0.081559" max="0.080762" rms="0.015877"/> + </waveblock> + <waveblock start="253383"> + <simpleblockfile filename="e00078c7.au" len="178041" min="-0.088342" max="0.082963" rms="0.015882"/> + </waveblock> + <waveblock start="431424"> + <simpleblockfile filename="e0007d42.au" len="142448" min="-0.081432" max="0.082828" rms="0.013289"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + </wavetrack> + <wavetrack name="ThunderHumor-Minecraft" channel="0" linked="1" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1.0" pan="0.0"> + <waveclip offset="0.00000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> + <waveblock start="0"> + <simpleblockfile filename="e00074de.au" len="262144" min="-0.974255" max="0.97082" rms="0.274346"/> + </waveblock> + <waveblock start="262144"> + <simpleblockfile filename="e00072f0.au" len="262144" min="-0.960877" max="0.973315" rms="0.28058"/> + </waveblock> + <waveblock start="524288"> + <simpleblockfile filename="e00071d5.au" len="49584" min="-0.927908" max="0.918399" rms="0.252971"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + </wavetrack> + <wavetrack name="Audio Track" channel="1" linked="0" mute="0" solo="0" height="150" minimized="0" rate="44100" gain="1.0" pan="0.0"> + <waveclip offset="0.00000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="573872"> + <waveblock start="0"> + <simpleblockfile filename="e000708e.au" len="262144" min="-0.966541" max="0.92561" rms="0.280136"/> + </waveblock> + <waveblock start="262144"> + <simpleblockfile filename="e0007dd6.au" len="262144" min="-0.97078" max="0.934839" rms="0.271041"/> + </waveblock> + <waveblock start="524288"> + <simpleblockfile filename="e0007f46.au" len="49584" min="-0.952358" max="0.808417" rms="0.208344"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + </wavetrack> + <wavetrack name="Audio Track" channel="0" linked="1" mute="0" solo="0" height="142" minimized="0" rate="44100" gain="1.0" pan="0.0"> + <waveclip offset="-0.13000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="5733"> + <waveblock start="0"> + <simpleblockfile filename="e0007d94.au" len="5733" min="-0.006989" max="0.0" rms="0.001276"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="0.00000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="2.18537415"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="4.37074830"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="6.55612245"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="8.74149660"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="10.92687075"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e0007e46.au" len="96375" min="-0.407378" max="0.289504" rms="0.097041"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + </wavetrack> + <wavetrack name="Audio Track" channel="1" linked="0" mute="0" solo="0" height="158" minimized="0" rate="44100" gain="1.0" pan="0.0"> + <waveclip offset="-0.13000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="5733"> + <waveblock start="0"> + <simpleblockfile filename="e000776a.au" len="5733" min="-0.002563" max="0.003204" rms="0.000371"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="0.00000000"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="2.18537415"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="4.37074830"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="6.55612245"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="8.74149660"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + <waveclip offset="10.92687075"> + <sequence maxsamples="262144" sampleformat="262159" numsamples="96375"> + <waveblock start="0"> + <simpleblockfile filename="e000785b.au" len="96375" min="-0.34141" max="0.352305" rms="0.075348"/> + </waveblock> + </sequence> + <envelope numpoints="0"/> + </waveclip> + </wavetrack> +</project> diff --git a/misc/effects.xlsx b/misc/effects.xlsx Binary files differnew file mode 100644 index 0000000..22c216b --- /dev/null +++ b/misc/effects.xlsx diff --git a/misc/forge-1.7.10-10.13.0.1188-src.zip b/misc/forge-1.7.10-10.13.0.1188-src.zip Binary files differnew file mode 100644 index 0000000..6fb0045 --- /dev/null +++ b/misc/forge-1.7.10-10.13.0.1188-src.zip diff --git a/misc/images/BlackHeart.png b/misc/images/BlackHeart.png Binary files differnew file mode 100644 index 0000000..3fd03f2 --- /dev/null +++ b/misc/images/BlackHeart.png diff --git a/misc/images/BlueHeart.png b/misc/images/BlueHeart.png Binary files differnew file mode 100644 index 0000000..f664372 --- /dev/null +++ b/misc/images/BlueHeart.png diff --git a/misc/images/Icons.pdn b/misc/images/Icons.pdn Binary files differnew file mode 100644 index 0000000..7c10a78 --- /dev/null +++ b/misc/images/Icons.pdn diff --git a/misc/images/Picture.png b/misc/images/Picture.png Binary files differnew file mode 100644 index 0000000..5fe397f --- /dev/null +++ b/misc/images/Picture.png diff --git a/misc/images/Picture.psd b/misc/images/Picture.psd Binary files differnew file mode 100644 index 0000000..27687b7 --- /dev/null +++ b/misc/images/Picture.psd diff --git a/misc/images/RedModel.png b/misc/images/RedModel.png Binary files differnew file mode 100644 index 0000000..8f8623c --- /dev/null +++ b/misc/images/RedModel.png diff --git a/misc/images/ShadowEye.png b/misc/images/ShadowEye.png Binary files differnew file mode 100644 index 0000000..78dd1bf --- /dev/null +++ b/misc/images/ShadowEye.png diff --git a/misc/images/ShadowEye.psd b/misc/images/ShadowEye.psd Binary files differnew file mode 100644 index 0000000..e6be45a --- /dev/null +++ b/misc/images/ShadowEye.psd diff --git a/misc/images/WhiteHeart.png b/misc/images/WhiteHeart.png Binary files differnew file mode 100644 index 0000000..1f8d528 --- /dev/null +++ b/misc/images/WhiteHeart.png diff --git a/misc/images/curses0.png b/misc/images/curses0.png Binary files differnew file mode 100644 index 0000000..4105e37 --- /dev/null +++ b/misc/images/curses0.png diff --git a/misc/images/curses2.png b/misc/images/curses2.png Binary files differnew file mode 100644 index 0000000..938a68b --- /dev/null +++ b/misc/images/curses2.png diff --git a/misc/images/tick.png b/misc/images/tick.png Binary files differnew file mode 100644 index 0000000..823bd21 --- /dev/null +++ b/misc/images/tick.png diff --git a/misc/mcp_stable-12-1.7.10.zip b/misc/mcp_stable-12-1.7.10.zip Binary files differnew file mode 100644 index 0000000..fa33cf3 --- /dev/null +++ b/misc/mcp_stable-12-1.7.10.zip diff --git a/misc/mcp_stable_nodoc-12-1.7.10.zip b/misc/mcp_stable_nodoc-12-1.7.10.zip Binary files differnew file mode 100644 index 0000000..382f6a8 --- /dev/null +++ b/misc/mcp_stable_nodoc-12-1.7.10.zip diff --git a/misc/models/HeartModel.tcn b/misc/models/HeartModel.tcn Binary files differnew file mode 100644 index 0000000..5ab7909 --- /dev/null +++ b/misc/models/HeartModel.tcn diff --git a/misc/models/ModelHalfHeart.tcn b/misc/models/ModelHalfHeart.tcn Binary files differnew file mode 100644 index 0000000..0e8ba36 --- /dev/null +++ b/misc/models/ModelHalfHeart.tcn diff --git a/misc/models/ShadowEye.tcn b/misc/models/ShadowEye.tcn Binary files differnew file mode 100644 index 0000000..a29ff91 --- /dev/null +++ b/misc/models/ShadowEye.tcn diff --git a/misc/models/hand.tcn b/misc/models/hand.tcn Binary files differnew file mode 100644 index 0000000..ddd79ff --- /dev/null +++ b/misc/models/hand.tcn diff --git a/misc/models/handpedestal.tcn b/misc/models/handpedestal.tcn Binary files differnew file mode 100644 index 0000000..fb937a8 --- /dev/null +++ b/misc/models/handpedestal.tcn diff --git a/misc/~$effects.xlsx b/misc/~$effects.xlsx Binary files differnew file mode 100644 index 0000000..1760796 --- /dev/null +++ b/misc/~$effects.xlsx |
