(0.8.2) Status for Wednesday, July 13, 2016

(0.8.2) Status for Wednesday, July 13, 2016

Postby lugdunon » Wed Jul 13, 2016 10:06 pm

Mods altered in this update:
  • net.lugdunon.currency.gsc
  • net.lugdunon.state.character.movement.free
  • net.lugdunon.world.defaults.character
  • net.lugdunon.world.clover.tui
  • net.lugdunon.world.tupelo.tui
  • net.lugdunon.world.defaults.environment


Server mods altered in this update:
  • net.lugdunon.server.worldgen.defaults


/etc files altered in this update:
  • advancements.json
  • commands.json
  • itemBaseCosts.json
  • items.json
  • metrics.json
  • modifiers.json
  • names.json
  • npcs.json
  • quests.json
  • recipes.json


Release Notes:
  • Added support for calendar date / time modification during world generation (for setting and getting starting date / time).
  • Added net.lugdunon.world.environment.IEnvironment.newCalendar(long time) to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.Environment.newCalendar(long time) to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableSecond() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableMinute() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableHour() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableDay() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableDate() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableWeek() to the client and server-side API.
  • Added net.lugdunon.world.environment.calendar.BaseCalendar.getMaximumAllowableMonth() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableSecond() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableMinute() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableHour() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableDay() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableDate() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableWeek() to the client and server-side API.
  • Added net.lugdunon.world.defaults.environment.calendar.SimpleGaulishCalendar.getMaximumAllowableMonth() to the client and server-side API.
  • Added movementSpeedIncrease stat modifier. Yep, you can now move faster than a walk...
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_EXALTED to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_REVERED to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_HONOREDto the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_FRIENDLY to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_NEUTRAL to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_UNFRIENDLY to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_SUSPECT to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_HOSTILE to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_HATED to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.FACTION_LEVEL_INVALID to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.hasEncounteredFaction (factionId) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.alterFactionStanding(factionId,amount) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionStanding(factionId) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionLevel(factionId) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getBuyModifierForFactionLevel(factionLevel) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionLevelPercentage(factionId) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionStandingRangeForLevel(factionLevel) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionLevelName(factionLevel) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getFactionLevelBarClass (factionLevel) to the client and server-side API.
  • Added net.lugdunon.state.character.stats.ICharacterStats.getMovementSpeed() to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.hasEncounteredFaction (factionId) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.alterFactionStanding(factionId,amount) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getFactionStanding(factionId) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getFactionLevel(factionId) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getBuyModifierForFactionLevel(factionLevel) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getFactionLevelPercentage(factionId) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getFactionStandingRangeForLevel(factionLevel) to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats.getMovementSpeed() to the client and server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStats. STAT_KEY_MOVEMENT_SPEED_INCREASE to the server-side API.
  • Added net.lugdunon.world.defaults.character.DefaultCharacterStatAlterFactionStandingCommand.
  • Added net.lugdunon.command.core.condition.DialogResponseConditionCommand.
  • Added net.lugdunon.command.core.console.gm.AwardHonorificToPlayerCommand.
  • Added net.lugdunon.command.core.console.gm.AwardTitleToPlayerCommand.
  • Added net.lugdunon.command.core.character.SetCustomPaletteCommand.
  • Added net.lugdunon.command.core.edit.DumpScreenRegionCommand.
  • Added net.lugdunon.command.core.ClientExecutionCommand.
  • Added 3 progressive levels of speed increase advancements (10%, 20%, and 40%).
  • Drastically reduced item base costs for barrel o' animals.
  • Fixed foreground / background rendering on BREW.KEG placeable item.
  • Fixed foreground / background rendering on MARKET.SACK placeable item.
  • Fixed foreground / background rendering on MARKET.SACKS placeable item.
  • Fixed foreground / background rendering on MARKET.BIN placeable item.
  • Fixed foreground / background rendering on MARKET.BIN placeable item.
  • Fixed foreground / background rendering on WOOD.PILE.SINGLE placeable item.
  • Fixed foreground / background rendering on SACK.SINGLE placeable item.
  • Fixed foreground / background rendering on WOOD.PILES placeable item.
  • Fixed foreground / background rendering on SACK.MULTIPLE placeable item.
  • Ladders now have placement handler.
  • Bridges now have a placement handler.
  • Added produceType placeable item property.
  • Added produceType of "Potato" for PLANT.POTATO placeable item.
  • Added produceType of "Tomato" for PLANT.TOMATO placeable item.
  • Added produceType of "Wheat" for PLANT.WHEAT placeable item.
  • Added produceType of "Carrot" for PLANT.CARROT placeable item.
  • Added produceType of "Artichoke" for PLANT.ARTICHOKE placeable item.
  • Added produceType of "Pepper" for PLANT.PEPPER placeable item.
  • Added produceType of "Cucumber" for PLANT.CUCUMBER placeable item.
  • Added produceType of "Corn" for PLANT.CORN placeable item.
  • Added produceType of "Flax" for PLANT.FLAX placeable item.
  • Added produceType of "Hops" for PLANT.HOPS placeable item.
  • Added produceType of "Barley" for PLANT.BARLEY placeable item.
  • Added produceType of "Pumpkin" for PLANT.PUMPKIN placeable item.
  • Added produceType of "Beet" for PLANT.SUGARBEET placeable item.
  • Added produceType of "Mustard" for PLANT.MUSTARD placeable item.
  • Added produceType of "Rosemary" for PLANT.ROSEMARY placeable item.
  • Added produceType of "Sage" for PLANT.SAGE placeable item.
  • Added a GM only dump screen region utility item.
  • Added Aspect of the Wolf modifier. Increases movement speed by 20%.
  • Added Aspect of the Wolf spell.
  • Added Aspect of the Wolf scroll.
  • Added Aspect of the Wolf scroll recipe.
  • Added Mire modifier. Decreases movement speed by 80%.
  • Added Mire spell.
  • Added Mire scroll.
  • Added Mire scroll recipe.
  • Removed railed wooden bridge recipe.
  • Added a snake bite attack, that administers a poison effect.
  • Added Snake Poison modifier. DoT that causes a small amount of damage every 1.5 seconds for 7.5 seconds.
  • Lamps and sconces should now be state traversable again.
  • Added a brigand camp reward barrel.
  • Added ascending and descending plain stairs.
  • Added ascending and descending wooden stairs.
  • Added ascending and descending stone stairs.
  • Added net.lugdunon.state.metric.politics.FactionStandingAlteredMetric.
  • Added a SUFFIX_BRIGAND section to names.json.
  • Added a GAULISH_NOBLE_NAME section to names.json.
  • Added a GAULISH_NOBLE_NAME section to names.json.
  • Added a PROVINCE section to names.json.
  • Added a PROVINCE section to names.json.
  • Added a bunch of options to the GAULISH_FEMALE_NAME section of names.json.
  • Added a bunch of options to the THING section of names.json.
  • Added a bunch of options to the DESCRIPTOR section of names.json.
  • Added animalType npc definition property.
  • Added net.lugdunon.state.quest.condition.completion.reward.FactionReward.
  • Removed railed wooden bridge recipe.
  • Added the ability to click on a recipe ingredient item to see that item's recipe (if it can be crafted) in the cookbook (http://lugdunon.net/cookbook.html).
  • Added a forgot account name / password option to the full activation page on lugdunon.net.
  • Fixed a small error (null value) on the registration page on lugdunon.net when registering without an activation key.
  • Added icons for mire and aspect of the wolf abilities Icons.png.
  • Added icon for NPC snake poison icon to Icons.png.
  • Added compass rose, needle, dead on indicator, and link icon to UI.png.
  • Added stairs and stair shadow overlays to Tileset.png.
  • Fixed vertical bridge tiles in Tileset.png.
  • Fixed lunar phase icons in LunarPhases.png.
  • Added support for variable movement speeds.
  • Added support for player character relative distance to biomes values.
User avatar
lugdunon
Site Admin
 
Posts: 407
Joined: Tue Nov 05, 2013 5:53 pm

Re: (0.8.2) Status for Wednesday, July 13, 2016

Postby fstltna » Fri Jul 15, 2016 10:06 pm

Sounds great!
---- https://LugdunonCity.org - portal for the Lugdunon RPG & Lugdunon hosting
---- https://LugdunonCity.org/HostSplash/ - About my Lugdunon hosting
Image
User avatar
fstltna
 
Posts: 155
Joined: Wed May 21, 2014 8:54 am
Location: South San Francisco, CA


Return to Updates

Who is online

Users browsing this forum: No registered users and 16 guests

cron