Skip to content

Commit

Permalink
style: run deno fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nocontribute authored and scarf005 committed Sep 15, 2023
1 parent 393fa12 commit 052740d
Show file tree
Hide file tree
Showing 2,570 changed files with 303,816 additions and 228,910 deletions.
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"tag_resolver": {
"method": "sort"
}
}
}
456 changes: 250 additions & 206 deletions data/json/achievements.json

Large diffs are not rendered by default.

56 changes: 48 additions & 8 deletions data/json/ammo_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"damage": 0,
"radius": 0,
"fire": false,
"fragment": { "impact": { "damage_type": "cut", "amount": 0, "armor_multiplier": 3 }, "range": 0 }
"fragment": {
"impact": { "damage_type": "cut", "amount": 0, "armor_multiplier": 3 },
"range": 0
}
},
"do_flashbang": false,
"do_emp_blast": false
Expand All @@ -42,7 +45,13 @@
{
"id": "NAPALM_BIG",
"type": "ammo_effect",
"aoe": { "field_type": "fd_fire", "intensity_min": 1, "intensity_max": 1, "radius": 3, "size": 4 },
"aoe": {
"field_type": "fd_fire",
"intensity_min": 1,
"intensity_max": 1,
"radius": 3,
"size": 4
},
"explosion": { "damage": 20, "radius": 5, "fire": true }
},
{
Expand Down Expand Up @@ -100,7 +109,13 @@
{
"id": "PLASMA_BUBBLE",
"type": "ammo_effect",
"aoe": { "field_type": "fd_plasma", "intensity_min": 1, "intensity_max": 3, "radius": 1, "chance": 10 }
"aoe": {
"field_type": "fd_plasma",
"intensity_min": 1,
"intensity_max": 3,
"radius": 1,
"chance": 10
}
},
{
"id": "EXPLOSIVE_HUGE",
Expand Down Expand Up @@ -130,17 +145,32 @@
{
"id": "FRAG_BIG",
"type": "ammo_effect",
"explosion": { "fragment": { "impact": { "damage_type": "cut", "amount": 100, "armor_multiplier": 3 }, "range": 7 } }
"explosion": {
"fragment": {
"impact": { "damage_type": "cut", "amount": 100, "armor_multiplier": 3 },
"range": 7
}
}
},
{
"id": "FRAG",
"type": "ammo_effect",
"explosion": { "fragment": { "impact": { "damage_type": "cut", "amount": 50, "armor_multiplier": 3 }, "range": 5 } }
"explosion": {
"fragment": {
"impact": { "damage_type": "cut", "amount": 50, "armor_multiplier": 3 },
"range": 5
}
}
},
{
"id": "FRAG_SMALL",
"type": "ammo_effect",
"explosion": { "fragment": { "impact": { "damage_type": "cut", "amount": 30, "armor_multiplier": 3 }, "range": 3 } }
"explosion": {
"fragment": {
"impact": { "damage_type": "cut", "amount": 30, "armor_multiplier": 3 },
"range": 3
}
}
},
{
"id": "MININUKE_MOD",
Expand Down Expand Up @@ -185,12 +215,22 @@
{
"id": "STREAM_GAS_FUNGICIDAL",
"type": "ammo_effect",
"trail": { "field_type": "fd_fungicidal_gas", "intensity_min": 1, "intensity_max": 2, "chance": 66 }
"trail": {
"field_type": "fd_fungicidal_gas",
"intensity_min": 1,
"intensity_max": 2,
"chance": 66
}
},
{
"id": "STREAM_GAS_INSECTICIDAL",
"type": "ammo_effect",
"trail": { "field_type": "fd_insecticidal_gas", "intensity_min": 1, "intensity_max": 2, "chance": 66 }
"trail": {
"field_type": "fd_insecticidal_gas",
"intensity_min": 1,
"intensity_max": 2,
"chance": 66
}
},
{
"id": "LIGHTNING",
Expand Down
17 changes: 15 additions & 2 deletions data/json/anatomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,24 @@
{
"id": "human_anatomy",
"type": "anatomy",
"parts": [ "eyes", "head", "mouth", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ]
"parts": [
"eyes",
"head",
"mouth",
"torso",
"arm_l",
"arm_r",
"hand_l",
"hand_r",
"leg_l",
"leg_r",
"foot_l",
"foot_r"
]
},
{
"id": "default_anatomy",
"type": "anatomy",
"parts": [ "torso", "head" ]
"parts": ["torso", "head"]
}
]
12 changes: 9 additions & 3 deletions data/json/artifact/premade_artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
"description": "This is a solid cube that is much heavier than its size suggests. When you look at it, it pulls your gaze inward until you fall through the sky, showing you a top-down view of your position with the surroundings revealed.",
"weight": "2 kg",
"volume": "100 ml",
"material": [ "iron" ],
"material": ["iron"],
"symbol": "]",
"color": "light_gray",
"flags": [ "TRADER_AVOID" ],
"flags": ["TRADER_AVOID"],
"relic_data": {
"passive_effects": [ { "has": "HELD", "condition": "ALWAYS", "ench_effects": [ { "effect": "debug_clairvoyance", "intensity": 1 } ] } ]
"passive_effects": [
{
"has": "HELD",
"condition": "ALWAYS",
"ench_effects": [{ "effect": "debug_clairvoyance", "intensity": 1 }]
}
]
}
}
]
Loading

0 comments on commit 052740d

Please sign in to comment.