-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CleverRaven:master' into check-proficiencies-channeling
- Loading branch information
Showing
56 changed files
with
1,939 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Found typos? | ||
url: https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files#editing-files-in-another-users-repository | ||
about: They are trivial to fix, even for absolute beginners. Fixing them yourself is faster than reporting them. And you get credit for fixing them, too! | ||
- name: Translations | ||
url: https://github.com/CleverRaven/Cataclysm-DDA/blob/master/doc/TRANSLATING.md | ||
about: Typos or other non-technical errors in translations? Go here. | ||
- name: Tileset Issues | ||
url: https://github.com/I-am-Erk/CDDA-Tilesets/issues | ||
about: For issues concerning the built-in tilesets. | ||
- name: Github Discussion | ||
url: https://github.com/CleverRaven/Cataclysm-DDA/discussions | ||
about: For nonspecific feature requests, balance concerns, and questions about the game, prefer opening a discussion to an issue. | ||
- name: Project Forums | ||
url: https://discourse.cataclysmdda.org/ | ||
about: For even more general discussion with the community, consider posting on the forums. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
data/json/mapgen/aircraft_carrier/aircraft_carrier_z4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ [ "aircraft_carrier_1a_4" ], [ "aircraft_carrier_2a_4" ] ], | ||
"object": { | ||
"fill_ter": "t_metal_roof", | ||
"rows": [ | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππππππππππππππππππ", | ||
"ππππππππööööööööππππππππ", | ||
"πππππππööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööoöööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööÄöööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"ππππππöööööööööööπππππππ", | ||
"πππππöööööööööööööππππππ", | ||
"πππöööööööööööööööööππππ", | ||
"πππöööööööööööööööööππππ", | ||
"πππöööööööööööööööööππππ", | ||
"ππππöööööööoööööööööππππ", | ||
"ππππöööööööööööööööπππππ", | ||
"ππππöööööööööööööööπππππ", | ||
"ππππöööööööööööööööπππππ", | ||
"ππππöööööööööööööööπππππ", | ||
"πππππöööööööööööööππππππ", | ||
"πππππöööööööööööööππππππ", | ||
"πππππöööööööööööööππππππ", | ||
"ππππππööÖÖÖÖÖÖÖööπππππππ", | ||
"πππππππööööööööööπππππππ" | ||
], | ||
"palettes": [ "aircraft_carrier_palette" ] | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.