Skip to content

Commit

Permalink
Quest Update (September 16, 2019) (FINAL)
Browse files Browse the repository at this point in the history
- Fix Bug; If you had no NORMAL quests available and only HARD or VERY HARD, the character fragment would be out of place.
- Add New Character Equipment
- Add Chloe's Character Data

Yes, I used the new file-writer, and it was epic.
  • Loading branch information
Expugn committed Sep 16, 2019
1 parent 375cc96 commit e359c0f
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 110 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ Quest Update (2019-09-16)
- NIGHTMARE (NEW DEFAULT) <https://github.com/Expugn/priconne-quest-helper/blob/master/images/webpage/backgrounds/Nightmare.png>
- New Equipment
- Quest Chapter 27 Normal/Hard data
- New Character Equipment
- Character Data for Chloe
### Changed
- Removed a debug message
- Fixed broken background links in Changelog
### Fixed
- Fixed an issue with Chrome users where if only HARD/VERY HARD quests were displayed, the character shard and drop rate would be out of place
- This visual error wasn't present when a NORMAL quest was available.
- Tested on Samsung Internet and Microsoft Edge; both browsers did not have this visual error.

## [1.3.4] - 2019-09-15
### Added
Expand Down
4 changes: 1 addition & 3 deletions css/item_table.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,9 @@ img.priority-quest-item {
}

.quest-character-shard-drop-rate {
margin-left: -500px;
margin-right: -500px;
position: relative;
font-size: 14px;
left: -527px;
left: -33px;
top: -5px;

text-shadow: 1px 1px 4px #000000,
Expand Down

0 comments on commit e359c0f

Please sign in to comment.