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

Alpha version of labyrinthine structures, a dungeon for CBMs #73247

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
866ae88
base file for making and testing labyrinthine structures
I-am-Erk Apr 24, 2024
eb66a68
cleanup, test, add stuff
I-am-Erk Apr 24, 2024
258630d
make all the primary linear directions
I-am-Erk Apr 24, 2024
ae78567
start making it mutable
I-am-Erk Apr 25, 2024
1aa41fc
add beginning of mutable mapgen
I-am-Erk Apr 25, 2024
60fb881
Update labyrinthine_structure.json
I-am-Erk Apr 25, 2024
6ef38e1
Update labyrinthine_structure.json
I-am-Erk Apr 26, 2024
f5d65d4
palettize
I-am-Erk Apr 26, 2024
1a870ed
Merge remote-tracking branch 'upstream/master' into labyrinth-basic
I-am-Erk Apr 26, 2024
d6dec92
Huge updates, tons of rooms, starting to take shape
I-am-Erk Apr 26, 2024
358634e
Some palette work and room contents
I-am-Erk Apr 26, 2024
1d49cc2
Extend the bridge. Talk to a computer. Good times.
I-am-Erk Apr 27, 2024
c9bc143
Update labyrinthine_structure.json
I-am-Erk Apr 27, 2024
79f1d65
add some monsters, a ton of rooms
I-am-Erk Apr 27, 2024
cfc580a
This is almost ready for testing
I-am-Erk Apr 27, 2024
7b8fda7
item groups
I-am-Erk Apr 27, 2024
65cce29
start adding passcodes
I-am-Erk Apr 28, 2024
9e4a77e
omg it's almost there
I-am-Erk Apr 28, 2024
95e46bc
It works now! It just needs loot.
I-am-Erk Apr 28, 2024
23fc8ad
some test item spawns
I-am-Erk Apr 28, 2024
46eacec
Playable test!
I-am-Erk Apr 28, 2024
579bd60
break it all up, move it into a mod
I-am-Erk Apr 29, 2024
93a4aa8
work on teleporting to entrance
I-am-Erk Apr 29, 2024
1b218a1
cleanup
I-am-Erk Apr 30, 2024
7ef7d5c
use special entrance map
I-am-Erk Apr 30, 2024
0c261ce
Merge remote-tracking branch 'upstream/master' into labyrinth-basic
I-am-Erk May 1, 2024
2caa847
Rubik will teleport you to the exodii labyrinth, prototype
I-am-Erk May 2, 2024
30d959c
delete artifactual file
I-am-Erk May 2, 2024
91fe1b4
lint
I-am-Erk May 2, 2024
097dc54
typo
I-am-Erk May 2, 2024
5892e77
Apply suggestions from code review
I-am-Erk May 3, 2024
09d7a88
Update data/mods/CBM_Dungeon_Test/omt_labyrinth.json
I-am-Erk May 3, 2024
71c92af
Update data/mods/CBM_Dungeon_Test/LS_furniture_and_terrain.json
I-am-Erk May 3, 2024
87f77d9
Update data/mods/CBM_Dungeon_Test/oms_labyrinth.json
I-am-Erk May 3, 2024
349bdc5
try fixing some spawn errors
I-am-Erk May 3, 2024
3491267
map error fix
I-am-Erk May 3, 2024
9a1f768
a bit of palette and item updating
I-am-Erk May 3, 2024
1e29063
fill out itemgroups into all maps
I-am-Erk May 4, 2024
8af99fd
Update data/mods/CBM_Dungeon_Test/ls_mapgen_updates.json
I-am-Erk May 5, 2024
8a6123e
Have sparkling chasms teleport you out of the labyrinth. (#33)
MNG-cataclysm May 16, 2024
e80ce2f
Update data/mods/CBM_Dungeon_Test/labryinth_traps.json
I-am-Erk May 17, 2024
f1baf36
Update data/mods/CBM_Dungeon_Test/LS_furniture_and_terrain.json
I-am-Erk May 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/npcs/exodii/exodii_merchant_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{ "skill": "gun", "bonus": { "rng": [ 2, 4 ] } },
{ "skill": "rifle", "bonus": { "rng": [ 2, 4 ] } },
{ "skill": "unarmed", "bonus": { "rng": [ 2, 4 ] } },
{ "skill": "speech", "bonus": { "rng": [ 5, 8 ] } }
{ "skill": "speech", "bonus": 10 }
]
},
{
Expand Down
Loading
Loading