(client) feat:添加测试用定义

This commit is contained in:
m0_75251201
2025-07-13 08:56:33 +08:00
committed by TheRedApricot
parent 3df2a3ee2c
commit 21c49ac96b
29 changed files with 104 additions and 8 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<About>
<name>核心</name>
<description>这是游戏的核心模块,除非有完整的代替,否则应该永远作为启动项</description>
<version>0.1</version>
<packID>core</packID>
<sort>
<before></before>
<after></after>
</sort>
</About>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<Define><!--表示是游戏数据定义 -->
<Attributes><!--定义一个Attributes类型 -->
<defName>CatGirl</defName><!--此Attributes的引用名应该保持唯一在同一种类型中 -->
<health>100</health><!--C#中定义的同名的Attributes类中含有的变量并对其进行赋值 -->
<speed>1.2</speed>
<strength>5</strength>
</Attributes>
<Character>
<defName>CatGirl</defName>
<label>CatGirl</label>
<description>She is a cat girl with agile movements and sharp senses.</description>
<attributes>CatGirl</attributes>
<drawingOrder_down>CatGirl_down</drawingOrder_down><!--根据defName引用其他的属性识别过程是首先根据C#中定义的此变量的类型,再根据名称查找此类型定义的数据块 -->
<drawingOrder_left>CatGirl_left</drawingOrder_left>
<drawingOrder_right>CatGirl_right</drawingOrder_right>
<drawingOrder_up>CatGirl_up</drawingOrder_up>
</Character>
<DrawingOrder>
<defName>CatGirl_down</defName>
<DrawNode name="body">
<DrawNode name="head">
<DrawNode name="backHair"/>
<DrawNode name="ear"/>
<DrawNode name="face"/>
<DrawNode name="frontHair"/>
<DrawNode name="hat"/>
</DrawNode>
<DrawNode name="clothes"/>
</DrawNode>
</DrawingOrder>
</Define>

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Translation>
<Character.CatGirl.label>猫娘</Character.CatGirl.label>
<Character.CatGirl.description>她是一个猫娘,拥有猫的特性和人类的智慧。她的耳朵和尾巴显示了她的猫族血统。</Character.CatGirl.description>
</Translation>