🌐 이 글을 한국어로 읽고 있습니다. 언어를 바꿀까요?
📖 영어 원문으로 읽기
또는 원하는 언어를 선택하세요:

Tetra Material Overhaul Mod는 커스텀 아이템 및 장비 부품에 대한 컨텍스트 필드를 추가하여 Tetra의 기능을 확장합니다. 데이터 팩을 통해 재료 보너스, 모듈 업그레이드 및 개선 사항에 대한 특정 조건을 설정할 수 있습니다. 특정 무기 슬롯과 부품을 타겟팅할 수 있어 원하는 위치에만 커스텀 스탯이 적용되도록 할 수 있습니다. 이를 통해 커스텀 아이템 세트 제작이 훨씬 깔끔해지며, 팩 제작자가 장비 밸런스를 직접 제어할 수 있습니다.

Tetra Material Overhaul Mod

주요 기능:

  • Tetra 재료, 모듈 및 개선 사항에 컨텍스트(contexts) 필드를 추가합니다.
  • 속성 보너스와 효과 배율이 적용되는 위치를 제어할 수 있습니다.
  • 모듈 부품을 데이터 팩의 일치하는 재료 컨텍스트 키와 직접 연결합니다.
  • 선택한 무기 변형에 커스텀 공격 데미지, 공격 속도 및 도구 스탯을 적용합니다.
  • 표준 데이터 팩 JSON 파일과 호환되어 무기 및 도구 제작 밸런스를 조정할 수 있습니다.

설정 방법:

다음은 커스텀 재료 JSON 파일에 컨텍스트 블록을 추가하는 예시입니다:

{
  "key": "test",
  "category": "bone",
  "primary": 5,
  "secondary": 1.9,
  "tertiary": 4.5,
  "durability": 120,
  "integrityCost": 1,
  "integrityGain": 5,
  "magicCapacity": 108,
  "toolLevel": "minecraft:stone",
  "toolEfficiency": 4.5,
  "tints": {
    "glyph": "bone_glyph",
    "texture": "bone"
  },
  "textures": [
    "bone",
    "crude"
  ],
  "material": {
    "items": [
      "minecraft:heart_of_the_sea"
    ]
  },
  "requiredTools": {
    "hammer_dig": "minecraft:wood"
  },
  "contexts": {
    "test": {
      "attributes": {
        "generic.attack_speed": 114514
      },
      "effects": {
        "test": [10, 5]
      }
    }
  }
}

모듈 JSON 파일 내에서 해당 컨텍스트를 매칭하는 방법은 다음과 같습니다:

{
  "replace": true,
  "slots": [ "sword/blade" ],
  "type": "tetra:basic_major_module",
  "improvements": [
    "tetra:sword/basic_blade/",
    "tetra:sword/shared_blade/",
    "tetra:sword/shared/",
    "tetra:shared/"
  ],
  "variants": [
    {
      "materials": [ "tetra:wood/", "tetra:stone/", "tetra:metal/", "tetra:gem/", "tetra:bone/" ],
      "key": "basic_blade/",
      "attributes": {
        "generic.attack_speed": -1.9
      },
      "effects": {
        "sweeping": 1
      },
      "tools": {
        "cut": [ 1, 2 ]
      },
      "aspects": {
        "edged_weapon": 2,
        "breakable": 2
      },
      "durability": -20,
      "tags": [ "forge:swords" ],
      "contexts": ["test"],
      "extract": {
        "primaryAttributes": {
          "generic.attack_damage": 1
        },
        "durability": 0.9,
        "integrity": -1,
        "magicCapacity": 1,
        "glyph": {
          "textureX": 0
        },
        "availableTextures": [ "metal", "shiny", "grainy", "crude" ],
        "models": [ { "location": "tetra:item/module/sword/blade/basic/" } ]
      }
    }
  ]
}

필수 요소:

Tetra Material Overhaul Mod Download Links

Minecraft용 1.20.1, 1.20, Client

이 글을 평가하려면 클릭하세요!
[Total: 0 Average: 0]