-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9046d4e
commit a0614e2
Showing
105 changed files
with
1,185 additions
and
98 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
species-name-Ursus = Урс |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
marking-ADTUrsusNeat = Аккуратная | ||
marking-ADTUrsusWarrior = Воин | ||
marking-ADTUrsusWarrior2 = Воин 2 | ||
marking-ADTUrsusSurfaceRiver = Гладь реки | ||
marking-ADTUrsusGorgon = Горгона | ||
marking-ADTUrsusBreadwinner = Добытчик | ||
marking-ADTUrsusWhip = Кнут | ||
marking-ADTUrsusWhip2 = Кнут 2 | ||
marking-ADTUrsusShorthedgehog = Короткий ежик | ||
marking-ADTUrsusShorthedgehog2 = Короткий ежик 2 | ||
marking-ADTUrsusValkyriesscythe = Коса валькирии | ||
marking-ADTUrsusValkyriesscythe2 = Коса валькирии 2 | ||
marking-ADTUrsusWarriorsscythe = Коса воина | ||
marking-ADTUrsusBraidsontheside = Косы на бок | ||
marking-ADTUrsusBraidsontheside2 = Косы на бок 2 | ||
marking-ADTUrsusForeststyle = Лесной стиль | ||
marking-ADTUrsusForeststyle2 = Лесной стиль 2 | ||
marking-ADTUrsusSoftwaves = Мягкие волны | ||
marking-ADTUrsusSoftwaves2 = Мягкие волны 2 | ||
marking-ADTUrsusBraidedcone = Плетёная шишка | ||
marking-ADTUrsusBraidedside = Плетёный бок | ||
marking-ADTUrsusBraidedside2 = Плетёный бок 2 | ||
marking-ADTUrsusCollector = Собиратель | ||
marking-ADTUrsusFallencone = Упавшая шишка | ||
marking-ADTUrsusTailbigdipper = Хвост большой медведицы | ||
marking-ADTUrsusCone = Шишка | ||
marking-ADTUrsusYoungboy = Юный молодец |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
# TODO: Add descriptions (many) | ||
# TODO BODY: Part damage | ||
- type: entity | ||
id: PartUrsus | ||
parent: BaseItem | ||
name: "Урс части тела" | ||
abstract: true | ||
components: | ||
- type: Damageable | ||
damageContainer: Biological | ||
- type: BodyPart | ||
- type: ContainerContainer | ||
containers: | ||
bodypart: !type:Container | ||
ents: [] | ||
|
||
- type: entity | ||
id: TorsoUrsus | ||
name: "тело урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "torso_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "torso_m" | ||
- type: BodyPart | ||
partType: Torso | ||
|
||
- type: entity | ||
id: HeadUrsus | ||
name: "голова урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "head_m" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "head_m" | ||
- type: BodyPart | ||
partType: Head | ||
vital: true | ||
- type: Input | ||
context: "ghost" | ||
- type: MovementSpeedModifier | ||
baseWalkSpeed: 0 | ||
baseSprintSpeed: 0 | ||
- type: InputMover | ||
- type: GhostOnMove | ||
- type: Tag | ||
tags: | ||
- Head | ||
|
||
- type: entity | ||
id: LeftArmUrsus | ||
name: "левая рука урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightArmUrsus | ||
name: "правая рука урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_arm" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_arm" | ||
- type: BodyPart | ||
partType: Arm | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftHandUrsus | ||
name: "левая кисть урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightHandUrsus | ||
name: "правая кисть урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_hand" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_hand" | ||
- type: BodyPart | ||
partType: Hand | ||
symmetry: Right | ||
|
||
- type: entity | ||
id: LeftLegUrsus | ||
name: "левая нога урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Left | ||
- type: MovementBodyPart | ||
walkSpeed: 2.7 | ||
sprintSpeed: 4.6 | ||
|
||
- type: entity | ||
id: RightLegUrsus | ||
name: "правая нога урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_leg" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_leg" | ||
- type: BodyPart | ||
partType: Leg | ||
symmetry: Right | ||
- type: MovementBodyPart | ||
walkSpeed: 2.7 | ||
sprintSpeed: 4.6 | ||
|
||
- type: entity | ||
id: LeftFootUrsus | ||
name: "левая ступня урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "l_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Left | ||
|
||
- type: entity | ||
id: RightFootUrsus | ||
name: "правая ступня урса" | ||
parent: PartUrsus | ||
components: | ||
- type: Sprite | ||
netsync: false | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_foot" | ||
- type: Icon | ||
sprite: ADT/Mobs/Ursus/parts.rsi | ||
state: "r_foot" | ||
- type: BodyPart | ||
partType: Foot | ||
symmetry: Right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
- type: body | ||
id: Ursus | ||
name: "Ursus" | ||
root: torso | ||
slots: | ||
head: | ||
part: HeadUrsus | ||
connections: | ||
- torso | ||
organs: | ||
brain: OrganHumanBrain | ||
eyes: OrganHumanEyes | ||
torso: | ||
part: TorsoHuman | ||
connections: | ||
- right_arm | ||
- left_arm | ||
- right_leg | ||
- left_leg | ||
organs: | ||
heart: OrganAnimalHeart | ||
lungs: OrganHumanLungs | ||
stomach: OrganAnimalStomach | ||
liver: OrganAnimalLiver | ||
kidneys: OrganHumanKidneys | ||
right_arm: | ||
part: RightArmUrsus | ||
connections: | ||
- right_hand | ||
left_arm: | ||
part: LeftArmUrsus | ||
connections: | ||
- left_hand | ||
right_hand: | ||
part: RightHandUrsus | ||
left_hand: | ||
part: LeftHandUrsus | ||
right_leg: | ||
part: RightLegUrsus | ||
connections: | ||
- right_foot | ||
left_leg: | ||
part: LeftLegUrsus | ||
connections: | ||
- left_foot | ||
right_foot: | ||
part: RightFootUrsus | ||
left_foot: | ||
part: LeftFootUrsus |
Empty file.
Oops, something went wrong.