Skip to content

Commit

Permalink
Trickster update:官库更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuijkYahus authored Jan 14, 2025
1 parent 2743e51 commit ecfdd3d
Show file tree
Hide file tree
Showing 17 changed files with 243 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"trickster.trick.trickster.multiply": "Domination Stratagem",
"trickster.trick.trickster.divide": "Submission Stratagem",
"trickster.trick.trickster.modulo": "Distortion of Wholes",
"trickster.trick.trickster.power": "Exponential Distortion",
"trickster.trick.trickster.power": "Distortion of Supremacy",
"trickster.trick.trickster.max": "Noble Stratagem",
"trickster.trick.trickster.min": "Insignificance Stratagem",
"trickster.trick.trickster.ceil": "Distortion of Grandeur",
Expand Down Expand Up @@ -52,9 +52,11 @@
"trickster.trick.trickster.normalize": "Regularity Distortion",
"trickster.trick.trickster.align_vector": "Aligned Regularity Distortion",
"trickster.trick.trickster.invert": "Inversion Distortion",
"trickster.trick.trickster.abs": "Absolutist's Distortion",
"trickster.trick.trickster.length": "Magnitude Distortion",
"trickster.trick.trickster.two": "Foundational Delusion",
"trickster.trick.trickster.read_spell": "Notulist's Delusion",
"trickster.trick.trickster.clear_spell": "Alethophobe's Ploy",
"trickster.trick.trickster.write_spell": "Notulist's Ploy",
"trickster.trick.trickster.write_closed_spell": "Proprietary Notulist's Ploy",
"trickster.trick.trickster.write_macro_ring": "Macro Ploy",
Expand All @@ -73,9 +75,9 @@
"trickster.trick.trickster.sneaking_reflection": "Alternative Ingress",
"trickster.trick.trickster.sprinting_reflection": "Trekking Ingress",
"trickster.trick.trickster.blocking_reflection": "Guard Ingress",
"trickster.trick.trickster.raycast": "Archer's Ingress",
"trickster.trick.trickster.raycast_side": "Architect's Ingress",
"trickster.trick.trickster.raycast_entity": "Scout's Ingress",
"trickster.trick.trickster.raycast": "Pinpoint Ingress",
"trickster.trick.trickster.raycast_side": "Bearing Ingress",
"trickster.trick.trickster.raycast_entity": "Mark Ingress",
"trickster.trick.trickster.get_entity_type": "Motive Verification Ingress",
"trickster.trick.trickster.get_position": "Locational Ingress",
"trickster.trick.trickster.get_eye_position": "Perspective Ingress",
Expand All @@ -84,7 +86,8 @@
"trickster.trick.trickster.get_health": "Fettle Ingress",
"trickster.trick.trickster.get_armour": "Bulwark Ingress",
"trickster.trick.trickster.get_velocity": "Movement Ingress",
"trickster.trick.trickster.add_velocity": "Impulse Ploy",
"trickster.trick.trickster.add_velocity": "Kinetic Ploy",
"trickster.trick.trickster.change_weight": "Ploy of Featherweight",
"trickster.trick.trickster.store_entity": "Containment Ploy",
"trickster.trick.trickster.release_entity": "Extrication Ploy",
"trickster.trick.trickster.polymorph": "Polymorph Ploy",
Expand Down Expand Up @@ -114,6 +117,9 @@
"trickster.trick.trickster.load_argument_8": "Octonary Delusion",
"trickster.trick.trickster.list_create": "Catalogue Delusion",
"trickster.trick.trickster.list_add": "Expansion Stratagem",
"trickster.trick.trickster.list_add_range": "Collection Stratagem",
"trickster.trick.trickster.list_take_range": "Isolation Distortion",
"trickster.trick.trickster.list_reverse": "Counter Distortion",
"trickster.trick.trickster.list_insert": "Inflation Stratagem",
"trickster.trick.trickster.list_get": "Extraction Distortion",
"trickster.trick.trickster.list_index_of": "Locating Distortion",
Expand Down Expand Up @@ -158,6 +164,7 @@
"trickster.trick.trickster.other_hand_slot": "Catch Delusion",
"trickster.trick.trickster.get_item_in_slot": "Fence's Ingress",
"trickster.trick.trickster.get_mana_in_slot": "Ingress of Authority",
"trickster.trick.trickster.get_count_in_slot": "Ingress of Plenitude",
"trickster.trick.trickster.get_max_mana_in_slot": "Crowning Ingress",
"trickster.trick.trickster.get_inventory_slot": "Intrusive Ingress",
"trickster.trick.trickster.drop_stack_from_slot": "Ploy of Offering",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ trickster:
multiply: Domination Stratagem
divide: Submission Stratagem
modulo: Distortion of Wholes
power: Exponential Distortion
power: Distortion of Supremacy
max: Noble Stratagem
min: Insignificance Stratagem
ceil: Distortion of Grandeur
Expand Down Expand Up @@ -69,10 +69,12 @@ trickster:
normalize: Regularity Distortion
align_vector: Aligned Regularity Distortion
invert: Inversion Distortion
abs: Absolutist's Distortion
length: Magnitude Distortion

