Skip to content

Commit

Permalink
202311171827 프로젝트: 다람쥐 버그픽스
Browse files Browse the repository at this point in the history
  • Loading branch information
NobleJake committed Nov 17, 2023
1 parent d76953e commit e7e3dd2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 62 deletions.
2 changes: 1 addition & 1 deletion ProjectSquirrel/mutations/item.json
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@
"name": "방사성 대사체계 혈청",
"description": "하나의 특정한 변이만을 제공하도록 설계된 특수 돌연변이 혈청. 방사능 수치를 소모하여 스스로의 체력을 회복할 수 있습니다.",
"color": "light_gray",
"use_action": { "type": "mutagen_iv", "mutation_category": "REDIOGENIC" }
"use_action": { "type": "mutagen_iv", "mutation_category": "RADIOGENIC" }
},
{
"id": "target_iv_mutagen_pheromoneinsect",
Expand Down
30 changes: 6 additions & 24 deletions ProjectSquirrel/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,6 @@
"copy-from": "BOVINE_BULK2",
"extend": { "category": [ "BOVINE_BULK2" ] }
},
{
"type": "mutation",
"id": "TOUGH_FEET",
"copy-from": "TOUGH_FEET",
"extend": { "category": [ "TOUGH_FEET" ] }
},
{
"type": "mutation",
"id": "TOUGH",
Expand Down Expand Up @@ -481,9 +475,9 @@
},
{
"type": "mutation",
"id": "ROBUST",
"copy-from": "ROBUST",
"extend": { "category": [ "ROBUST" ] }
"id": "REGEN_LIZ",
"copy-from": "REGEN_LIZ",
"extend": { "category": [ "REGEN_LIZ" ] }
},
{
"type": "mutation",
Expand Down Expand Up @@ -605,12 +599,6 @@
"copy-from": "PATCHSKIN1",
"extend": { "category": [ "PATCHSKIN1" ] }
},
{
"type": "mutation",
"id": "PATCHSKIN1",
"copy-from": "PATCHSKIN1",
"extend": { "category": [ "PATCHSKIN1" ] }
},
{
"type": "mutation",
"id": "PATCHSKIN2",
Expand Down Expand Up @@ -787,9 +775,9 @@
},
{
"type": "mutation",
"id": "REDIOGENIC",
"copy-from": "REDIOGENIC",
"extend": { "category": [ "REDIOGENIC" ] }
"id": "RADIOGENIC",
"copy-from": "RADIOGENIC",
"extend": { "category": [ "RADIOGENIC" ] }
},
{
"type": "mutation",
Expand All @@ -815,12 +803,6 @@
"copy-from": "INFRESIST",
"extend": { "category": [ "INFRESIST" ] }
},
{
"type": "mutation",
"id": "INFIMMUNE",
"copy-from": "INFIMMUNE",
"extend": { "category": [ "INFIMMUNE" ] }
},
{
"type": "mutation",
"id": "PARAIMMUNE",
Expand Down
Loading

0 comments on commit e7e3dd2

Please sign in to comment.