Skip to content

Commit

Permalink
Merge pull request #1 from thmsndk/wasteland-map-wip-thmsn
Browse files Browse the repository at this point in the history
PoC on wasteland toxic zones
  • Loading branch information
OlDrippy authored Jun 15, 2024
2 parents ecc9ea8 + cca1513 commit b6e958a
Show file tree
Hide file tree
Showing 6 changed files with 5,678 additions and 29,991 deletions.
8 changes: 8 additions & 0 deletions design/conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,14 @@
"debuff":True,
"defense":"firesistance",
},
"wasteland":{
"name":"Wasteland Toxicity",
"skin":"placeholder", # TODO: find a better skin for the debuff
"interval":210, # how often should it tick / trigger
"ui":True,
"debuff":True,
# "defense":"firesistance",
},
"shocked":{
"name":"Shocked",
"skin":"essenceofthunder",
Expand Down
Loading

0 comments on commit b6e958a

Please sign in to comment.