mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
Added all known NPC-specific properties.
This commit is contained in:
parent
6d9e7120d8
commit
99f6a68312
File diff suppressed because it is too large
Load Diff
@ -163,7 +163,90 @@ exports[`Renders correctly with an entity selected.: should render a table of ed
|
|||||||
</table>
|
</table>
|
||||||
<table
|
<table
|
||||||
class="quest_editor_EntityInfoView_specific_props"
|
class="quest_editor_EntityInfoView_specific_props"
|
||||||
/>
|
>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Movement distance:
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span
|
||||||
|
class="core_NumberInput core_Input"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="core_NumberInput_inner core_Input_inner"
|
||||||
|
step="any"
|
||||||
|
type="number"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Hide register:
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span
|
||||||
|
class="core_NumberInput core_Input"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="core_NumberInput_inner core_Input_inner"
|
||||||
|
step="any"
|
||||||
|
type="number"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Character ID:
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span
|
||||||
|
class="core_NumberInput core_Input"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="core_NumberInput_inner core_Input_inner"
|
||||||
|
step="any"
|
||||||
|
type="number"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Script label:
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span
|
||||||
|
class="core_NumberInput core_Input"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="core_NumberInput_inner core_Input_inner"
|
||||||
|
step="any"
|
||||||
|
type="number"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Movement flag:
|
||||||
|
</th>
|
||||||
|
<td>
|
||||||
|
<span
|
||||||
|
class="core_NumberInput core_Input"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="core_NumberInput_inner core_Input_inner"
|
||||||
|
max="2147483647"
|
||||||
|
min="-2147483648"
|
||||||
|
step="any"
|
||||||
|
type="number"
|
||||||
|
/>
|
||||||
|
</span>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
<div
|
<div
|
||||||
class="quest_editor_UnavailableView"
|
class="quest_editor_UnavailableView"
|
||||||
hidden=""
|
hidden=""
|
||||||
|
Loading…
Reference in New Issue
Block a user