fix action ids

This commit is contained in:
ChuijkYahus 2023-02-20 09:49:33 +08:00 committed by GitHub
parent 8c217cb986
commit f3edb5f0d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,11 +409,11 @@
"hexcasting.action.hexcasting:fisherman/copy": "渔夫之策略,第二型",
"hexcasting.action.hexcasting:swizzle": "骗徒之策略",
"hexcasting.action.hexcasting:and_bit": "交叉之馏化",
"hexcasting.action.hexcasting:or_bit": "统一之馏化",
"hexcasting.action.hexcasting:xor_bit": "排斥之馏化",
"hexcasting.action.hexcasting:not_bit": "反相之纯化",
"hexcasting.action.hexcasting:to_set": "唯一之纯化",
"hexcasting.action.hexcasting:bit/and": "交叉之馏化",
"hexcasting.action.hexcasting:bit/or": "统一之馏化",
"hexcasting.action.hexcasting:bit/xor": "排斥之馏化",
"hexcasting.action.hexcasting:bit/not": "反相之纯化",
"hexcasting.action.hexcasting:bit/to_set": "唯一之纯化",
"hexcasting.action.hexcasting:and": "合取之馏化",
"hexcasting.action.hexcasting:or": "析取之馏化",
"hexcasting.action.hexcasting:xor": "互斥之馏化",