Skip to content

Commit

Permalink
update json submodule to latest (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulleonartcalvo authored May 1, 2024
1 parent 6a29b3a commit 6bf7b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helldivers-2-Models/json
Submodule json updated 64 files
+9 −0 .github/CODEOWNERS
+62 −0 .github/ISSUE_TEMPLATE/bug_report.yml
+11 −0 .github/ISSUE_TEMPLATE/config.yml
+37 −0 .github/ISSUE_TEMPLATE/feature_request.yml
+82 −0 .github/workflows/build-docs.yml
+22 −0 .github/workflows/json-validate.yml
+4 −0 .gitignore
+1 −1 README.md
+6 −0 Writerside/c.list
+ Writerside/images/item_armor_list_single.png
+ Writerside/images/item_armor_passive.png
+ Writerside/images/item_armor_slot.png
+ Writerside/images/mo_reward_amount_highlighted
+ Writerside/images/mo_reward_amount_highlighted.png
+ Writerside/images/mo_reward_type.png
+ Writerside/images/mo_reward_type_highlighted.png
+ Writerside/images/mo_task_type_highlighted.png
+ Writerside/images/mo_task_values_highlighted.png
+ Writerside/images/mo_task_valuetypes_highlighted.png
+ Writerside/images/mo_task_valuetypes_image.png
+ Writerside/images/reward_type_json_image.png
+ Writerside/images/task_type_json_image.png
+46 −0 Writerside/jrd.tree
+9 −0 Writerside/redirection-rules.xml
+40 −0 Writerside/topics/item_armor_armor.md
+13 −0 Writerside/topics/item_armor_slot.md
+21 −0 Writerside/topics/item_weapons_traits.md
+14 −0 Writerside/topics/items_armor_passives.md
+18 −0 Writerside/topics/items_boosters.md
+30 −0 Writerside/topics/items_item_names.md
+15 −0 Writerside/topics/items_weapons_fire_modes.md
+18 −0 Writerside/topics/items_weapons_grenades.md
+28 −0 Writerside/topics/items_weapons_primaries.md
+25 −0 Writerside/topics/items_weapons_secondary.md
+18 −0 Writerside/topics/items_weapons_types.md
+20 −0 Writerside/topics/planet_biomes.md
+19 −0 Writerside/topics/planets_environmentals.md
+35 −0 Writerside/topics/planets_planets.md
+45 −0 Writerside/topics/readme.md
+49 −0 Writerside/topics/reward_types.md
+45 −0 Writerside/topics/task_types.md
+57 −0 Writerside/topics/task_valueTypes.md
+22 −0 Writerside/topics/warbonds_individual.md
+16 −0 Writerside/topics/warbonds_list.md
+5 −0 Writerside/v.list
+8 −0 Writerside/writerside.cfg
+3 −0 assignments/reward/type.json
+0 −3 assignments/reward_type.json
+6 −0 assignments/tasks/task/type.json
+7 −0 assignments/tasks/task/valueTypes.json
+0 −0 assignments/tasks/task/values.json
+0 −3 assignments/types.json
+481 −571 items/armor/armor.json
+7 −7 items/armor/passive.json
+8 −0 items/item_names.json
+2 −1 items/weapons/fire_modes.json
+18 −18 items/weapons/grenades.json
+13 −13 items/weapons/primary.json
+2 −2 items/weapons/secondary.json
+1 −1 items/weapons/traits.json
+8 −7 items/weapons/types.json
+7 −7 planets/planets.json
+22 −0 warbonds.json
+111 −111 warbonds/democratic_detonation.json

0 comments on commit 6bf7b3a

Please sign in to comment.