Skip to content

Commit

Permalink
fix json with autoformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Vgoloshivskiy committed May 24, 2024
1 parent 85e5d7e commit d311dcf
Showing 1 changed file with 0 additions and 135 deletions.
135 changes: 0 additions & 135 deletions data/json/npcs/exodii/exodii_merchant_talk.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,141 +439,6 @@
"effect": [
{ "u_add_var": "dialogue_exodii_cybor_rescue_ongoing", "value": "no" },
{ "u_add_var": "dialogue_exodii_cybor_rescue_ongoing_current_type", "value": "none" },
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 1
}
},
"then": { "u_spawn_item": "bio_power_storage", "count":2 }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 20
}
},
"then": { "u_spawn_item": "bio_nanobots" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 4
}
},
"then": { "u_spawn_item": "bio_armor_arms" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 6
}
},
"then": { "u_spawn_item": "bio_armor_eyes" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 4
}
},
"then": { "u_spawn_item": "bio_armor_head" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 4
}
},
"then": { "u_spawn_item": "bio_armor_legs" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 3
}
},
"then": { "u_spawn_item": "bio_armor_torso" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 10
}
},
"then": { "u_spawn_item": "bio_carbon" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 10
}
},
"then": { "u_spawn_item": "bio_climate" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 9
}
},
"then": { "u_spawn_item": "bio_digestion" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 8
}
},
"then": { "u_spawn_item": "bio_flashlight" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 20
}
},
"then": { "u_spawn_item": "bio_gills" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 20
}
},
"then": { "u_spawn_item": "bio_leukocyte" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 20
}
},
"then": { "u_spawn_item": "bio_metabolics" }
},
{
"if": {
"x_in_y_chance": {
"x": 1,
"y": 15
}
},
"then": { "u_spawn_item": "bio_synlungs" }
},
{ "if": { "x_in_y_chance": { "x": 1, "y": 20 } }, "then": { "u_spawn_item": "bio_nanobots" } },
{ "if": { "x_in_y_chance": { "x": 1, "y": 4 } }, "then": { "u_spawn_item": "bio_armor_arms" } },
{ "if": { "x_in_y_chance": { "x": 1, "y": 6 } }, "then": { "u_spawn_item": "bio_armor_eyes" } },
Expand Down

0 comments on commit d311dcf

Please sign in to comment.