Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation? In -my- Cataclysm? doc/MAPGEN.md added. Minor syntax change to jsonmapgen, "lua": "scriptgoeshere". Change default weight to 100000 to allow *rare* buildings #4823

Merged
merged 9 commits into from Dec 4, 2013

Conversation

Projects
None yet
4 participants
@atomicdryad
Copy link
Contributor

commented Dec 2, 2013

Documentation (!!!!) for mapgen added as doc/MAPGEN.md

mapgen_function_json: Minor syntax switching;
'"set": [ { "set": ...' ==> '"set": [ { "point": ...'
'"spawn_items": [ { "id": "itype", ...' ==> '"add": [ { "item": "itype", ...'

mapgen_function_json: Optionally run lua after json stuff ends, and before rotation, with:
"lua": "string" or
"lua": [ "array", "o", "lines" ]

atomicdryad added some commits Dec 2, 2013

Documentation (!!!!) for mapgen added as doc/MAPGEN.md
mapgen_function_json: Minor syntax switching;
'"set": [ { "set": ...' ==> '"set": [ { "point": ...'
'"spawn_items": [ { "id": "itype", ...' ==> '"add": [ { "item": "itype", ...'

mapgen_function_json: Optionally run lua after json stuff ends, and before rotation, with:
"lua": "string" or
"lua": [ "array", "o", "lines" ]
<Github_suit_1> I KNOW, LET US DEVELOP A NEW MARKUP SYSTEM
<Github_suit_2> ????
<Github_suit_1> WITH LITTLE NUANCES.
<Github_suit_1> THAT WAY, THEY PAY ATTENTION TO US.
<Github_suit_2> !!!! :D~~~~~
Revert "bleh formatting"
This reverts commit 6277dac.
>.<
@dwarfkoala

This comment has been minimized.

Copy link

commented Dec 2, 2013

You're doing god's work, son/daughter/mutated deathbeast/cyborg.

@KA101

This comment has been minimized.

Copy link
Contributor

commented Dec 3, 2013

AD's made her stance on "toasters" quite clear. ;-) Docs are a major accessibility aid, though, and much appreciated.

@kevingranade kevingranade merged commit 2d1cc0d into CleverRaven:master Dec 4, 2013

1 check passed

default This has been rescheduled for testing as the 'master' branch has been updated.

@kevingranade kevingranade changed the title Documentation? In -my- Cataclysm? doc/MAPGEN.md added. Minor syntax change to jsonmapgen, "lua": "scriptgoeshere". Change default weight to 100000 to allow *rare* buildings Documentation? In -my- Cataclysm? doc/MAPGEN.md added. Minor syntax change to jsonmapgen, "lua": "scriptgoeshere". Change default weight to 100000 to allow *rare* buildings Sep 20, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.