Skip to content

Commit d927d0b

Browse files
authored
Update tasks.json
1 parent 33ac425 commit d927d0b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/tasks.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7822,12 +7822,12 @@
78227822
"name": "xp",
78237823
"uses": [
78247824
{
7825-
"description": "Debug command that awards experience points to all party members. Each party actor in the current party receives the same amount of XP. This XP is applied to the party member's currently active class. By default, this awards 9999 XP to each party member.",
7825+
"description": "Awards experience points to all party members. Each party actor in the current party receives the same amount of XP. This XP is applied to the party member's currently active class.",
78267826
"required": [],
78277827
"optional": [
78287828
{
78297829
"name": "floats[0]",
7830-
"description": "The amount of experience points to award to each party member. This value is cast to an integer before being applied. If not provided, defaults to 9999 XP."
7830+
"description": "The amount of experience points to award to each party member. If not provided, defaults to 9999 XP."
78317831
}
78327832
]
78337833
}
@@ -7838,11 +7838,11 @@
78387838
"name": "crewxp",
78397839
"uses": [
78407840
{
7841-
"description": "Debug command that awards experience points to all crew members. Unlike the 'xp' task which only affects active party members, this command awards XP to all crew members in the player's roster. The XP is applied through the crew award system.",
7841+
"description": "Awards experience points to all crew members. Unlike the 'xp' task which only affects active party members, this command awards XP to all crew members in the player's roster.",
78427842
"required": [
78437843
{
78447844
"name": "floats[0]",
7845-
"description": "The amount of experience points to award to all crew members. This value is cast to an integer before being distributed to the crew."
7845+
"description": "The amount of experience points to award to all crew members."
78467846
}
78477847
],
78487848
"optional": []
@@ -7916,12 +7916,12 @@
79167916
"name": "gp",
79177917
"uses": [
79187918
{
7919-
"description": "Debug command that adds money to the player's current funds. By default, this adds 500 gold pieces to the player's total money. The amount can be customized by providing a float value.",
7919+
"description": "Adds money to the player's current funds.",
79207920
"required": [],
79217921
"optional": [
79227922
{
79237923
"name": "floats[0]",
7924-
"description": "The amount of money to add to the player's funds. This value is cast to an integer before being added. If not provided, defaults to 500."
7924+
"description": "The amount of money to add to the player's funds. If not provided, defaults to 500."
79257925
}
79267926
]
79277927
}

0 commit comments

Comments
 (0)