two: Foundational Delusion
read_spell: Notulist's Delusion
clear_spell: Alethophobe's Ploy
write_spell: Notulist's Ploy
write_closed_spell: Proprietary Notulist's Ploy
write_macro_ring: Macro Ploy
Expand All @@ -93,9 +95,9 @@ trickster:
sneaking_reflection: Alternative Ingress
sprinting_reflection: Trekking Ingress
blocking_reflection: Guard Ingress
raycast: Archer's Ingress
raycast_side: Architect's Ingress
raycast_entity: Scout's Ingress
raycast: Pinpoint Ingress
raycast_side: Bearing Ingress
raycast_entity: Mark Ingress
get_entity_type: Motive Verification Ingress
get_position: Locational Ingress
get_eye_position: Perspective Ingress
Expand All @@ -104,7 +106,8 @@ trickster:
get_health: Fettle Ingress
get_armour: Bulwark Ingress
get_velocity: Movement Ingress
add_velocity: Impulse Ploy
add_velocity: Kinetic Ploy
change_weight: Ploy of Featherweight
store_entity: Containment Ploy
release_entity: Extrication Ploy

Expand Down Expand Up @@ -139,6 +142,9 @@ trickster:

list_create: Catalogue Delusion
list_add: Expansion Stratagem
list_add_range: Collection Stratagem
list_take_range: Isolation Distortion
list_reverse: Counter Distortion
list_insert: Inflation Stratagem
list_get: Extraction Distortion
list_index_of: Locating Distortion
Expand Down Expand Up @@ -188,6 +194,7 @@ trickster:
other_hand_slot: Catch Delusion
get_item_in_slot: Fence's Ingress
get_mana_in_slot: Ingress of Authority
get_count_in_slot: Ingress of Plenitude
get_max_mana_in_slot: Crowning Ingress
get_inventory_slot: Intrusive Ingress
drop_stack_from_slot: Ploy of Offering
Expand Down Expand Up @@ -352,4 +359,4 @@ text.config.trickster-config:

