Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - getter77

Pages: 1 ... 4 5 [6] 7 8 ... 327
76
Traditional Roguelikes (Turn Based) / Re: Cthangband (now at v6.2.0!)
« on: December 12, 2019, 12:59:05 PM »
v6.2.0

Quote
That's right. It's time for a new Cthangband.

This is only a minor release in terms of gameplay changes, but it feels a lot more like a major release because of the large amounts of internal refactoring (I'm still steadily converting it from a procedural program to an object oriented program) and the graphical changes.

The other large change is that I've written somewhere around 30,000 words of documentation that I've included in the game via and HTML viewer - because I'm aware that people were getting confused by some of the systems that work differently in Cthangband to vanilla Angband now that the two have drifted so far apart.

    Replaced old plasma-based terrain generation with a Perlin Noise based one for a more realistic island.
    Flavoured items now have their true appearance even when unidentified.
    New town layouts to give towns more personality.
    Added an “Other” gender for those who want it (or those playing sexless golems).
    A metric ton more internal code refactoring.
    New animation system for spells and similar effects.
    Lighting and line-of-sight is now visible on more than just basic walls and floors.
    “Organic” cavern levels added (using the same Perlin Noise algorithm as the new terrain).
    New in-game “Cthangpedia” documentation added.
    High Score Table is now versioned, so you’re only comparing scores with characters who have had the same game experience as you.
    When choosing to re-use a character, the character gains a generation after their name (which is displayed on the high score table, save game preview, and gravestone). For example, “Bob”, “Bob II”, “Bob III”, “Bob IV”…
    Recovery rate is now properly shown as a multiplier on the character sheet, rather than a misleading “Regen” bonus, since it does not actually affect health regeneration; only poison/stun/bleeding recovery rate.
    Fixed occasional crash where the game would try to delete a non-existent monster.
    Chests are now included in the Journal’s “Worthless Items” section.
    Fixed bug where examining a disarmed but still locked chest would cause a crash.
    Fixed Journal’s monster list so it doesn’t skip monsters when browsing backwards.
    Reverted to classic speed system.
    Fixed bug where fixed-quest uniques could sometimes appear outside their designated level.
    Journal’s pet list now identifies what your pets are even if you’ve not seen them.
    Fixed bug where unusual key combinations (e.g. Alt+Numpad2) could sometimes cause a crash.
    Removed the (albeit very remote) possibility of getting an offensive name for a random artifact or an offensively shaped vault.
    Doubled the size of the colour palette.
    Changed the colour and/or character of over two hundred monster types to reduce ambiguity (fewer monsters now look identical); particularly Lovecraftian creatures, which have been mostly moved to the new characters of ‘A’ (for ‘Abomination’) for the races and ‘X’ (for ‘Extradimensional Entity’) for the unique Great Old Ones and Outer Gods.
    Glyph of Warding changed to Elder Sign
    Explosive Rune changed to Yellow Sign
    Recoloured a large number of items and dungeon features to take advantage of the new colours and enhanced lighting.
    Tunneling through trees no longer gives a confusing message about walls.
    Corrected cost/level of Chaos Bolt spell for Cultists.

(Remember, this is now a native Windows game written in C# - so if you're not running Windows then I'm afraid you're out of luck. It requires the .NET Framework 4.5.2, but that should already be pre-installed on the vast majority of Windows machines.

77
v0.87.20

Quote
Sorry for the infrequency of updates of late.  I've been injured in such a way that computer use has become more difficult, and am still some ways out from being able to code for prolonged periods again.  When I can, rest assured, I will!

In the meantime, a couple of Caverns II gamers have uploaded their playthroughs!  In addition to finding this inordinately entertaining, I spotted several bugs in their games, and couldn't resist tackling some of these, and instituting some quick new ideas I had while watching their stuff, too.  Huge thanks to Dynast11 and cryptrat for the playthroughs, as well as Combatereak for calling my attention to them.  If anyone else has an urge to record their gameplay, I do find it very instructive, so just let me know in the comments section!

You can see their stuff here, by the way:

https://www.twitch.tv/dynast11/video/469402777

https://rpgcodex.net/forums/index.php?threads/lets-play-caverns-of-xaskazien-ii.129760/

Thanks again, and here's what's new:

Minor Improvements:

- Made Absorb Life Energy spell and Drain Life spell completely ineffective against Undead, both for thematic purposes, and because the spells were slightly overpowered. Also made monster spellcasters not cast these spells against undead monsters.

- Made all monsters MUCH more hesitant to enter dangerous squares.

- Made monster intelligence further affect how likely monsters are to enter dangerous squares, with Animal and lower level intelligence monsters being more likely than normal intelligence monsters, and Genius level monsters being less likely.

- Made how nauseous a monster is affect its hesitancy to enter Stench squares - e.g. monsters who are already nauseous for 30 turns will not hesitate, and those are nauseous for only 1 remaining turn will still be quite hesitant, but not quite as hesitant if they weren’t nauseous at all.

- Made higher level monsters more hesitant than lower level ones to enter Ice squares, since they’re more likely to break through.

- Monster level no longer affects likelihood of a monster to enter dangerous squares that affect monsters of all levels similarly.

- Monsters who are Fire Resistant are now more likely to enter Lava, Hot Coals, Fire, Raging Fire or Fumaroles, with the increase in likelihood based on how high their Fire Resistance is.

- Monsters who are Acid Resistant are now more likely to enter Acid and Acid Vapour, with the increase in likelihood based on how high their Acid Resistance is.

- Monsters who are already poisoned are now more likely to risk entering Poison Gas squares, with the likelihood increase based on the severity of their poison. I.e. Mildly Poisoned monsters will be slightly more willing to risk entering Poison Gas squares, while Grievously Poisoned will be far more likely and Critically Poisoned won’t hesitate, since they have nothing to lose.

Bug Fixes:

- Fixed bug causing Stench Cloud spell to create Fire instead of Stench if you used it to the West.

- Fixed error giving player the option to attack a sleeping monster even if their own character is asleep.

- Fixed error playing sound effect for Basilisk Snare at full volume, regardless of your chosen sound effects volume level.

- Fixed bug that would only assign 1 random resistance to Xaskazien instead of 2.

- Fixed loophole having Scroll Merchants sell Grease spells at a base price of 0 gold pieces.

- Fixed error warning player they’re about to potentially pick up more gold than they can carry, even when they have no option but to pick up the gold (like when succesfully praying at an Alluman Shrine, for instance).

- Fixed error mislabeling Drain Life spell in the spell list.

- Fixed bug that would always crash game when trying to generate a Phantom Lair.

- Fixed bug preventing Raised Drawbridges Over Ice from being graphically displayed in the viewscreen.


I noticed but have not yet been able to track down a bug that sometimes doesn't display water based monsters (fish, etc.) on the Map Screen, if they should be detected by ESP.  I'll work on it!

78
v6.1

Quote
Hail Adventurers,

In the three months since the last public release there have been plenty of updates.

Pathos now has title music to set the mood and atmospheric music to tie the ambient sounds together.

Lances, polearms, spears and whips now have a reach attack. This means you can melee from one square further away, allowing for new combat strategies.

There is a new deafness mechanic with the corresponding earmuffs. When you meet the new banshee, you will wish that you cannot hear her wailing.

For utility and a bit of fun, the new porter bag can be used to capture a friend or foe. Later, you can release them from the bag but be warned that they are likely to mad at you.

Introducing two new player races: angel and demon. Angels are beautiful, otherworldly beings characterised by their signature halo and feathered wings. Strongly attuned to struggle between good and evil, they sense the divinity within anything they hold. Demons are perverse creatures of many aberrations but always with crimson skin and horns. Their mere presence compels others to act out their darkest, most violent desires.

Major changes since the last public release:

    new player races: angel and demon.

    new talents: slippery, deafness.

    new artifacts: Drilanze, Masamune/Muramasa, Philosophers Stone, Ravenbow, Talaria.

    new items: earmuffs, can of grease, disencumbrance boots, brass knuckles, battle robe, fleet robe, elemental robe, hermit robe, horseshoe, magic horseshoe, porter.

    new entities: giant termite, snow golem, phase worm.

    new mechanic: polearms, lances, spears and whip can reach attack (melee combat but an extra square away).

    background music added with title track and ambient track.

    carrying capacity increased by 33% of your body weight.

    rest/search by N turns.

    import/export your custom tileset.

    device vibration on death.

79
Alpha 3.0

Quote
Bug fixes, vendor changes, spawn changes, and a new tile set.

    Added a new tile set based on DawnLike. Press "F2" to switch to this in game.
    Added more tiles to the original tile set. Press "F1" to switch to this set.
    Added healing to Priest NPCs. Exchange Favor for health with this new dialog option.
    Added a holy water "potion" that strips any and all active effects
    Tweaked the player stat display in the top right of the game screen
    Tweaked the lighting effects a bit
    Fixed like a dozen bugs

    Added two new spells - Polymorph and Shape of Gata Carogna. Polymorph is a fantasy staple, and in this game it transforms your target into a new, randomly selected creature from the spawn list. Shape of Gata Carogna is a shape shifting spell that gives your character strength, dexterity, and bash bonuses.
    Added two new monsters - Spina de Mul and the iaculo. Spina de Mul is a mythical sorcerer from Ladin legends. He carries the gem Rajëta, which in this game has the ability to pacify any creature. The iaculo is a serpent that launches itself like a javelin to attack.
    Added a book of random spells, tweaked the spell book/scroll spawn rate

The Palace of the Fates is the new branch that spawns fairly deep into the dungeon. Notably this is a "static" branch, unlike all the rest, meaning that the floor layout will be the same every game. This let me try my hand at a different kind of dungeon designing, which I enjoyed quite a bit, and I think you may as well.

With a new branch comes some spawn reshuffling and new monsters. Fairies now only spawn in the new branch, and I've added a couple new fairy types as well: the Squasc and the Mazapegol. Like the more generic "fairy", these tricky creatures can drop artifacts and a ton of gold, but are also powerful magicians. The new branch also features a new boss, which if you don't know anything about the fabled Palace of the Fates, then I won't spoil anything.

I also added a new type of ghost, the Pandafeche, which actually takes the roll of the generic "ghost" enemy. The "ghost" monster is still around, but it's a bit more dangerous.

Finally, I've added a generic "demon" monster. These are late-game enemies that can cause all kinds of trouble. They can cast spells, spawn cursed items, attack you with their claws.. just generally nasty creatures.

    Added disable effect resistance mods. All those annoying effects like paralysis and cursed can now be resisted with the right equipment.
    Added a "blood" effect. Tiles will turn red in the vicinity of a fight.
    Added light sources and a "light" effect. Light sources increase your FOV and project a colored light on cells in the area.

80
v1.6.0


   
Quote
NEW FEATURE: New trait: Swiftness (1 CP: picking up items does not cost any energy)
    NEW FEATURE: New trait: Diehard (1 CP: Survive one extra turn when above 10 hp after receiving a killing blow)
    NEW FEATURE: New trait: Troll Blood (2 CP: 50% chance to heal 1 life at end of every turn and immune to Bleeding)
    NEW FEATURE: New trait: Geniekind (5 CP: Do not require food or water, +50 Lightning Resist and heal life in the Nexus)
    UPDATE: Characters with the Trap Lore trait can now attempt to auto-disarm detected traps
    UPDATE: The Combat Expertise trait no longer provides the benefit of Diehard trait
    UPDATE: Elf Blood is now exclusive from the No Magic trait
    UPDATE: God of Magic is now exclusive from the No Magic trait
    UPDATE: Reverting out of shapeshift form now ends the turn
    UPDATE: The Pickaxe can now be used to destroy Ice Blocks
    UPDATE: The spell Destroy Boulder (Earth Magic) can now be used to destroy Ice Blocks as well
    UPDATE: Added new bindable keyboard button to delay turn to after the next player character (e.g hot-seat or summons)
    UPDATE: Will o' Wisps can now cause Blindness
    UPDATE: The trait Trap Lore has been renamed to Trap Expertise to avoid confusion with the lore type for traps
    UPDATE: Traps will now appear from level 3 and below (previously level 4 and below)
    UPDATE: Breaking free from webbed tiles now show chance of success
    UPDATE: Traps are slightly more dangerous to be more like the original Lost Labyrinth
    UPDATE: Traps require now to be identified with Trap Lore when detected (avoiding or triggering a trap will identify it)
    UPDATE: Percent chance to avoid traps that are not detected are now limited by the Luck ability
    UPDATE: Players gain +30% chance to avoid traps that have been both detected and identified
    UPDATE: Conjured items can no longer be the target of the Sword to Ploughshare spell
    UPDATE: High Magic can no longer shape spells that require Mana Crystals or recharging
    UPDATE: Disintegrate (Air Magic) now costs about twice as much mana to cast
    UPDATE: Portal (Earth Magic) mana cost reduced from 12 to 8
    UPDATE: Shape Magic (High Magic) now costs 5 mana instead of 4
    UPDATE: Arch-Magic (High Magic) now costs 10 mana instead of 6
    UPDATE: Etheralness (Time Magic) now costs more mana, reduced duration and can only be cast once per level
    UPDATE: The Teleport spell (Time Magic) now has max range of 3 tile plus 1 per 8 spell power
    UPDATE: Damage from starvation and dehydration now scales exponentially as it gets worse
    UPDATE: Trait selection screen had some usability improvements
    UPDATE: Sense Earth now also reveals stone boulders
    UPDATE: Ice Ward (Water Magic) now lasts 10 turns longer
    UPDATE: Invulnerability (Warlock Magic) now truly reduces all physical damage taken to 0 (instead of 75% reduction)
    UPDATE: Magic Master (High Magic) mana cost reduced from 4 to 2
    FIX: Single use bonuses like Goddess of Healing should now properly work once per player instead of only once
    FIX: Blacksmithing added Mend Item spell instead of Repair Equipment skill to the quickbar
    FIX: Dispel Magic no longer removes toggle abilities like Stealth
    FIX: Merchant Room being generated with a blocked exit causing players to be trapped (thanks to kongxinga for reporting)
    FIX: The current active player is always rendered on top of other players
    FIX: Rare bug where dying in shapeshifted form could count as a game loss
    FIX: Activating Repair Equipment while no valid target would enter a loop of invalid target messages
    FIX: Fix some minor audiovisual bugs with magic effects
    FIX: The Scimitar of Venom was Mundane instead of Rare
    FIX: The Curse Rune trap would transport player back 2 levels at 85% chance instead of 15% chance
    FIX: The examine tile ability could reveal hidden traps, doors and treasure
    FIX: Trap removal can now only be done on traps that are actually detected
    FIX: Prevent casting Alternate Timeline inside the demi-plane
    FIX: Gem Blast (Earth Magic) now correctly costs 4 mana instead of 1
    FIX: Winning the game now properly removes the completed save file
    FIX: Accolade Death Knight (Black Magic) will no longer destroy two summoned Skeletons when cast
    FIX: Etheralness not always working as it should
    FIX: Some light effects not being updated at the end of spell effects
    FIX: Some issues with the scrollbar GUI component were resolved|
    FIX: Various distance calculation issues with levels with wrapping edges
    FIX: Zoom out button not working correctly
    FIX: Possible crash when generating a river
    FIX: Crash bug when looking at traits of a summoned creature with natural flight
    FIX: Crash bug on explosions with lighting effects near the edges of the map
    FIX: Rare crash bug on casting Alternate Timeline

81
Early Dev / Re: The Red Prison - roguelike based on 5th edition D&D
« on: October 31, 2019, 11:51:41 AM »
I think it just grants more of the cutting edge v5.1 than the more "basic" OGL on top of giving a bit of an approving, knowing nod even if not outright endorsement---it still isn't an official WotC joint jaunt like BG III where they can interact with pretty much anything iconic, but it creates a higher tier essentially.  May also factor in to Solasta being a very much public facing commercial project, as opposed to an incidental one that is predominantly a homebrew affair.  The whole DM Guild thing wasn't a thing back when the original OGL kicked up, and they skipped the lot of it entirely for 4e, so it is out there.  WotC outright just bought a game development studio that was working on yet another 5e game, so perhaps the tiers will become more meaningful as this forthcoming era seems to constitute them getting serious about their gamespace for the first time since the Capcom and such era back in the 90's/

82
Early Dev / Re: The Red Prison - roguelike based on 5th edition D&D
« on: October 30, 2019, 11:36:38 AM »
Aiming to endeavor joining Solasta in the freshly minted SRD v5.1 designation that they managed to wrangle for themselves partway through their successful Kickstarter as the spot just under Baldur's Gate III in terms of having much of the spread to draw from or generally just sticking to general OGL as it does?

83
Traditional Roguelikes (Turn Based) / Re: Demon (Alpha 10/27/19)
« on: October 29, 2019, 12:25:05 PM »
10/27/19

Quote
    Revamped Relic Upgrade system: Relic Upgrades now are purchased using Upgrade points rather than the previous one-size-fits-all approach. Most upgrades cost between 5-15 points, and summoners gain 1 Upgrade point per level.
    Two new starter demons have been added: the Familiar, which uses ranged magic attacks, and the Tulpa, which applies accuracy debuffs to enemies. Both share the Homunculi's ability to heal the summoner's HP and SP.
    The starting Upgrades for the Titan's Fist Relic have been significantly changed: the Titan's Fist's Upgrades are now oriented towards a no or low summoning playstyle, with Aux Guard III and Aux Power III providing great power to summoners who have less than 3 allies summoned (the fewer the better!)
    Also includes some small quality of life improvements to UI, including Consume automatically being activated when available and when it makes sense to do so.

84
v2.5.1
Quote
Content

    Greatswords are renamed to claymores and now has the greatsword as an upgrade.
    Halberds are removed for now (may return redesigned)
    Removed “of subdual” enchantment since it doesn’t work, while waiting for a proper fix. [savagehill]
    Removed slimy boots for now (interacted badly with new slime mechanics, may return). [czzzz]

Gameplay

    The game won’t let you attack if you for some reason have a 0% chance to hit:
        for example if you are overburdened or can’t use your martial attack.
        This also don’t take a turn
    All silver weapons are now considered non-sharp and are valid for healers/meditations

Interface

    You now get stronger warnings when you are fatally poisoned.
    You now get a rest-warning when a coat is disappearing from an equipped item.
    The game no longer prompts if you want to abandon a dead character [avzinElkain]
    All monsters now have descriptions [jiyvajelly, Blue]

Bugs

    You can now use stairs even when you’re flying.
    Golden doors now prompts you before opening them.
    The dungeon is now guaranteed to not contain *any* disconnected area on any map .
    You now get a proper message when resting on a bedroll
    Meditations on equipment are now cancelled correctly just like the ones from cencers.
    You can no longer use portals or ladders when overburdened
    Mutation unequipping now works correctly again. Fixed a lot of issues relating to this.
    The game no longer crashes if you buy several items from the same stack from an NPC
    Pixies’ tiny arrow now reduces energy instead of giving energy.
    Putting a monster to sleep is no longer considered cruel. [kdlkkdlk]
    The game no longer prompts you to use a rod or spell if it is not cruel .
    Bumping trees will now also close doors.
    Wear-id of enchanted items now correctly identify them. [jiyvarjelly, Blue]
    Upgrading an enchanted item no longer makes it unknown.
    You can no longer swap in a weapon if you were unable to unequip the weapon you swapped for.
        This makes it impossible to unequip spellbound items etc, as intended.
    Warning of coated items in inventory no longer looks weird
    All polearms and spears now (correctly) counts as sharp/cruel (unless made of silver)
    Retaliating with spikes on an unconscious monster no longer crashes the game.
    Iron gates are no longer called portculis when open.
    Fixed crash when selling multiple items to an NPC and ending up “outside” the selling menu
    Misleading text “easily catches fire” description in shimmering staff removed.
    Various language fixes
    Chocolate gives 10 ep instead of 15.
    The execute and contagion spells no longer gives the victim 1 mp
    Fixed monk ring upgrade chain [gza, Blue]
    Equipment with spells that are force-unequipped by a mutation are now correctly cancelled.
    There is now a log message when you pick up gold/valuables.
    There is now a log message when you add an item to your ammo slot from the ground.
    Fixed crash when interacting with hooded woman [Peter, Blue]
    Fixed bug where items found in containers could be taken by aliens even when “aliens are uninterested in this item”.
    Enchanters no longer claim to be able to enchant crowns or masks (because they can’t) [Blue, GnollSet]
    Removed text artifact that could show up in inventory when items with long names were “[used]”.
    Melee/block status now updates immediately whenever overburdened status is gained or lost.
    Ammo stacks now never sell for less than 1g a piece to prevent selling back and repeat for profit. [Anon]
    Sleeping on a bedroll now gives a correct message on the rest screen .
    Probably fixed rare cases where an empty camp notes/event screen shows up even when not sleeping on a bedroll.

Balance

    The “flash” spell has longer range
    Bedrolls are a bit more likely to wear out when you sleep on them.
    Slightly increased average stack size of hot rocks.
    Plate boots now grants knockback resistance and are slightly more expensive.

Spoilers (the following fixes contain end-game spoilers)

    Statues now wake up in the castle as well
    Picking up the artifact now gives a better message

85
Traditional Roguelikes (Turn Based) / Re: bcrawl (now at v1.17.1)
« on: October 13, 2019, 11:24:06 AM »
v1.17.1

   
Quote
Instead of adjusting player attributes automatically, Jiyva gives players an ability that swaps 2 attribute values.
    The Staff of Battle is a lajatang that makes a spectral weapon.
    merges some fixes from DCSS

    Jiyva is reworked: a Jiyva altar always appears near the entrance to Slime; Jiyva gives piety for killing monsters; Slimify creates friendly slimes and can act on multiple enemies, but only has a chance (based on damage done vs enemy HP) to work, and loses duration when it works; jellies do not randomly spawn; off-level items are not eaten; jellies eating items does not give piety or restore player HP or MP or satiation; Jiyva grants bonus AC for having mutations, equal to max(mutation_count - natural_AC, mutation_count/2).
    Black Draconians have a better Fighting aptitude. (+1 -> +3)

Pain has a higher power cap. (25 -> 50)
Death Channel is now Charms/Necromancy.

Iron trolls drop iron troll leather armour. (8 AC, 16 encumbrance, rF+ rC+ Regen)
Vampiric Draining has lower base damage but scales more with spell power; above 19 power it will now be better. Also, it can now do more damage than the missing HP of the player, and has a 10% chance of draining 1 strength.
Ghouls start with a chunk instead of a ration.
The Robe of Folly is reworked.
several monsters are reworked

Giant clubs and giant spiked clubs now cleave.
Guaranteed damage reduction now affects player damage from spells with non-elemental damage.

    Steam Barrier (L6 Charms/Fire) creates steam clouds around the player, gives rF+ and rC-, reduces player spell power (-1 enhancer level), and gives an AC bonus proportional to its remaining duration.
    Demigods can walk through plants at lower (** -> *) piety.
    Liches and ancient liches have reworked spell sets.
    Fire Elementalists start with 40 stones.
    Ice Elementalists start with 1 charge of Iceblast.
    Conjurers start with a potion of magic.
    Air Elementalists start with a potion of flight.

86
Traditional Roguelikes (Turn Based) / Re: IVAN (release 0.57!)
« on: September 25, 2019, 12:14:37 PM »
v0.57
Quote
Changes:

    NEW Black Market, an end-game shop to spend all excess gold in!
    Added game lore and fiction to the Doc folder.
    Magic helmets spawn with random materials.
    Some helmets switched from full helmet to normal.
    Keys now very rarely break when used.

Fixes:

    New "expansive terrain" can help prevent blocking important entrances.
    Improved item search algorithm.
    Fixed ring detection to work same as scrolls.
    Enable wishes for empty containers, make empty cans and empty bottles wishable.
    No rotated pictures for equipments and newly-spawned items.
    Do not aggressively upgrade dependencies for mac build.
    Mirrored items cannot be dismantled into permanent lump of material.
    Stop weapon swap from auto-stealing items in shops.
    NPCs will sometimes talk to you on their own.
    Possibly fixed the window context glitch in Windows.

87
Traditional Roguelikes (Turn Based) / Re: bcrawl (now at v1.14.2!)
« on: September 20, 2019, 09:22:55 PM »
v1.14.2

   
Quote
Flaming Arrows (L2 Charms/Fire) adds bonus damage to ranged attacks.
    Regeneration ends when at max HP.
    Spellforged Servitors created by players have one spell, which is the spell from its list of possible spells that the player has the highest spell power for.
    Monsters stepping on visible alarm traps will mark the player.
    Thrown stones have a lower base delay (1.1 -> 1) and min delay (0.7 -> 0.5).

    Merges some bug fixes.
    Infestation is now a level 6 Hexes/Poison/Transmutation spell that creates Hornets or Spark Wasps depending on spell power.
    Freezing Cloud is now Ice/Air.
    Potions of flight give a Swiftness effect in addition to flight.

    Blowguns use Fighting skill instead of Throwing skill.
    Hepliaklqana's Transference ability costs much less piety, but doesn't gain the effect of draining enemies.
    Hepliaklqana's Knight ancestor's first level gets a war axe of flaming instead of a flail.
    Hepliaklqana's Idealise ability is replaced by Incarnate, which gives +20% max HP, healing and/or mana, and increases some skills to at least your Invocations skill. Knights give HP, Fighting, Armour, Shields, and Axes; Battlemages give HP, MP, Conjurations, Earth Magic, Fire Magic, and Staves; Hexers give MP, Spellcasting, Hexes, Charms, and Evocations.

    Monsters can use iceblast wands, but low-HD monsters won't use strong wands.
    Fedhas no longer gives piety for kills by oklobs or mushrooms.

    The Lair entrance is on D:7-9 instead of D:7-10.
    Kobolds have some better aptitudes, better stat gain, and the Talons 1 mutation.
    Lugonu's Banish ability costs less (3-4 -> 2-3) piety.
    Ogres and Trolls can worship Beogh, but can only convert at an altar.
    TSO gives ammo gifts.
    Gozag shop costs don't increase with number. Instead, shop and potion costs increase with time taken.

    Lugonu gives armour and ammo gifts.
    Trog no longer gifts ammo.
    Jory and Frederick have reworked spell sets.

Great swords have higher (15 -> 16) base damage.
The Sword of Power has an enchantment level of (your strength - 10).
Jory has Summon Undead instead of Crystal Spear.

    Djinni get Wild Magic, Berserkitis, Blurry Vision, and Blink mutations. After their berserk rages end, they never pass out and get a few turns of Brilliance.
    Nemelex card changes: Pain casts Torment instead of summoning a Flayed Ghost, and Clouds creates a cloud under each enemy instead of clouds around enemies.

    new playable species: Skeletons have -20% HP, but have good aptitudes, guardian spirit, and heal when casting spells. They also gain reduced encumbrance from armour and health regeneration from kills.
    Each time you enter the Abyss increases the depth of your next entry.

88
Alpha 2.7

   
Quote
Cut the main dungeon floor count from 30 to 20. Overall the total floor count will remain the same because...
    Added a new branch: Kobold Cavern and increased floor count on all the other existing branches. Going forward this will be the strategy for adding more levels and level variety. Look for more themed branches in the future.
    Diversified Kobolds a bit. They can spawn as workers, soldiers, scouts, and veterans.
    Added a new boss to the end of Kobold Cavern
    Tweaked the spawn tables to correspond with the new floor counts
    Added new throwing weapons: war darts and throwing axes.
    Various bug fixes for traps, potions, vault spawning, item dropping...

Weapons can now spawn as low, normal, or high quality. The low and high quality weapons will have prefixes, and their power and penetration will be modified.

Memorized spells now cost half their casting cost and ignore the "read/write" check when casting. Casting a spell by reading it from a book requires a literacy check because you're, well, reading it. This gives memorization a real reason to exist!

    Implemented a trap system and added a couple trap types to the map generator. The current traps a pretty basic: an arrow trap and a "sealed room" trap, where the room gets partially sealed off. The "mechanics" skill is now used for detecting traps in addition to lock picking.
    Added a new tool, the mattock. Use this tool to remove walls.
    Added a new "infighter" behavior, which has monsters wanting to fight other monsters in addition to fighting you. A new "knight" monster has this behavior, and the new "raging" monster mod adds this behavior to monsters, too.
    Added a bunch of monster modifiers, similar to item modifiers. You should now occasionally see monsters with prefixes like "oversized", "lame", "devout", etc. These modify monster stats, skills, and behaviors.

89
Traditional Roguelikes (Turn Based) / Re: Zorbus
« on: August 26, 2019, 12:16:04 PM »
Saurial is definitely a deep and juicy cut on the racial gains---nice.   8)  Keep delving deeply!

90
Alpha 2
   
Quote
Reworked map generation. You're less likely to see the larger, cave like maps on higher levels, and the maps are generally smaller now.

    Reworked monster spawning. I adjusted some spawn tables and rates to increase the bad guy count.

    More variety in human NPC equipment

    Tweaks to hunger/rate of hungriness.

    Minor bug fixes

expanded ossuary and library branches, which were previously one level deep. I also added a handful of "mythical" weapons. These are dropped at the end of the vault branches and are quite powerful, but previously they were mostly "slash" type weapons. I added more "bash" and "polearms" weapons to this mix.

Pages: 1 ... 4 5 [6] 7 8 ... 327