Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"trickster.trick.partytrick.muffle_sound": "Ploy of Tismphones",
"trickster.trick.partytrick.get_vehicle": "Partner Ingress",
"trickster.trick.partytrick.ride_entity": "Passion Ploy",
"trickster.trick.partytrick.dismount_entity": "Ploy of Descend",
"trickster.trick.partytrick.dismount_entity": "Descend Ploy",
"trickster.trick.partytrick.get_breeding_age": "Memento’s Ingress",
"trickster.trick.partytrick.add_breeding_age": "Temporal Ploy"
"trickster.trick.partytrick.add_breeding_age": "Temporal Ploy",

"partytrick.subtitle.clicker": "Clicker clicks"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@
"trickster.trick.partytrick.ride_entity": "激策之技巧",
"trickster.trick.partytrick.dismount_entity": "离座之技巧",
"trickster.trick.partytrick.get_breeding_age": "纪岁之辑流",
"trickster.trick.partytrick.add_breeding_age": "时岁之技巧"
"trickster.trick.partytrick.add_breeding_age": "时岁之技巧",

"partytrick.subtitle.clicker": "卡扣:咔哒"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Returns the given entity's vehicle or void if it's not riding anything.

<|ploy@trickster:templates|trick-id=partytrick:ride_entity,cost=20G + 1.35G^distance|>

Causes the first given entity to ride the second entity. With the mana cost scaling based on distance between them
Causes the first given entity to ride the second entity. With the mana cost scaling based on distance between them.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:dismount_entity,cost=distance^2 * 1G|>

Causes the given entity to dismount their vehicle.
Causes the given entity to dismount their vehicle. Some entities keep their momentum when dismounted.

;;;;;

Expand All @@ -38,4 +38,4 @@ Returns the breeding age of the given animal in ticks. When the breeding age is

<|ploy@trickster:templates|trick-id=partytrick:add_breeding_age,cost=amount^2 * 1G|>

Adds an amount of ticks to the given animals breeding age. Cost stacks the same as [Kinetic Ploy](^trickster:ploys/entity#3)
Adds an amount of ticks to the given animals breeding age. Cost stacks the same as [Kinetic Ploy](^trickster:ploys/entity#3).
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<|ploy@trickster:templates|trick-id=partytrick:dismount_entity,cost=距离^2 * 1G|>

使得给定实体离开其坐骑。
使得给定实体离开其坐骑。部分实体会在离座时保留动量。

;;;;;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
"block.oritechthings.particle_accelerator_speed_sensor.invalid_controller": "⚠ Invalid Target Particle Accelerator ⚠",
"block.oritechthings.particle_accelerator_speed_sensor.invalid_controller.to_far": "⚠ Target Particle Accelerator too far - Max distance 128 blocks ⚠",
"entity.oritechthings.amethyst_fish": "Amethyst Fish",
"gui.oritechthings.particle_accelerator_speed_sensor.auto": "Auto",
"gui.oritechthings.particle_accelerator_speed_sensor.controller": "Particle Accelerator ",
"gui.oritechthings.particle_accelerator_speed_sensor.controller_not_set": "NOT SET !",
"gui.oritechthings.particle_accelerator_speed_sensor.manual": "Manual",
"gui.oritechthings.particle_accelerator_speed_sensor.speed_input": "Speed Input",
"gui.oritechthings.particle_accelerator_speed_sensor.title": "Speed Sensor",
"item.oritechthings.advanced_target_designator": "Advanced Target Designator",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
"block.oritechthings.particle_accelerator_speed_sensor.invalid_controller": "⚠ 无效目标粒子加速器 ⚠",
"block.oritechthings.particle_accelerator_speed_sensor.invalid_controller.to_far": "⚠ 目标粒子加速器距离过远 - 距离上限为128格 ⚠",
"entity.oritechthings.amethyst_fish": "紫晶虫",
"gui.oritechthings.particle_accelerator_speed_sensor.auto": "自动",
"gui.oritechthings.particle_accelerator_speed_sensor.controller": "粒子加速器",
"gui.oritechthings.particle_accelerator_speed_sensor.controller_not_set": "未设置!",
"gui.oritechthings.particle_accelerator_speed_sensor.manual": "手动",
"gui.oritechthings.particle_accelerator_speed_sensor.speed_input": "速度输入框",
"gui.oritechthings.particle_accelerator_speed_sensor.title": "速度传感器",
"item.oritechthings.advanced_target_designator": "高级目标标识器",
Expand Down
Loading