dragDrawing: Draw by dragging
barsHorizontal: Show spell-created bars horizontally
disableOffhandScrollOpening: Require scroll in main hand to edit
disableOffhandScrollOpening: Require scroll in main hand to edit
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"trickster.trick.trickster.multiply": "统治之谋略",
"trickster.trick.trickster.divide": "屈从之谋略",
"trickster.trick.trickster.modulo": "整体之曲变",
"trickster.trick.trickster.power": "指数之曲变",
"trickster.trick.trickster.power": "至尊之曲变",
"trickster.trick.trickster.max": "高贵之谋略",
"trickster.trick.trickster.min": "低位之谋略",
"trickster.trick.trickster.ceil": "壮丽之曲变",
Expand Down Expand Up @@ -52,9 +52,11 @@
"trickster.trick.trickster.normalize": "归一之曲变",
"trickster.trick.trickster.align_vector": "合向归一之曲变",
"trickster.trick.trickster.invert": "取反之曲变",
"trickster.trick.trickster.abs": "绝对主义者之曲变",
"trickster.trick.trickster.length": "模长之曲变",
"trickster.trick.trickster.two": "基础之错觉",
"trickster.trick.trickster.read_spell": "记事员之错觉",
"trickster.trick.trickster.clear_spell": "畏真者之技巧",
"trickster.trick.trickster.write_spell": "记事员之技巧",
"trickster.trick.trickster.write_closed_spell": "禁文记事员之技巧",
"trickster.trick.trickster.write_macro_ring": "宏之技巧",
Expand All @@ -73,9 +75,9 @@
"trickster.trick.trickster.sneaking_reflection": "换立之辑流",
"trickster.trick.trickster.sprinting_reflection": "远足之辑流",
"trickster.trick.trickster.blocking_reflection": "盾护之辑流",
"trickster.trick.trickster.raycast": "弓箭手之辑流",
"trickster.trick.trickster.raycast_side": "建筑师之辑流",
"trickster.trick.trickster.raycast_entity": "侦查员之辑流",
"trickster.trick.trickster.raycast": "着点之辑流",
"trickster.trick.trickster.raycast_side": "承座之辑流",
"trickster.trick.trickster.raycast_entity": "标记之辑流",
"trickster.trick.trickster.get_entity_type": "动机验证之辑流",
"trickster.trick.trickster.get_position": "位置之辑流",
"trickster.trick.trickster.get_eye_position": "视角之辑流",
Expand All @@ -84,7 +86,8 @@
"trickster.trick.trickster.get_health": "体健之辑流",
"trickster.trick.trickster.get_armour": "垒墙之辑流",
"trickster.trick.trickster.get_velocity": "运动之辑流",
"trickster.trick.trickster.add_velocity": "驱动之技巧",
"trickster.trick.trickster.add_velocity": "动能之技巧",
"trickster.trick.trickster.change_weight": "轻羽之技巧",
"trickster.trick.trickster.store_entity": "收容之技巧",
"trickster.trick.trickster.release_entity": "释脱之技巧",
"trickster.trick.trickster.polymorph": "变身之技巧",
Expand Down Expand Up @@ -114,6 +117,9 @@
"trickster.trick.trickster.load_argument_8": "辛参之错觉",
"trickster.trick.trickster.list_create": "目录之错觉",
"trickster.trick.trickster.list_add": "扩展之谋略",
"trickster.trick.trickster.list_add_range": "集合之谋略",
"trickster.trick.trickster.list_take_range": "孤立之曲变",
"trickster.trick.trickster.list_reverse": "计数之曲变",
"trickster.trick.trickster.list_insert": "膨胀之谋略",
"trickster.trick.trickster.list_get": "提取之曲变",
"trickster.trick.trickster.list_index_of": "定目之曲变",
Expand Down Expand Up @@ -158,6 +164,7 @@
"trickster.trick.trickster.other_hand_slot": "抛接之错觉",
"trickster.trick.trickster.get_item_in_slot": "销赃人之辑流",
"trickster.trick.trickster.get_mana_in_slot": "权威之辑流",
"trickster.trick.trickster.get_count_in_slot": "丰裕之辑流",
"trickster.trick.trickster.get_max_mana_in_slot": "加冕之辑流",
"trickster.trick.trickster.get_inventory_slot": "侵入之辑流",
"trickster.trick.trickster.drop_stack_from_slot": "祭献之技巧",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,34 @@ slot... -> number
---

Returns the maximum amount of mana which may be stored in the given slots.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:get_count_in_slot,title=Ingress of Plenitude|>

slot -> number

---

Returns the amount of items stored in the given slot.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:block_from_item,title=Placement Distortion|>

item -> block | void

---

Returns the block type the given item type can be placed as, or void if the item is not a block.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:item_from_block,title=Pickup Distortion|>

block -> item | void

---

Returns the item type that can be used to place the given block type,
or void if the block doesn't have a corresponding item.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Raycasts which target blocks may optionally be made to hit fluids if their last

;;;;;

<|glyph@trickster:templates|trick-id=trickster:raycast,title=Archer's Ingress|>
<|glyph@trickster:templates|trick-id=trickster:raycast,title=Pinpoint Ingress|>

entity, [boolean] -> vector |

Expand All @@ -26,7 +26,7 @@ Returns the block that is hit.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:raycast_side,title=Architect's Ingress|>
<|glyph@trickster:templates|trick-id=trickster:raycast_side,title=Bearing Ingress|>

entity, [boolean] -> vector |

Expand All @@ -38,12 +38,12 @@ Returns a vector representing the side of the block that is hit.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:raycast_entity,title=Scout's Ingress|>
<|glyph@trickster:templates|trick-id=trickster:raycast_entity,title=Mark Ingress|>

entity -> entity |

vector, vector -> entity

---

Returns the entity that is hit.
Returns the entity that is hit.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ Returns the remainder of dividing the first number by the second number.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:power,title=Distortion of Supremacy|>

number, number -> number

---

Returns the first number raised to the power of the second.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:max,title=Noble Stratagem|>

number... | number[] -> number
Expand Down Expand Up @@ -137,6 +147,16 @@ Inverts the given number or vector.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:abs,title=Absolutist's Distortion|>

number -> number

---

If the given number is negative, returns its positive equivalent. Otherwise, does nothing.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:sin,title=Primary Distortion of Geometry|>

number -> number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,26 @@ Creates a new list containing the elements of all given lists.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:list_take_range,title=Isolation Distortion|>

any[], number, [number] -> any[]

---

Returns a list containing the elements of the given list with indexes starting at the first number and ending before the second.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:list_reverse,title=Counter Distortion|>

any[] -> any[]

---

Returns the given list, reversed.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:list_insert,title=Inflation Stratagem|>

any[], number, any... -> any[]
Expand Down Expand Up @@ -89,4 +109,4 @@ any[], any... -> any[]

---

Removes one or many elements from the given list by checking their equality with the set of given fragments.
Removes one or many elements from the given list by checking their equality with the set of given fragments.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Various tricks related to manipulating entities.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:add_velocity,title=Impulse Ploy|>
<|glyph@trickster:templates|trick-id=trickster:add_velocity,title=Kinetic Ploy|>

entity, vector -> entity

Expand All @@ -20,13 +20,23 @@ Applies the given vector as velocity to the given entity.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:change_weight,title=Ploy of Featherweight|>

entity, number -> entity

<|cost-rule@trickster:templates|formula=60kG|>

Given a number between zero and one, multiplies the given entity's effective gravity by that number for one second, provided it is alive.

;;;;;

<|glyph@trickster:templates|trick-id=trickster:polymorph,title=Polymorph Ploy|>

entity, entity ->

<|cost-rule@trickster:templates|formula=8000kG|>

Polymorphs the first entity to appear to be the second in every way. Only works with players.
Polymorphs the first entity to appear to be the second in every way. **Currently only works with players.**

;;;;;

Expand Down Expand Up @@ -68,4 +78,4 @@ entity, number -> entity

<|cost-rule@trickster:templates|formula=abs(currentScale - newScale)^2 * 100kG + newScale * 50kG|>

Changes the scale of the given entity. Entities cannot be scaled below 0.0625 or above 8 times their usual size.
Changes the scale of the given entity. Entities cannot be scaled below 0.0625 or above 8 times their usual size.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ number, slot... -> number

---

Pushes the caster's mana into the items at the given slots, up to the given number, and returns the amount moved.
Pushes mana into the given slots, up to the given number per slot, and returns the amount moved.

;;;;;

Expand All @@ -36,4 +36,4 @@ number, slot... -> number

---

Pulls mana from the given slots into the caster, up to the given number, and returns the amount moved.
Pulls mana from the given slots, up to the given number per slot, and returns the amount moved.
Loading

0 comments on commit ecfdd3d

Please sign in to comment.