Acme-HidamariSketch
view release on metacpan or search on metacpan
lib/Acme/HidamariSketch/Nori.pm view on Meta::CPAN
package Acme::HidamariSketch::Nori;
use strict;
use warnings;
use utf8;
use base qw/Acme::HidamariSketch::Base/;
our $VERSION = '0.05';
sub info {
return (
name_ja => 'ä¹è',
name_en => 'nori',
nickname => qw/ã®ãã£ãº ããªã¹ã± ããªã³ãã/,
birthday => '2/6',
voice_by => 'åç° ã²ã¨ã¿',
room_number => {before => undef, first => undef, second => 103, third => 103},
sign => 'æ°´ç¶åº§',
color => '#89CEEB', # ãã«ã¼
course => 'ç¾è¡ç§',
);
}
1;
( run in 1.106 second using v1.01-cache-2.11-cpan-5e09290becf )