m (→Sheet lists) |
m |
||
(12 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Ryzom objects that have a sheet are : | Ryzom objects that have a sheet are : | ||
:− ''Equipment'' : clothes, weapons, tools ... | :− ''Equipment'' : clothes, weapons, tools ... | ||
− | :− Materials, mission items, generally speaking the ''items that are displayed in the bag'' | + | :− ''Materials, mission items'', generally speaking the ''items that are displayed in the bag'', |
:– ''Spawnable objects'' (decor) in the list of all objects which have a sheet: [[All Spawn-able Objects|The extensive list of spawn-able objects (on Commons)]] | :– ''Spawnable objects'' (decor) in the list of all objects which have a sheet: [[All Spawn-able Objects|The extensive list of spawn-able objects (on Commons)]] | ||
− | :− ''Characters'' have a ''race'' | + | :− ''Characters'' have a ''race sheet'', |
− | :− ''NPCs'' have either a complete sheet (tribes for example) or are characters (thus a race sheet and their equipments' ones) | + | :− ''NPCs'' have either a complete sheet (tribes for example) or are characters (thus a race sheet and their equipments' ones), |
− | :− ''MOBS''<ref name="mob">MOB is a shortcut for “Monster Object”</ref> | + | :− ''MOBS''<ref name="mob">MOB is a shortcut for “Monster Object”.</ref> |
There are two kinds of entities in Ryzom: | There are two kinds of entities in Ryzom: | ||
− | :− The monoshape entities (MOBS, NPCs, items) : defined by a single [[shape]] (roughly, it may be sometimes more complex ). They can be spawned with a single command | + | :− The monoshape entities (MOBS, NPCs, items) : defined by a single [[shape]] (roughly, it may be sometimes more complex ). They can be spawned with a single command, |
:− R2 NPCs which are like caracters : one race shape and one shape per equipment part. The character is spawned first, then it's equipment is applied. | :− R2 NPCs which are like caracters : one race shape and one shape per equipment part. The character is spawned first, then it's equipment is applied. | ||
== Sheet Names == | == Sheet Names == | ||
− | The sheets are referred to by their ''Sheet ID''. | + | The sheets are referred to by their ''Sheet ID''. the sheet IDs may be explicit after a french or english item name, or “coded”: |
+ | <blockquote> | ||
+ | {| class="wikitable " | ||
+ | |+ Melee weapons (example) | ||
+ | |- | ||
+ | ! Description !! Generic !! Fyros !! Matis !! Tryker !! Zorai !! Boosted | ||
+ | |- | ||
+ | | Amps || {{APIitemIcon|sheetid=iccm2ms.sitem}}<br/>iccm2ms.sitem | ||
+ | | {{APIitemIcon|sheetid=icfm2ms.sitem}}<br/>icfm2ms.sitem | ||
+ | | {{APIitemIcon|sheetid=icmm2ms.sitem}}<br />icmm2ms.sitem | ||
+ | | {{APIitemIcon|sheetid=ictm2ms.sitem}}<br />ictm2ms.sitem | ||
+ | | {{APIitemIcon|sheetid=iczm2ms_2.sitem}}<br />iczm2ms.sitem | ||
+ | | {{APIitemIcon|sheetid=icokamm2ms_1.sitem}}<br />icokamm2ms_1.sitem | ||
+ | |- | ||
+ | | 2 hands sword || {{APIitemIcon|sheetid=iccm2ss.sitem}}<br />iccm2ss.sitem | ||
+ | | {{APIitemIcon|sheetid=icfm2ss.sitem}}<br />icfm2ss.sitem | ||
+ | | {{APIitemIcon|sheetid=icmm2ss.sitem}}<br />icmm2ss.sitem | ||
+ | | {{APIitemIcon|sheetid=ictm2ss.sitem}}<br />ictm2ss.sitem | ||
+ | | {{APIitemIcon|sheetid=iczm2ss.sitem}}<br />iczm2ss.sitem | ||
+ | | {{APIitemIcon|sheetid=icokamm2ss_2.sitem}}<br />icokamm2ss_2.sitem | ||
+ | |- | ||
+ | | 2 hands axe || {{APIitemIcon|sheetid=iccm2sa.sitem}}<br /> iccm2sa.sitem | ||
+ | | {{APIitemIcon|sheetid=icfm2sa.sitem}}<br /> icfm2sa.sitem | ||
+ | | {{APIitemIcon|sheetid=icmm2sa.sitem}}<br />icmm2sa.sitem | ||
+ | | {{APIitemIcon|sheetid=ictm2sa.sitem}}<br />ictmm2sa.sitem | ||
+ | | {{APIitemIcon|sheetid=iczm2sa.sitem}}<br />iczm2sa.sitem | ||
+ | | {{APIitemIcon|sheetid=icokamm2sa_1.sitem}}<br />icokamm2sa_1.sitem | ||
+ | |} | ||
+ | |||
+ | :i : item | ||
+ | :c : craftable | ||
+ | :c : generic (common ?), f :fyros, m : matis, t : tryker, z : zoraï, okam : kami/karavan, | ||
+ | :m2 : 2 hands, | ||
+ | :ss : sword, sa : axe, ms : magic amplifiers ... | ||
+ | : skin index</blockquote> | ||
=== Sheet lists === | === Sheet lists === | ||
Line 22: | Line 56: | ||
* [[List of armors]] | * [[List of armors]] | ||
* [[List of equipables items]] [[:fr:Liste des objets équipables]] | * [[List of equipables items]] [[:fr:Liste des objets équipables]] | ||
− | * [[All Spawn-able Objects|The extensive list of spawn-able objects (on Commons)]] or [https://atys.wiki.ryzom.com/all_spawn/ as a web page]. | + | * [[All Spawn-able Objects|The extensive list of spawn-able objects (on Commons)]] or [https://atys.wiki.ryzom.com/all_spawn/ as a web page] ''(not up to date)''. |
== Questions and Answers== | == Questions and Answers== |
Sheets are data structures that describe the attributes of a part of Ryzoms objects which appear in game. Ryzom objects that have a sheet are :
There are two kinds of entities in Ryzom:
The sheets are referred to by their Sheet ID. the sheet IDs may be explicit after a french or english item name, or “coded”:
Melee weapons (example) Description Generic Fyros Matis Tryker Zorai Boosted Amps
iccm2ms.sitem
icfm2ms.sitem
icmm2ms.sitem
ictm2ms.sitem
iczm2ms.sitem
icokamm2ms_1.sitem2 hands sword
iccm2ss.sitem
icfm2ss.sitem
icmm2ss.sitem
ictm2ss.sitem
iczm2ss.sitem
icokamm2ss_2.sitem2 hands axe
iccm2sa.sitem
icfm2sa.sitem
icmm2sa.sitem
ictmm2sa.sitem
iczm2sa.sitem
icokamm2sa_1.sitem
- i : item
- c : craftable
- c : generic (common ?), f :fyros, m : matis, t : tryker, z : zoraï, okam : kami/karavan,
- m2 : 2 hands,
- ss : sword, sa : axe, ms : magic amplifiers ...
- skin index
The Ryzom API programming aspects are covered in the pages: