User:Soniccuz: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Soniccuz m →Stuff Going on In Game: balrog |
imported>Soniccuz |
||
| (77 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
<player type="include">diligentdodo</player> |
<player type="include">diligentdodo</player> |
||
</div> |
</div> |
||
==Creature Statistics== |
|||
<gallery> |
|||
File:DEF_Chart.png|Best: Lord Durin, Worst: Master Assassin |
|||
File:HP_Chart.png|Best: Gasha, Worst: D Elf Admiral and Master(tie) |
|||
File:ATK_Chart.png|Best: Balrog, Worst: Arachne. |
|||
</gallery> |
|||
'''Max Respawn times (rounded)''' |
|||
Golden Death - 8days 2 hrs X min |
|||
Gashadokuro - 3days 11hrs |
|||
Balrog ... - 1day 9hrs |
|||
Dark Archangel - 1day 4hrs |
|||
black giant .. - 8hrs 53mins |
|||
chaos overlord - 6hrs 0mins |
|||
ice giant - 3hrs 48mins |
|||
elder giant - 2hrs 26min |
|||
chaos lord - 2hrs 18min |
|||
high lich - 1hr 39min |
|||
giant ... - 1hr 30min |
|||
dead lich - 50min |
|||
lich .... - 30min |
|||
rat ...... - 15min |
|||
==Has written Creature descriptions for:== |
==Has written Creature descriptions for:== |
||
| Line 54: | Line 93: | ||
* Spiriting new creatures of various shapes, and sizes. |
* Spiriting new creatures of various shapes, and sizes. |
||
** Water Moccasin |
|||
** Mimic (check) |
** Mimic (check) |
||
** Ettin |
** Ettin |
||
| Line 82: | Line 122: | ||
Burned 61 greater, and at least 16 megas in the encounter. |
Burned 61 greater, and at least 16 megas in the encounter. |
||
Not bad. |
Not bad. |
||
Just killed my first GOLDEN DEATH! *W*. 29K. |
|||
Dark Arch Angel you're next... one day. |
|||
==Local server:== |
==Local server:== |
||
Eclipse is a go finally! |
|||
Self Reminder. |
|||
Learning to manipulate NPC dialog, and realizing an old quest idea of mine. |
|||
Logic for '''"umbrella weapon"''' that has a use command to toggle the '''"umbrella outfit"''' mostly done. Just needs it's own sprite and logic that turns the layer off automatically when player goes to unequip. |
|||
Current issue is that Waerryna has no long term memory. |
|||
Also thinking of toying with different '''playable: races orc, elf, dwarf''' and of course human. Mostly want to see if I can get mobs to ignore me if I'm of the same species as them. Setup race in RPEntity, and add check to creature attack behavior. Not fully committed to this idea just want to challenge myself. |
|||
There was something else... but I forgot what it was. |
|||
Oh! '''Angel Cane,''' item idea. Ranged healing staff target another player and '''click to use.''' Make sure to implement reasonable cool down. Maybe look into ranged_atk stat Deluge was working on... |
|||
<gallery> |
<gallery> |
||
| Line 103: | Line 153: | ||
</gallery> |
</gallery> |
||
=Catch all for Ados lake bed ideas= |
|||
=What I've Learned in Code Diving Class Today Is= |
|||
'''A pet's player given name is referenced as title, while the species variable is type. (but then "species" is actually a reserved word for telling sheep (just sheep mind you) from every other pet.''' |
|||
Mission was to figure out what reference pet type/species was stored under. |
|||
player.getPet().getName()); |
|||
'''This will net the pet type/species not title. Huzzah! I'm learning. :)''' |
|||
--- |
|||
if (zone.isTeleportInAllowed(player.getX(), player.getY())) { |
|||
final Item summonPetScroll = SingletonRepository.getEntityManager().getItem( |
|||
"summon pet scroll"); |
|||
summonPetScroll.setInfoString(petName); |
|||
player.equipOrPutOnGround(summonPetScroll); |
|||
final Pet pet = player.getPet(); |
|||
if (pet != null) { |
|||
petOwner.storePet(pet); |
|||
//pet.getZone().remove(pet); |
|||
player.sendPrivateText("Amazingly your pet melds with the scroll. It just walked right into the page!"); |
|||
} |
|||
return true; |
|||
''aquatic life:'' |
|||
'''Progress: adult dragons are still separate from their baby forms. Summon Pet Scrolls are actually a thing now. Currently sussing how to get them to save and load pet stats instead of simply recording the type and creating a brand new pet with fresh stats. Doubt I can rely on setInfoString() for all of that. Getting familiar with PetOwner.java, PetManager.java, and PlayerTransformer.placeSheepAndPetIntoWorld(player). Seemingly the only things that reference methods to store and retrieve pets.''' |
|||
* frogmen species (they live above it after all). |
|||
* beavers (a few can be found roaming Orril coast but aren't seen anywhere else. Maybe semi aquatic life would look odd underwater?) |
|||
* water moccasins (lake bed is already neighboring the snake pit and a new animal or two for this area is a must). |
|||
* Some aggressive freshwater fish that is decidedly not a piranha. Maybe a Pike? |
|||
=Atlantis= |
|||
==Pet System Ideas== |
|||
Don't want to actually call it 'Atlantis', that's not very fitting with the rest of Stendhal's cities I think, but for now I haven't found a proper sounding name for this location. |
|||
'''Baby dragons''' should maybe be able to '''grow''' into adolescent wyverns and full grown '''purple dragons''' (to distinguish them from green dragons). To experiment baby dragons develop into wyverns after achieving a weight of 50+ and full grown dragons at 100. :) |
|||
My ultimate goal for implementing scuba diving. An underwater Castle town existing under Semos Mines and inhabited by mermaids and mermen. This would be a town centered on a castle with a spiraling side tower comparable to Nalwor. |
|||
I don't know what this could do to the balance of the game but I will address those questions if and when I pull this off in local server. |
|||
For central quests the '''king''' is worried about his wife who has locked herself in the tower and might be practicing dark magic. |
|||
* Weight will be the deciding stat, and their '''development stage shouldn't fluctuate'''. Once the initial weight is achieved the dragon receives a permanent level-up i.e. weight falling back down to 99 won't revert the dragon to adolescences. |
|||
The '''queen's tower''' would introduce a variant of mermaids called 'Sirens', and lead to a boss fight with the queen herself. Possibly talking to her as an npc in one room and fighting her as a separate instance in the next room. |
|||
* This part might be going too far but pets heal so slowly that it makes them terrible companions for the daring adventurer. What if '''vets''' gained the ability to '''full heal them''' just like what healers already do for us? |
|||
* Alternately '''vet medicines''' that can be applied to pets. :) |
|||
For ridding the queen of an evil spirit the king will recommend his court magician '''forge the Angel Cane''' healer's staff. |
|||
Any mer-merchants would follow Muzino's example and trade for shiny objects like pearls and diamonds. |
|||
* In the pipe dream category: Summon scrolls that record the raw stats of your pet allowing you to '''store and summon the pet''' for easy transport. |
|||