removed extra curios boots equipment slot, fixed position of gtceu gloves slot

This commit is contained in:
Pyritie 2025-04-26 13:18:10 +01:00
parent 54cc12e9e1
commit 95fe67aaf1
3 changed files with 131 additions and 2 deletions

View file

@ -1 +1,128 @@
{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"gtceu_magnet":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"adv_pattern_encoder":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}}
{
"clothes_hat": {
"x": 20,
"y": 98,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"gtceu_magnet": {
"x": 2,
"y": 116,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"hands": {
"x": 2,
"y": 44,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"belt": {
"x": 2,
"y": 62,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"ring": {
"x": 2,
"y": 117,
"enabled": true,
"halign": "LEFT",
"valign": "TOP"
},
"back": {
"x": 2,
"y": 80,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"bracelet": {
"x": 2,
"y": -3,
"enabled": true,
"halign": "LEFT",
"valign": "CENTER"
},
"necklace": {
"x": 2,
"y": 146,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"body": {
"x": 2,
"y": 126,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"clothes_torso": {
"x": 20,
"y": 80,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"example": {
"x": 0,
"y": 240,
"enabled": false,
"halign": "LEFT",
"valign": "TOP"
},
"curio": {
"x": 2,
"y": 136,
"enabled": true,
"halign": "LEFT",
"valign": "TOP"
},
"head": {
"x": 2,
"y": 98,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"charm": {
"x": 2,
"y": 99,
"enabled": true,
"halign": "LEFT",
"valign": "TOP"
},
"clothes_pants": {
"x": 20,
"y": 62,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"clothes_socks": {
"x": 20,
"y": 44,
"enabled": true,
"halign": "LEFT",
"valign": "BOTTOM"
},
"feet": {
"x": 0,
"y": 60,
"enabled": false,
"halign": "LEFT",
"valign": "TOP"
},
"adv_pattern_encoder": {
"x": 0,
"y": 300,
"enabled": false,
"halign": "LEFT",
"valign": "TOP"
}
}

View file

@ -1,5 +1,5 @@
#List of slots to create or modify.
#See documentation for syntax: https://docs.illusivesoulworks.com/curios/configuration#slot-configuration
#
slots = []
slots = [ "id=head;add_cosmetic=false", "id=feet;size=0" ]

View file

@ -6,6 +6,7 @@
default_reward_team: false
detection_delay: 20
disable_gui: false
drop_book_on_death: false
drop_loot_crates: false
emergency_items_cooldown: 300
grid_scale: 0.5d
@ -24,6 +25,7 @@
}
pause_game: true
progression_mode: "flexible"
show_lock_icons: true
title: "TerraFirmaGreg"
version: 13
}