pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

crawl-stone-soup: update to dungeon-crawl-stone-soup-0.21.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jan 7 11:32:22 2018 +0200
Changeset:	b631959efcfb4f631cfd6b147a52fca0d8782f3a

Modified Files:
	crawl-stone-soup/Makefile
	crawl-stone-soup/distinfo

Log Message:
crawl-stone-soup: update to dungeon-crawl-stone-soup-0.21.0

Changelog:

Stone Soup 0.21 (20180105)
--------------------------

Highlights
----------
* New species: Gnolls
* New god: Wu Jian Council
* New spell: Borgnjor's Vile Clutch

Branches, Environment
---------------------
* The rate at which unique Pan lord levels appear in Pandemonium is increased.
* Transporters now have a 'landing site' that indicates their destination.
* The Hellbinder and Cloud Mage Wizlabs have been revamped to give greater and
  more varied challenges as well as improved loot.

Character
---------
* New species: Gnolls, with extremely high aptitudes for all skills, but
  an inability to focus: Gnolls always train all skills equally, regardless
  of whether they have the requisite items or spells.
* Ogres now have better aptitudes in shortblades, longblades, and axes.

Gods
----
* New (temple) god: Wu Jian Council
  - Grants free 'martial' attacks from certain movement actions:
    * 0*: Moving toward an enemy triggers 'Lunge', which attacks the enemy and
      does extra damage.
    * 1*: Moving between tiles adjacent to a monster triggers 'Whirlwind',
      which attacks all adjacent foes and 'pins' them, preventing one turn of
      movement.
    * 2*: Moving against solid obstacles triggers a two-turn Wall Jump, moving
      two tiles in the opposite direction and attacking any adjacent enemies.
      This ability can also be triggered via an (a)bility, and the movement-
      based mode can be disabled using `wall_jump_move = false` in your rc
      file for more careful play.
  - 3*: Active 'Serpent's Lash' ability, granting two free movement actions,
    of which any martial actions will never miss.
  - 5*: Active 'Heavenly Storm' ability, creating opaque clouds and increasing
    your martial prowess while you continue to use 'martial' attacks.
  - Piety is gained through defeating foes.
* Gozag Potion Petition no longer offers haste/berserk potions for species
  that can't haste/berserk.
* Zin blocks 100% of mutations at 6* piety. At that piety level, potions of
  mutation now only remove mutations and don't cause piety loss.
* Zin no longer has a mutation removal one-time ability at 6* piety.
* Makhleb's Minor Destruction has slightly lowered range, and Makhleb's Major
  Destruction has slightly increased range.

Interface
---------
* Players can now set training targets for skills.
  - Press = on the skill screen, select a skill, and enter a skill level.
  - Training of that skill is disabled when it reaches the specified level.
* Water species except for merfolk autoexplore/travel through shallow water.
* Diagonal shift-running now stops properly at doors.
* Draconian players now show their hat tiles in Tiles/WebTiles.
* New 'tc_forbidden' RC option to set color of squares forbidden by travel.
* New xp_by_level morgue table to track XP sources on a per-level basis.
* New -force-map objstat/mapstat option to always place a given map on each
  level.
* New objstat fields for tracking monster numbers/XP from vaults.
* Many new tiles for artefact weapons and monsters.

Items
-----
* Wands of the same type merge charges upon pickup and wands have no cap on
  charges.
* Wands identify charges upon pickup and are destroyed when their last charge
  is used.
* Items in a doorways no longer prevent closing doors in most instances.
  - Items get pushed out of the doorway when the player closes the door.
  - Doors refuse to close only if the items would fall into deep water or lava.
* Potions of mutations remove fewer mutations on average and are a bit rarer.
* Fan of Gales now disperses clouds at the user's location.
* Un-equipping an item currently giving you invisibility now gives extra
  contamination.
* Rods of lightning XP-recharge even when only partially used and only grant a
  power bonus for shots over consecutive turns.
* Scarves are never made as artefacts.
* Wands of random effects include malmutate in the set of possible effects.
* Permanent food has been simplified.
  - Rations are now the only type of permanent food, replacing bread and meat
    rations, fruit, and royal jelly.
  - Ration item generation and well as the herbivore and carnivore mutations
    have been balanced to keep available nutrition the same as before.
  - Fedhas abilities that formerly required a piece of fruit instead require
    two rations.
