"[ci skip] Automatic Build - 2019.07.24.18.11.30"

This commit is contained in:
AuroraBuildBot
2019-07-24 18:11:30 +00:00
parent 7b575992b5
commit 6bd571c8cf
3 changed files with 12 additions and 42 deletions
+2
View File
@@ -66,6 +66,8 @@
<h3 class="author">PoZe updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">Price of mining RIG is increased to 1000 points and amount of supply is reduced to 2 for mining vending machine.</li>
<li class="tweak">Diona limb regeneration is now progress based instead of a 10 minute timer. Light contributes low amount to progress, biomass(nutrition) contributes medium amount. Radiation contributes big amount. In comparison Diona will regenerate within 10 minutes with just light and having no biomass stored beforehand. Diona who has decent amount of biomass stored will regenerate within 5 minutes. Consuming food like cow while regenerating will take 2 minutes to regenerate limb. Diona who is in light, has biomass stored and has radiation emitting at it will take 1-1.5 minutes to regenerate limb.</li>
<li class="tweak">Status panel now shows stats for Diona like how much biomass, and energy are stored out of maximum. And regeneration process of a limb.</li>
</ul>
<h3 class="author">Scheveningen updated:</h3>
<ul class="changes bgimages16">
+10
View File
@@ -8510,6 +8510,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PoZe:
- tweak: Price of mining RIG is increased to 1000 points and amount of supply is
reduced to 2 for mining vending machine.
- tweak: Diona limb regeneration is now progress based instead of a 10 minute timer.
Light contributes low amount to progress, biomass(nutrition) contributes medium
amount. Radiation contributes big amount. In comparison Diona will regenerate
within 10 minutes with just light and having no biomass stored beforehand. Diona
who has decent amount of biomass stored will regenerate within 5 minutes. Consuming
food like cow while regenerating will take 2 minutes to regenerate limb. Diona
who is in light, has biomass stored and has radiation emitting at it will take
1-1.5 minutes to regenerate limb.
- tweak: Status panel now shows stats for Diona like how much biomass, and energy
are stored out of maximum. And regeneration process of a limb.
Scheveningen:
- bugfix: Fixes an issue with Fade variant hairstyles not appearing correctly in
character set-up to be chosen. Thank ya, thank ya very much.
-42
View File
@@ -1,42 +0,0 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: PoZe
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "Diona limb regeneration is now progress based instead of a 10 minute timer. Light contributes low amount to progress, biomass(nutrition) contributes medium amount. Radiation contributes big amount. In comparison Diona will regenerate within 10 minutes with just light and having no biomass stored beforehand. Diona who has decent amount of biomass stored will regenerate within 5 minutes. Consuming food like cow while regenerating will take 2 minutes to regenerate limb. Diona who is in light, has biomass stored and has radiation emitting at it will take 1-1.5 minutes to regenerate limb."
- tweak: "Status panel now shows stats for Diona like how much biomass, and energy are stored out of maximum. And regeneration process of a limb."