Skip to content

Commit

Permalink
Fixes FS-38 Eradicator Armor Values; Documentation (#20)
Browse files Browse the repository at this point in the history
* Warbond Documentation Update

* Fix Slot and typing for FS-38 Eradicator Body Armor.

* Fix for doc build script

* Update for Build Docs

* Add run on Pull Requests that modify Writerside of build-docs.yml
* Add run on Commit Push that modify build-docs.yml

* Fix filename typo

* Fix conflicting mapping names.

---------

Co-authored-by: Chats <chats@irby.us>
  • Loading branch information
chatterchats and Chats authored Apr 25, 2024
1 parent 5a62d07 commit 266bee8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build documentation
on:
push:
branches: ['master', 'main']
paths: ['Writerside/**']
paths: ['Writerside/**', '**/build-docs.yml']
pull_request:
paths: ['Writerside/**', '**/build-docs.yml']
workflow_dispatch:

permissions:
Expand All @@ -13,7 +15,7 @@ permissions:
env:
INSTANCE: 'Writerside/jrd'
ARTIFACT: 'webHelpJRD2-all.zip'
DOCKER_VERSION: '233.14938'
DOCKER_VERSION: '241.15989'

jobs:
build:
Expand Down Expand Up @@ -56,6 +58,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: [build, test]
if: ${{ ! github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand Down
3 changes: 1 addition & 2 deletions Writerside/jrd.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
</toc-element>
<toc-element toc-title="Planets">
<toc-element topic="planet_biomes.md"/>
<toc-element topic="planest_environmentals.md"/>
<toc-element topic="planets_environmentals.md"/>
<toc-element topic="planets_planets.md"/>
</toc-element>
<toc-element toc-title="Warbonds">
<toc-element topic="warbonds_list.md"/>
<toc-element topic="warbonds_individual.md"/>
</toc-element>


</instance-profile>
2 changes: 1 addition & 1 deletion Writerside/topics/items_weapons_types.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Types
# Primary Weapon Types

## dictionary
This json contains a dictionary of key: value pairs, representing the arbitrarily assigned Weapon Type IDs, with the
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Writerside/topics/task_types.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Types
# Task Types

## dictionary
This json contains a dictionary of key: value pairs, representing the task information returned from the Helldivers 2
Expand Down
14 changes: 7 additions & 7 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1262,18 +1262,18 @@
"547904705": {
"name": "FS-38 Eradicator",
"description": "First deployed in the mines of Cyberstan, where it offered protection against explosions in the hydrogen-rich caverns.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
"type": 0,
"slot": 2,
"armor_rating": 50,
"speed": 550,
"stamina_regen": 125,
"passive": 3
},
"3664047629": {
"name": "FS-38 Eradicator",
"description": "First deployed in the mines of Cyberstan, where it offered protection against explosions in the hydrogen-rich caverns.",
"type": 1,
"slot": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
Expand Down

0 comments on commit 266bee8

Please sign in to comment.