* Removed:
  - Wands of confusion and lightning.
  - Scrolls of recharging.
  - Mutagenic chunks.

Monsters
--------
* Monsters no longer spawn after level-generation in most places.
  - This also eliminates the "super OOD" timer that could generate
    exceptionally hard monsters after a long time on the level.
  - The number of monsters created during level generation is increased
    slightly to compensate.
  - Pandemonium and Abyss are unaffected by this change.
* A fraction of the monsters generated with a level are created awake,
  but never near stairs.
* Air elementals now have a Vortex ability, which creates a short-range,
  short-duration tornado effect.
* Player ghosts have normal speed regardless of species, never have a chaos
  ego on their melee attack, and no longer generate in portal branches.
* Pandemonium lords can no longer have the Shatter spell.

Spells
------
* New spell: Borgnjor's Vile Clutch (L5 Necromancy/Earth); calls forth undead
  hands from the earth over a smite-targeted area to constrict hostile monsters.
  Appears in the Necromancer starting book, the book of Unlife, and the book of
  Dreams.
* Shatter's damage has been simplified to use one of three dice values for
  susceptibility, and can now slightly damage insubstantial monsters. Intrinsic
  player/monster susceptibility takes precedence for damage over flight status.
* Lee's Rapid Deconstruction now gives each material type a fixed explosion
  damage and size that doesn't increase when a wall is destroyed.
* Removed:
  - Control Undead.
  - Cigotuvi's Embrace.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b631959efcfb4f631cfd6b147a52fca0d8782f3a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 crawl-stone-soup/Makefile | 6 +++---
 crawl-stone-soup/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/crawl-stone-soup/Makefile b/crawl-stone-soup/Makefile
index a0b74f1adc..44638d219c 100644
--- a/crawl-stone-soup/Makefile
+++ b/crawl-stone-soup/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.7 2015/08/18 21:15:41 yhardy Exp $
 
-DISTNAME=	stone_soup-0.20.1-nodeps
-PKGNAME=	dungeon-crawl-stone-soup-0.20.1
+DISTNAME=	stone_soup-0.21.0-nodeps
+PKGNAME=	dungeon-crawl-stone-soup-0.21.0
 CATEGORIES=	games
-MASTER_SITES=	http://crawl.develz.org/release/0.20/
+MASTER_SITES=	http://crawl.develz.org/release/0.21/
 EXTRACT_SUFX=	.tar.xz
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-nodeps//}/source
 
diff --git a/crawl-stone-soup/distinfo b/crawl-stone-soup/distinfo
index fc35c0e6d3..9bbff2295b 100644
--- a/crawl-stone-soup/distinfo
+++ b/crawl-stone-soup/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.4 2015/08/18 21:15:41 yhardy Exp $
 
-SHA1 (stone_soup-0.20.1-nodeps.tar.xz) = b6270913cc1390189fa6802cc499790bd35b10ad
-RMD160 (stone_soup-0.20.1-nodeps.tar.xz) = 2b8fee0786b11275343018c77997bdff29dab6dc
-SHA512 (stone_soup-0.20.1-nodeps.tar.xz) = 9903b4ee0b7fe02736654fc751014e58b5f895bb9472e946f2d77f383ce50a6bd831bb72c6911d06247649ba3d0b1dbe1576dd804dcb77946d5386e22a060365
-Size (stone_soup-0.20.1-nodeps.tar.xz) = 9973376 bytes
+SHA1 (stone_soup-0.21.0-nodeps.tar.xz) = fce67d1f245c88dcf394338a46147e57664281df
+RMD160 (stone_soup-0.21.0-nodeps.tar.xz) = cf04ee27801d4e6ce52eba2526e81fb275d18086
+SHA512 (stone_soup-0.21.0-nodeps.tar.xz) = 2ba58411ddc48bee750e656f5c5fd71051d1850dc64aca00d206c9743afcaeaf592ff5a11a4eb6b56474fcc619e36b3cf9a5d6640e200d5dc9e0f4c33e68fc40
+Size (stone_soup-0.21.0-nodeps.tar.xz) = 10012428 bytes
 SHA1 (patch-source__libunix.cc) = 485c3973bed32e88f7e84e4d42757a987d012090
 SHA1 (patch-source_platform.h) = d310773dc87504677108e59a050b5664d82d41e1


Home | Main Index | Thread Index | Old Index